diff --git a/go.mod b/go.mod index f8e6485..12b11de 100644 --- a/go.mod +++ b/go.mod @@ -4,10 +4,10 @@ go 1.20 require ( github.com/gin-gonic/gin v1.9.1 - github.com/multiversx/mx-chain-core-go v1.2.23-0.20241018134424-75bab2a9058c - github.com/multiversx/mx-chain-go v1.8.3-0.20241104074845-79795586e58e + github.com/multiversx/mx-chain-core-go v1.2.23 + github.com/multiversx/mx-chain-go v1.8.5-0.20241115221906-c22ee81cece5 github.com/multiversx/mx-chain-logger-go v1.0.15 - github.com/multiversx/mx-chain-proxy-go v1.1.54-0.20241021082311-5a567ac58ae6 + github.com/multiversx/mx-chain-proxy-go v1.1.54 github.com/pelletier/go-toml v1.9.3 github.com/stretchr/testify v1.8.4 github.com/urfave/cli v1.22.10 @@ -116,9 +116,9 @@ require ( github.com/multiformats/go-multistream v0.4.1 // indirect github.com/multiformats/go-varint v0.0.7 // indirect github.com/multiversx/concurrent-map v0.1.4 // indirect - github.com/multiversx/mx-chain-communication-go v1.1.1-0.20241021133229-d0833256e3ec // indirect + github.com/multiversx/mx-chain-communication-go v1.1.1 // indirect github.com/multiversx/mx-chain-crypto-go v1.2.12 // indirect - github.com/multiversx/mx-chain-es-indexer-go v1.7.10-0.20241018130218-f48c7282690b // indirect + github.com/multiversx/mx-chain-es-indexer-go v1.7.10 // indirect github.com/multiversx/mx-chain-scenario-go v1.4.4 // indirect github.com/multiversx/mx-chain-storage-go v1.0.16 // indirect github.com/multiversx/mx-chain-vm-common-go v1.5.16 // indirect diff --git a/go.sum b/go.sum index 1875e1b..5bce174 100644 --- a/go.sum +++ b/go.sum @@ -393,20 +393,20 @@ github.com/multiformats/go-varint v0.0.7 h1:sWSGR+f/eu5ABZA2ZpYKBILXTTs9JWpdEM/n github.com/multiformats/go-varint v0.0.7/go.mod h1:r8PUYw/fD/SjBCiKOoDlGF6QawOELpZAu9eioSos/OU= github.com/multiversx/concurrent-map v0.1.4 h1:hdnbM8VE4b0KYJaGY5yJS2aNIW9TFFsUYwbO0993uPI= github.com/multiversx/concurrent-map v0.1.4/go.mod h1:8cWFRJDOrWHOTNSqgYCUvwT7c7eFQ4U2vKMOp4A/9+o= -github.com/multiversx/mx-chain-communication-go v1.1.1-0.20241021133229-d0833256e3ec h1:KwpeVZXSHzic8DV9zaJZmaBgDNIIpSdbGz4Q+9fZyiI= -github.com/multiversx/mx-chain-communication-go v1.1.1-0.20241021133229-d0833256e3ec/go.mod h1:WK6bP4pGEHGDDna/AYRIMtl6G9OA0NByI1Lw8PmOnRM= -github.com/multiversx/mx-chain-core-go v1.2.23-0.20241018134424-75bab2a9058c h1:hPCfMSj2vd9xNkARNxB1b3b9k8taFb+Xfja+WK97jno= -github.com/multiversx/mx-chain-core-go v1.2.23-0.20241018134424-75bab2a9058c/go.mod h1:B5zU4MFyJezmEzCsAHE9YNULmGCm2zbPHvl9hazNxmE= +github.com/multiversx/mx-chain-communication-go v1.1.1 h1:y4DoQeQOJTaSUsRzczQFazf8JYQmInddypApqA3AkwM= +github.com/multiversx/mx-chain-communication-go v1.1.1/go.mod h1:WK6bP4pGEHGDDna/AYRIMtl6G9OA0NByI1Lw8PmOnRM= +github.com/multiversx/mx-chain-core-go v1.2.23 h1:8WlCGqJHR2HQ0vN4feJwb7W4VrCwBGIzPPHunOOg5Wc= +github.com/multiversx/mx-chain-core-go v1.2.23/go.mod h1:B5zU4MFyJezmEzCsAHE9YNULmGCm2zbPHvl9hazNxmE= github.com/multiversx/mx-chain-crypto-go v1.2.12 h1:zWip7rpUS4CGthJxfKn5MZfMfYPjVjIiCID6uX5BSOk= github.com/multiversx/mx-chain-crypto-go v1.2.12/go.mod h1:HzcPpCm1zanNct/6h2rIh+MFrlXbjA5C8+uMyXj3LI4= -github.com/multiversx/mx-chain-es-indexer-go v1.7.10-0.20241018130218-f48c7282690b h1:GYvm0yGkdQ3OCfNqnyIQNzAzydN3cES8noJZ3eZHN1A= -github.com/multiversx/mx-chain-es-indexer-go v1.7.10-0.20241018130218-f48c7282690b/go.mod h1:oGcRK2E3Syv6vRTszWrrb/TqD8akq0yeoMr1wPPiTO4= -github.com/multiversx/mx-chain-go v1.8.3-0.20241104074845-79795586e58e h1:R8B6P25IvcoQ2gF857qHhO3iLUQahMPjx0C5aPzs4GM= -github.com/multiversx/mx-chain-go v1.8.3-0.20241104074845-79795586e58e/go.mod h1:yUS5aTLglzFiA5cgsEjHL9LU5X76OdRuMvJpA5NMc9Y= +github.com/multiversx/mx-chain-es-indexer-go v1.7.10 h1:Umi7WN8h4BOXLw7CM3VgvaWkLGef7nXtaPIGbjBCT3U= +github.com/multiversx/mx-chain-es-indexer-go v1.7.10/go.mod h1:oGcRK2E3Syv6vRTszWrrb/TqD8akq0yeoMr1wPPiTO4= +github.com/multiversx/mx-chain-go v1.8.5-0.20241115221906-c22ee81cece5 h1:G2yv0HYFCWuyMCXrsJ1QgexAJApfofXugu3ZCHmSF1k= +github.com/multiversx/mx-chain-go v1.8.5-0.20241115221906-c22ee81cece5/go.mod h1:K17YgUxKX/EpOaswepIrWqVSyNNhUe+LADDuZT6mvsU= github.com/multiversx/mx-chain-logger-go v1.0.15 h1:HlNdK8etyJyL9NQ+6mIXyKPEBo+wRqOwi3n+m2QIHXc= github.com/multiversx/mx-chain-logger-go v1.0.15/go.mod h1:t3PRKaWB1M+i6gUfD27KXgzLJJC+mAQiN+FLlL1yoGQ= -github.com/multiversx/mx-chain-proxy-go v1.1.54-0.20241021082311-5a567ac58ae6 h1:vOn0vL1R/qr8FbBi0Oz3IEx0oLmXMXPriBAXnwRvg1A= -github.com/multiversx/mx-chain-proxy-go v1.1.54-0.20241021082311-5a567ac58ae6/go.mod h1:SeCHGPyMele1oEq8yXX7eOFdqbjbj5NPyEswQzTn3pg= +github.com/multiversx/mx-chain-proxy-go v1.1.54 h1:o6rcZVpE+Qkf+CyNIZRvfRHAZGO7HcloITglSXRH7n8= +github.com/multiversx/mx-chain-proxy-go v1.1.54/go.mod h1:SMJY0kbqUyehyLoZrPVt0EmSAFsfCuS4QB8y1cHkJUE= github.com/multiversx/mx-chain-scenario-go v1.4.4 h1:DVE2V+FPeyD/yWoC+KEfPK3jsFzHeruelESfpTlf460= github.com/multiversx/mx-chain-scenario-go v1.4.4/go.mod h1:kI+TWR3oIEgUkbwkHCPo2CQ3VjIge+ezGTibiSGwMxo= github.com/multiversx/mx-chain-storage-go v1.0.16 h1:l2lJq+EAN3YwLbjJrnoKfFd1/1Xmo9DcAUECND2obLs=