diff --git a/go.mod b/go.mod index eca3d1ba..4372cf35 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/multiversx/mx-chain-core-go v1.2.15-0.20230828081708-1d1190bec635 github.com/multiversx/mx-chain-crypto-go v1.2.8 github.com/multiversx/mx-chain-logger-go v1.0.13 - github.com/multiversx/mx-chain-vm-common-go v1.5.6-0.20230828092559-1b0d8d061627 + github.com/multiversx/mx-chain-vm-common-go v1.5.6-0.20230830121852-1c74ac928f9b github.com/multiversx/mx-components-big-int v1.0.0 github.com/pelletier/go-toml v1.9.3 github.com/stretchr/testify v1.8.3 diff --git a/go.sum b/go.sum index e463a106..cb0a3dfb 100644 --- a/go.sum +++ b/go.sum @@ -71,8 +71,8 @@ github.com/multiversx/mx-chain-crypto-go v1.2.8 h1:wOgVlUaO5X4L8iEbFjcQcL8SZvv6W github.com/multiversx/mx-chain-crypto-go v1.2.8/go.mod h1:fkaWKp1rbQN9wPKya5jeoRyC+c/SyN/NfggreyeBw+8= github.com/multiversx/mx-chain-logger-go v1.0.13 h1:eru/TETo0MkO4ZTnXsQDKf4PBRpAXmqjT02klNT/JnY= github.com/multiversx/mx-chain-logger-go v1.0.13/go.mod h1:MZJhTAtZTJxT+yK2EHc4ZW3YOHUc1UdjCD0iahRNBZk= -github.com/multiversx/mx-chain-vm-common-go v1.5.6-0.20230828092559-1b0d8d061627 h1:sZwbSAa6UuaV31//emrAYVrYnUCCL2HRn9zEkoDz70g= -github.com/multiversx/mx-chain-vm-common-go v1.5.6-0.20230828092559-1b0d8d061627/go.mod h1:uDaefuPXa9p0sb+wrUk16J0z+U324Hh894Y5oVXeVdI= +github.com/multiversx/mx-chain-vm-common-go v1.5.6-0.20230830121852-1c74ac928f9b h1:BTwPj77UQBEaO5TEn+1p3QA02BOWBU4GFQ9faatt4fY= +github.com/multiversx/mx-chain-vm-common-go v1.5.6-0.20230830121852-1c74ac928f9b/go.mod h1:uDaefuPXa9p0sb+wrUk16J0z+U324Hh894Y5oVXeVdI= github.com/multiversx/mx-components-big-int v1.0.0 h1:Wkr8lSzK2nDqixOrrBa47VNuqdhV1m/aJhaP1EMaiS8= github.com/multiversx/mx-components-big-int v1.0.0/go.mod h1:maIEMgHlNE2u78JaDD0oLzri+ShgU4okHfzP3LWGdQM= github.com/pelletier/go-toml v1.9.3 h1:zeC5b1GviRUyKYd6OJPvBU/mcVDVoL1OhT17FCt5dSQ=