diff options
author | StephenButtolph <[email protected]> | 2020-09-10 00:04:10 -0400 |
---|---|---|
committer | StephenButtolph <[email protected]> | 2020-09-10 00:04:10 -0400 |
commit | 9be5529922f9c1e97349388fab3958d443a2df41 (patch) | |
tree | 237767820e31442798ac826ac30b99a7bd7e1110 /go.mod | |
parent | 14592f971162fed59a33afd98020599097406cdf (diff) |
updated gecko verion dependencyv0.2.15
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ go 1.14 require ( github.com/allegro/bigcache v1.2.1 // indirect github.com/aristanetworks/goarista v0.0.0-20200812190859-4cb0e71f3c0e // indirect - github.com/ava-labs/gecko v0.6.1-rc.1 + github.com/ava-labs/gecko v0.8.0-alpha github.com/ava-labs/go-ethereum v1.9.3 github.com/cespare/cp v1.1.1 // indirect github.com/davecgh/go-spew v1.1.1 |