Skip to content

Commit

Permalink
14
Browse files Browse the repository at this point in the history
  • Loading branch information
sasurobert committed Jun 6, 2022
1 parent b9e29da commit f1db1e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit f1db1e2

Please sign in to comment.