diff options
author | aaronbuchwald <[email protected]> | 2020-11-20 10:06:46 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2020-11-20 10:06:46 -0500 |
commit | ef19d4da57f99c0c4d93b1ad7dbcbd0b3892bff7 (patch) | |
tree | 2dccd3942cdea2f00ae67c95ba2d26d0479f12d3 /go.mod | |
parent | 59453f4676ae1d778a32fd9a4edcc94d74747e14 (diff) | |
parent | 9feab9d470278e4eecffa059b476dbf3c9417d8d (diff) |
Merge pull request #58 from ava-labs/ethclient
Ethclient
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 v1.0.4-update-id-2 + github.com/ava-labs/avalanchego v1.0.5 github.com/davecgh/go-spew v1.1.1 github.com/deckarep/golang-set v1.7.1 github.com/edsrzf/mmap-go v1.0.0 |