diff --git a/go.mod b/go.mod index c7667b9..d2eebbe 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.20 require ( github.com/gin-gonic/gin v1.9.1 github.com/multiversx/mx-chain-core-go v1.2.24-0.20241029140551-8ed69b598c83 - github.com/multiversx/mx-chain-go v1.8.5-0.20241203181553-edc0ff3e0214 + github.com/multiversx/mx-chain-go v1.8.5-0.20241204102202-9a9128e879d7 github.com/multiversx/mx-chain-logger-go v1.0.15 github.com/multiversx/mx-chain-proxy-go v1.1.54-0.20241122144309-eb1c68f9b75b github.com/pelletier/go-toml v1.9.3 diff --git a/go.sum b/go.sum index 8788539..846daf2 100644 --- a/go.sum +++ b/go.sum @@ -401,8 +401,8 @@ github.com/multiversx/mx-chain-crypto-go v1.2.12 h1:zWip7rpUS4CGthJxfKn5MZfMfYPj 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.11-0.20241118100151-956a1f23c5c1 h1:wgMxgtUWd9//FPCTOLj/75j9Kwnd9PE2tHk0KLIFF6s= github.com/multiversx/mx-chain-es-indexer-go v1.7.11-0.20241118100151-956a1f23c5c1/go.mod h1:/KoFDVgh9kGYiINm2THJsII7jfxmbTXWtBoSS1dJo1w= -github.com/multiversx/mx-chain-go v1.8.5-0.20241203181553-edc0ff3e0214 h1:mvyIJqpy5WWkVWgxN1Up4gleXnRUNJ20pd3xhjSd11I= -github.com/multiversx/mx-chain-go v1.8.5-0.20241203181553-edc0ff3e0214/go.mod h1:QPasTiJXtKEBXM7R208FS8Pk2096BrqBmKtVt9q33jE= +github.com/multiversx/mx-chain-go v1.8.5-0.20241204102202-9a9128e879d7 h1:VM6h4Lkr0twwJ6+Vzuhw5zLOqF+3lVIpVf0aqY5S5uU= +github.com/multiversx/mx-chain-go v1.8.5-0.20241204102202-9a9128e879d7/go.mod h1:QPasTiJXtKEBXM7R208FS8Pk2096BrqBmKtVt9q33jE= 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.20241122144309-eb1c68f9b75b h1:6x3fS/h3ieCWlMSrhX9WFHuDjR1mZ+eZ/u9WmGmQiY8=