diff options
author | Aaron Buchwald <[email protected]> | 2020-09-23 01:35:28 -0400 |
---|---|---|
committer | Aaron Buchwald <[email protected]> | 2020-09-23 01:35:28 -0400 |
commit | 6cc9d3c61ee803f37cbc6e65799797c0dc51e9e5 (patch) | |
tree | 19fb96d229e75e599301ecdccf7013da576bbb90 /go.mod | |
parent | 332dc311e9a21f21f141cfb262c7c23f5ea61ecb (diff) |
Sort evm outputs of import tx
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ go 1.14 require ( github.com/VictoriaMetrics/fastcache v1.5.7 - github.com/ava-labs/avalanchego v0.8.3 + github.com/ava-labs/avalanchego v1.0.0 github.com/davecgh/go-spew v1.1.1 github.com/deckarep/golang-set v1.7.1 github.com/edsrzf/mmap-go v1.0.0 |