From 50828325da4a14fb95d152a844a0c9423029517e Mon Sep 17 00:00:00 2001 From: Iuga Mihai Date: Wed, 14 Jun 2023 12:25:58 +0300 Subject: [PATCH] update go mod --- go.mod | 4 ++-- go.sum | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/go.mod b/go.mod index 937a679f..325b7928 100644 --- a/go.mod +++ b/go.mod @@ -4,8 +4,8 @@ go 1.17 require ( github.com/elastic/go-elasticsearch/v7 v7.12.0 - github.com/multiversx/mx-chain-communication-go v1.0.3-0.20230607150138-28d0e4242a47 - github.com/multiversx/mx-chain-core-go v1.2.6-0.20230529102659-223d4826d177 + github.com/multiversx/mx-chain-communication-go v1.0.3 + github.com/multiversx/mx-chain-core-go v1.2.7 github.com/multiversx/mx-chain-logger-go v1.0.11 github.com/multiversx/mx-chain-vm-common-go v1.4.1 github.com/stretchr/testify v1.8.2 diff --git a/go.sum b/go.sum index 75558c3f..9fcf9ca6 100644 --- a/go.sum +++ b/go.sum @@ -471,13 +471,13 @@ github.com/multiformats/go-varint v0.0.2/go.mod h1:3Ls8CIEsrijN6+B7PbrXRPxHRPuXS github.com/multiformats/go-varint v0.0.5/go.mod h1:3Ls8CIEsrijN6+B7PbrXRPxHRPuXSrVKRY101jdMZYE= github.com/multiformats/go-varint v0.0.6/go.mod h1:3Ls8CIEsrijN6+B7PbrXRPxHRPuXSrVKRY101jdMZYE= github.com/multiversx/concurrent-map v0.1.4/go.mod h1:8cWFRJDOrWHOTNSqgYCUvwT7c7eFQ4U2vKMOp4A/9+o= -github.com/multiversx/mx-chain-communication-go v1.0.3-0.20230607150138-28d0e4242a47 h1:qizL4OFH8IPumgoP2gKrxamS+Oi6NMKICCrvNRp8Ctw= -github.com/multiversx/mx-chain-communication-go v1.0.3-0.20230607150138-28d0e4242a47/go.mod h1:OnnSUjnSP87H5MtQtxn33FGnTVRVgo2Huo3ijmCgN2M= +github.com/multiversx/mx-chain-communication-go v1.0.3 h1:42LkNQX+PdT4UEDO2/kbOMT/iDpEMfE0ncNldFTyFD4= +github.com/multiversx/mx-chain-communication-go v1.0.3/go.mod h1:7oTI77XfWmRWwVEbCq+pjH5CO3mJ6vEiHGMvQv6vF3Y= github.com/multiversx/mx-chain-core-go v1.1.30/go.mod h1:8gGEQv6BWuuJwhd25qqhCOZbBSv9mk+hLeKvinSaSMk= -github.com/multiversx/mx-chain-core-go v1.2.1-0.20230510143029-ab37792342df/go.mod h1:jzYFSiYBuO0dGpGFXnZWSwcwcKP7Flyn/X41y4zIQrQ= github.com/multiversx/mx-chain-core-go v1.2.1/go.mod h1:8gGEQv6BWuuJwhd25qqhCOZbBSv9mk+hLeKvinSaSMk= -github.com/multiversx/mx-chain-core-go v1.2.6-0.20230529102659-223d4826d177 h1:VVvMV4KufAF1uNxdTLODWwT+l+l2m4Cek8Dc4LgCo60= -github.com/multiversx/mx-chain-core-go v1.2.6-0.20230529102659-223d4826d177/go.mod h1:jzYFSiYBuO0dGpGFXnZWSwcwcKP7Flyn/X41y4zIQrQ= +github.com/multiversx/mx-chain-core-go v1.2.5/go.mod h1:jzYFSiYBuO0dGpGFXnZWSwcwcKP7Flyn/X41y4zIQrQ= +github.com/multiversx/mx-chain-core-go v1.2.7 h1:cP4h/B4Arnz0K6ieRd1OAf+z5gBejiMA6lzcWewR7kk= +github.com/multiversx/mx-chain-core-go v1.2.7/go.mod h1:jzYFSiYBuO0dGpGFXnZWSwcwcKP7Flyn/X41y4zIQrQ= github.com/multiversx/mx-chain-crypto-go v1.2.6/go.mod h1:rOj0Rr19HTOYt9YTeym7RKxlHt91NXln3LVKjHKVmA0= github.com/multiversx/mx-chain-logger-go v1.0.11 h1:DFsHa+sc5fKwhDR50I8uBM99RTDTEW68ESyr5ALRDwE= github.com/multiversx/mx-chain-logger-go v1.0.11/go.mod h1:1srDkP0DQucWQ+rYfaq0BX2qLnULsUdRPADpYUTM6dA=