Skip to content

Commit

Permalink
subnet-evm@v0.2.4 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-ogrady authored Jun 14, 2022
1 parent 64b04aa commit 0abd6b6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 191 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The Subnet EVM runs in a separate process from the main AvalancheGo process and
[v0.2.1] AvalancheGo@v1.7.10
[v0.2.2] AvalancheGo@v1.7.11-v1.7.12
[v0.2.3] AvalancheGo@v1.7.13
[v0.2.4] AvalancheGo@v1.7.13
```

## API
Expand Down
9 changes: 4 additions & 5 deletions cmd/simulator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@ module github.com/ava-labs/subnet-evm/cmd/simulator
go 1.17

require (
github.com/ava-labs/subnet-evm v0.1.2
github.com/ava-labs/subnet-evm v0.2.4-0.20220614171049-64b04aa248a5
github.com/ethereum/go-ethereum v1.10.16
github.com/spf13/viper v1.10.1
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
)

require (
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
github.com/ava-labs/avalanchego v1.7.10 // indirect
github.com/ava-labs/avalanchego v1.7.13 // indirect
github.com/btcsuite/btcd v0.21.0-beta // indirect
github.com/btcsuite/btcutil v1.0.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/deckarep/golang-set v1.8.0 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
Expand All @@ -38,8 +37,8 @@ require (
github.com/subosito/gotenv v1.2.0 // indirect
github.com/tklauser/go-sysconf v0.3.5 // indirect
github.com/tklauser/numcpus v0.2.2 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/sys v0.0.0-20220204135822-1c1b9b1eba6a // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/sys v0.0.0-20220405052023-b1e9470b6e64 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
gopkg.in/ini.v1 v1.66.2 // indirect
Expand Down
Loading

0 comments on commit 0abd6b6

Please sign in to comment.