diff options
author | StephenButtolph <[email protected]> | 2020-10-08 20:02:44 -0400 |
---|---|---|
committer | StephenButtolph <[email protected]> | 2020-10-08 20:02:44 -0400 |
commit | 1ff4b686e32eec9c04a8e93c879e4852f41da3f4 (patch) | |
tree | 6411831faacdf02265fa5847a06613875afbb833 /go.mod | |
parent | 350139b06f8a8f4e1c616a1ed1ceccc963f76263 (diff) |
bumped avalanchego version to avoid cycle
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.2-rc.1 + github.com/ava-labs/avalanchego v1.0.2-rc.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 |