diff options
author | StephenButtolph <[email protected]> | 2020-10-14 17:35:55 -0400 |
---|---|---|
committer | StephenButtolph <[email protected]> | 2020-10-14 17:35:55 -0400 |
commit | 2ce427ea7ddf0b63af6e94533993ee92084340fa (patch) | |
tree | 8594e66bf37133d4fc262c791027de42f9cd7a01 /go.mod | |
parent | 8a8ef56dd1a0f2cd28c6d4b3a579b16cdda6e2cf (diff) |
updated avalanche versionv0.3.6
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.2 + github.com/ava-labs/avalanchego v1.0.3-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 |