aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAaron Buchwald <aaron.buchwald56@gmail.com>2020-12-08 19:45:16 -0500
committerAaron Buchwald <aaron.buchwald56@gmail.com>2020-12-08 19:45:16 -0500
commit68f0ace86d77faa90601ddad77f5631c66151467 (patch)
tree2c90922752d0333b80091c646858f08601f9ed22 /go.mod
parentc765f9b5b38d3e4b5f4261d3c4ab776dd9c3c97a (diff)
Add unit tests for atomic tx issuance
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 8222317..e496c2d 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,7 @@ go 1.14
require (
github.com/VictoriaMetrics/fastcache v1.5.7
- github.com/ava-labs/avalanchego v1.0.6-rc.2
+ github.com/ava-labs/avalanchego v1.1.0
github.com/davecgh/go-spew v1.1.1
github.com/deckarep/golang-set v1.7.1
github.com/edsrzf/mmap-go v1.0.0