diff options
author | aaronbuchwald <[email protected]> | 2020-11-09 16:51:30 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2020-11-09 16:51:30 -0500 |
commit | ae4541f42a666fb5ae1c36d6f7423c3d9eb2c875 (patch) | |
tree | 449b53fd8522acc9adb54e93fdc50815f36000d9 /go.mod | |
parent | c613e21ea107e8369926f4b53b7830a9d5dabf18 (diff) | |
parent | 419cd2d882b93bd98f54957a15c25716fca09123 (diff) |
Merge pull request #51 from ava-labs/devv0.3.14
Dev
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 + github.com/ava-labs/avalanchego v1.0.4-update-id-2 github.com/davecgh/go-spew v1.1.1 github.com/deckarep/golang-set v1.7.1 github.com/edsrzf/mmap-go v1.0.0 |