diff options
author | Aaron Buchwald <[email protected]> | 2020-09-15 13:13:27 -0400 |
---|---|---|
committer | Aaron Buchwald <[email protected]> | 2020-09-15 13:13:27 -0400 |
commit | d4326196d7c2713710f47f0b68811bf7e0f176cb (patch) | |
tree | d634fcc5374599ac437d8e92200d43d927f5d6da /go.mod | |
parent | 8ea2f6ef629136b746e5fb245f0804422223c976 (diff) |
Update to avalanchego v0.8.3
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ module github.com/ava-labs/coreth go 1.14 require ( - github.com/ava-labs/avalanche-go v0.8.0-beta + github.com/ava-labs/avalanchego v0.8.3 github.com/ava-labs/go-ethereum v1.9.3 github.com/davecgh/go-spew v1.1.1 github.com/deckarep/golang-set v1.7.1 |