diff options
author | StephenButtolph <[email protected]> | 2020-08-20 13:13:59 -0400 |
---|---|---|
committer | StephenButtolph <[email protected]> | 2020-08-20 13:13:59 -0400 |
commit | a611e6972eb593d1addaeb01880d0e05c04f613f (patch) | |
tree | b5f3c8049aba456f837dfbf810bdf0d72d8aaa3b /go.mod | |
parent | 726ad2214ca0a7e4d165838c531aa0d401524600 (diff) |
updated gecko dependencyv0.2.12-rc.1ecstasy-transfer
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ module github.com/ava-labs/coreth go 1.14 require ( - github.com/ava-labs/gecko v0.6.1 + github.com/ava-labs/gecko v0.6.1-rc.1 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 |