From f1db1e2d59c7b520504640a85a8ce5bea7bf8c8f Mon Sep 17 00:00:00 2001 From: robertsasu Date: Mon, 6 Jun 2022 21:28:22 +0300 Subject: [PATCH] 14 --- go.mod | 4 ++-- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 63e929f0b39..f268a00d653 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.15 require ( github.com/ElrondNetwork/arwen-wasm-vm/v1_2 v1.2.35 github.com/ElrondNetwork/arwen-wasm-vm/v1_3 v1.3.35 - github.com/ElrondNetwork/arwen-wasm-vm/v1_4 v1.4.34-rc13 + github.com/ElrondNetwork/arwen-wasm-vm/v1_4 v1.4.34-rc14 github.com/ElrondNetwork/concurrent-map v0.1.3 github.com/ElrondNetwork/covalent-indexer-go v1.0.6 github.com/ElrondNetwork/elastic-indexer-go v1.2.30 @@ -54,4 +54,4 @@ replace github.com/ElrondNetwork/arwen-wasm-vm/v1_2 v1.2.35 => github.com/Elrond replace github.com/ElrondNetwork/arwen-wasm-vm/v1_3 v1.3.35 => github.com/ElrondNetwork/arwen-wasm-vm v1.3.35 -replace github.com/ElrondNetwork/arwen-wasm-vm/v1_4 v1.4.34-rc13 => github.com/ElrondNetwork/arwen-wasm-vm v1.4.34-rc13 +replace github.com/ElrondNetwork/arwen-wasm-vm/v1_4 v1.4.34-rc14 => github.com/ElrondNetwork/arwen-wasm-vm v1.4.34-rc14 diff --git a/go.sum b/go.sum index 2b8dbb4d3b9..d4f5f016a1e 100644 --- a/go.sum +++ b/go.sum @@ -48,8 +48,8 @@ github.com/ElrondNetwork/arwen-wasm-vm v1.2.35 h1:dM8JnTFw9MuHKIuURLyflJzXX63JB9 github.com/ElrondNetwork/arwen-wasm-vm v1.2.35/go.mod h1:XLdb0Ng7k/BplIfq85MBvcVKpXMOOfn+IIJd6guigpw= github.com/ElrondNetwork/arwen-wasm-vm v1.3.35 h1:Wz+N0bVidKIi/inO1s55HwqrSqkfcPYpcyAIiBbnL+k= github.com/ElrondNetwork/arwen-wasm-vm v1.3.35/go.mod h1:hg3s6l5FbRfjWjzrXrt2kqyNNvDoerxWskLa5o3TYzs= -github.com/ElrondNetwork/arwen-wasm-vm v1.4.34-rc13 h1:CuSmMJ3SRrp/oCnwwZLCYweUO2h6iNzkyS4oTVENra0= -github.com/ElrondNetwork/arwen-wasm-vm v1.4.34-rc13/go.mod h1:XdxG04hwtyD8jBFeblMR6r8bi7PxuOnuefzs7ptAYIM= +github.com/ElrondNetwork/arwen-wasm-vm v1.4.34-rc14 h1:Z6zHm4KseRGwGnsUw0Xuiaci5BQblSf3kUgxgXaLZB8= +github.com/ElrondNetwork/arwen-wasm-vm v1.4.34-rc14/go.mod h1:XdxG04hwtyD8jBFeblMR6r8bi7PxuOnuefzs7ptAYIM= github.com/ElrondNetwork/big-int-util v0.1.0 h1:vTMoJ5azhVmr7jhpSD3JUjQdkdyXoEPVkOvhdw1RjV4= github.com/ElrondNetwork/big-int-util v0.1.0/go.mod h1:96viBvoTXLjZOhEvE0D+QnAwg1IJLPAK6GVHMbC7Aw4= github.com/ElrondNetwork/concurrent-map v0.1.3 h1:j2LtPrNJuerannC1cQDE79STvi/P04gd61sNYo04Zf0=