diff options
author | aaronbuchwald <[email protected]> | 2020-11-25 11:28:48 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2020-11-25 11:28:48 -0500 |
commit | 2ea6c2aeacd37f347c5794d6b300a6d1815c251b (patch) | |
tree | ce38ae6325561029628e09929615e141e7f3b144 /go.mod | |
parent | 44c27ae8f05bb7f1076d9159d4106afd41e2e010 (diff) | |
parent | 61479754d935e36993f7144d70d7c518cdb26a36 (diff) |
Merge pull request #61 from ava-labs/client-api
Add avax API client and upgrade to avalanchego v1.0.5-client
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.5 + github.com/ava-labs/avalanchego v1.0.5-client github.com/davecgh/go-spew v1.1.1 github.com/deckarep/golang-set v1.7.1 github.com/edsrzf/mmap-go v1.0.0 |