diff --git a/go.mod b/go.mod index 21b2cfc2..cb577c54 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/multiversx/mx-chain-communication-go v1.0.15-0.20240710174006-12dfb4cfe3df github.com/multiversx/mx-chain-core-go v1.2.21-0.20240710173253-c619bbab9a08 github.com/multiversx/mx-chain-logger-go v1.0.15-0.20240710173352-c74646faefac - github.com/multiversx/mx-chain-vm-common-go v1.5.13-0.20240710174116-f5e48feaacaa + github.com/multiversx/mx-chain-vm-common-go v1.5.13-0.20240719073223-7522ab30c54d github.com/prometheus/client_model v0.6.1 github.com/prometheus/common v0.48.0 github.com/stretchr/testify v1.9.0 diff --git a/go.sum b/go.sum index 83401dd7..33503d13 100644 --- a/go.sum +++ b/go.sum @@ -132,8 +132,8 @@ github.com/multiversx/mx-chain-crypto-go v1.2.12-0.20240710173807-32d8fb4af051 h github.com/multiversx/mx-chain-crypto-go v1.2.12-0.20240710173807-32d8fb4af051/go.mod h1:lPvMcRyDC4OILOhhS8Xh1iX4nfArdcXpWjIY8FJadl8= github.com/multiversx/mx-chain-logger-go v1.0.15-0.20240710173352-c74646faefac h1:fuqc7xj+fOyWaax/cbsgndTguq3mH78MjRSBFNxtrFI= github.com/multiversx/mx-chain-logger-go v1.0.15-0.20240710173352-c74646faefac/go.mod h1:fksQcJV89dh1wRcK3+oVkjhr/q9DdgfTGLmHRdYQORM= -github.com/multiversx/mx-chain-vm-common-go v1.5.13-0.20240710174116-f5e48feaacaa h1:Bm5NBCbqu6pHynT/7Nrc049YWVLDG23WMPMO3uSaD88= -github.com/multiversx/mx-chain-vm-common-go v1.5.13-0.20240710174116-f5e48feaacaa/go.mod h1:8WtOhqPnDeXH4zy9/DehXFdzzVq4T5PBevsboRL0ON8= +github.com/multiversx/mx-chain-vm-common-go v1.5.13-0.20240719073223-7522ab30c54d h1:d3XeqLshvCfBFfNalo+mvoG2sizG1NBSa1ieXq3rd8k= +github.com/multiversx/mx-chain-vm-common-go v1.5.13-0.20240719073223-7522ab30c54d/go.mod h1:8WtOhqPnDeXH4zy9/DehXFdzzVq4T5PBevsboRL0ON8= github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A= github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.7.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=