diff options
author | Dan Laine <[email protected]> | 2020-11-01 18:24:08 -0500 |
---|---|---|
committer | Dan Laine <[email protected]> | 2020-11-01 18:24:08 -0500 |
commit | 24abdf7cc0e5fc35ec89e45c1a8ccade9a49f11b (patch) | |
tree | 8b6596edd11348537640197cc81aa30f5f1277dc /go.mod | |
parent | 3e033fd25c45ea952b22ffdec5c12ccd437242bd (diff) |
update avalanche go dep version
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-1 + 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 |