diff options
author | aaronbuchwald <[email protected]> | 2020-12-09 16:05:04 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2020-12-09 16:05:04 -0500 |
commit | f79cb6c5079f5e3edf7a4b15657203c197fef7d2 (patch) | |
tree | 2c90922752d0333b80091c646858f08601f9ed22 /go.mod | |
parent | c765f9b5b38d3e4b5f4261d3c4ab776dd9c3c97a (diff) | |
parent | 68f0ace86d77faa90601ddad77f5631c66151467 (diff) |
Merge pull request #66 from ava-labs/vm-test
Add unit tests for atomic tx issuance
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.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 |