diff options
author | Aaron Buchwald <[email protected]> | 2020-10-30 11:46:20 -0400 |
---|---|---|
committer | Aaron Buchwald <[email protected]> | 2020-10-30 11:46:20 -0400 |
commit | a6ffdbbdd269fae35c5600e954bd373b619fe733 (patch) | |
tree | 7fbd50b5628c6f687d7c5e68886b8f39fa135481 /go.mod | |
parent | 4862c2d3a6c18855fee72137db54ed62a0ce6704 (diff) |
Bump avalanchego to v1.0.4v0.3.12
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.3 + github.com/ava-labs/avalanchego v1.0.4 github.com/davecgh/go-spew v1.1.1 github.com/deckarep/golang-set v1.7.1 github.com/edsrzf/mmap-go v1.0.0 |