Skip to content

Commit

Permalink
fix go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
sasurobert committed Sep 20, 2022
1 parent 78cc037 commit f3ff0e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/ElrondNetwork/arwen-wasm-vm/v1_2 v1.2.42-0.20220729115258-b9f2fb2f6568
github.com/ElrondNetwork/arwen-wasm-vm/v1_3 v1.3.42-0.20220729115131-85ecca868e90
github.com/ElrondNetwork/arwen-wasm-vm/v1_4 v1.4.59-0.20220729115431-a6c93119bdda
github.com/ElrondNetwork/arwen-wasm-vm/v1_5 v1.5.0
github.com/ElrondNetwork/arwen-wasm-vm/v1_5 v1.5.1-0.20220919104158-3bb2cb5bc9e6
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.39
Expand Down Expand Up @@ -57,6 +57,6 @@ replace github.com/ElrondNetwork/arwen-wasm-vm/v1_3 v1.3.42-0.20220729115131-85e

replace github.com/ElrondNetwork/arwen-wasm-vm/v1_4 v1.4.59-0.20220729115431-a6c93119bdda => github.com/ElrondNetwork/arwen-wasm-vm v1.4.59-0.20220729115431-a6c93119bdda

replace github.com/ElrondNetwork/arwen-wasm-vm/v1_5 v1.5.0 => github.com/ElrondNetwork/arwen-wasm-vm v1.5.1-0.20220919104158-3bb2cb5bc9e6
replace github.com/ElrondNetwork/arwen-wasm-vm/v1_5 v1.5.1-0.20220919104158-3bb2cb5bc9e6 => github.com/ElrondNetwork/arwen-wasm-vm v1.5.1-0.20220919104158-3bb2cb5bc9e6

replace github.com/ElrondNetwork/elrond-vm-common v1.3.16 => github.com/ElrondNetwork/elrond-vm-common v1.3.17-0.20220919101133-149c0edcc821

0 comments on commit f3ff0e3

Please sign in to comment.