diff options
| author | Stephen Buttolph <stephen@avalabs.org> | 2020-10-30 17:29:21 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-30 17:29:21 -0400 |
| commit | c613e21ea107e8369926f4b53b7830a9d5dabf18 (patch) | |
| tree | 7fbd50b5628c6f687d7c5e68886b8f39fa135481 /go.mod | |
| parent | 806d04e9aa4b6e22fc2a484ada6fecb0c9a348e3 (diff) | |
| parent | a6ffdbbdd269fae35c5600e954bd373b619fe733 (diff) | |
Merge pull request #45 from ava-labs/handle-config
Parse config to set enabled APIs
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.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 |