diff --git a/go.mod b/go.mod index cdce3aadc..cb8cf7d3c 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/multiversx/mx-chain-crypto-go v1.2.9-0.20231025072739-25b21500d880 github.com/multiversx/mx-chain-logger-go v1.0.14-0.20231025072404-d54164fbae96 github.com/multiversx/mx-chain-scenario-go v1.2.2-0.20231025075805-79ec98023230 - github.com/multiversx/mx-chain-storage-go v1.0.14-0.20231025073200-2294bdcae016 + github.com/multiversx/mx-chain-storage-go v1.0.14-0.20231025084514-9b7d17ca5f36 github.com/multiversx/mx-chain-vm-common-go v1.5.6-0.20231025074140-3a1d6a69921d github.com/multiversx/mx-components-big-int v1.0.0 github.com/pelletier/go-toml v1.9.3 diff --git a/go.sum b/go.sum index 1e5f71edc..b53b12622 100644 --- a/go.sum +++ b/go.sum @@ -89,8 +89,8 @@ github.com/multiversx/mx-chain-logger-go v1.0.14-0.20231025072404-d54164fbae96 h github.com/multiversx/mx-chain-logger-go v1.0.14-0.20231025072404-d54164fbae96/go.mod h1:996BTzWMAf0RxqE+Sqv7kB4OEnV9J6pJQ/ShKmlHxQM= github.com/multiversx/mx-chain-scenario-go v1.2.2-0.20231025075805-79ec98023230 h1:Vmv7eBRXkhzdRud+Q2/W9cH4GgzFztGcz/HbN6PFhK8= github.com/multiversx/mx-chain-scenario-go v1.2.2-0.20231025075805-79ec98023230/go.mod h1:lGHKlhXfFTsb0L2GkZGOnavKfGY72xO8q2rbVxBWnMU= -github.com/multiversx/mx-chain-storage-go v1.0.14-0.20231025073200-2294bdcae016 h1:wtZXqluJKNdGgXVJ4/3TMbRpzgnpuiHAaiv0q07u++Y= -github.com/multiversx/mx-chain-storage-go v1.0.14-0.20231025073200-2294bdcae016/go.mod h1:MCisUuatSUvx2pheJbyS8Ei8o4RgwZqFa3uuq0EPYXA= +github.com/multiversx/mx-chain-storage-go v1.0.14-0.20231025084514-9b7d17ca5f36 h1:ZQ8hqhc3KdUieWqKBIjV6XxK+L7ry4Co0WIhMNGyBk4= +github.com/multiversx/mx-chain-storage-go v1.0.14-0.20231025084514-9b7d17ca5f36/go.mod h1:MCisUuatSUvx2pheJbyS8Ei8o4RgwZqFa3uuq0EPYXA= github.com/multiversx/mx-chain-vm-common-go v1.5.6-0.20231025074140-3a1d6a69921d h1:t/LcCZzqh/vhW7vRytF5y3WJBRldZMY12cCNXbUl9vE= github.com/multiversx/mx-chain-vm-common-go v1.5.6-0.20231025074140-3a1d6a69921d/go.mod h1:dd5YAzQvYRJjXoeg1G+JbPLPzYM6UAsnACKdw9XcDnQ= github.com/multiversx/mx-components-big-int v1.0.0 h1:Wkr8lSzK2nDqixOrrBa47VNuqdhV1m/aJhaP1EMaiS8=