diff options
author | StephenButtolph <[email protected]> | 2020-09-10 00:10:51 -0400 |
---|---|---|
committer | StephenButtolph <[email protected]> | 2020-09-10 00:10:51 -0400 |
commit | 01aee7a46974915f535f8a22302028196edee209 (patch) | |
tree | 398631d21343a82da80b0f4dcc05cc69947d002a /go.mod | |
parent | 9be5529922f9c1e97349388fab3958d443a2df41 (diff) |
updated gecko dependencyv0.2.15-rc.1
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -3,15 +3,11 @@ module github.com/ava-labs/coreth 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.8.0-alpha + github.com/ava-labs/avalanche-go v0.8.0-beta 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 github.com/deckarep/golang-set v1.7.1 github.com/edsrzf/mmap-go v1.0.0 - github.com/elastic/gosigar v0.11.0 // indirect github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5 github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 @@ -20,7 +16,6 @@ require ( github.com/gorilla/websocket v1.4.2 github.com/hashicorp/go-plugin v1.3.0 github.com/hashicorp/golang-lru v0.5.4 - github.com/karalabe/usb v0.0.0-20191104083709-911d15fe12a9 // indirect github.com/mattn/go-colorable v0.1.7 github.com/mattn/go-isatty v0.0.12 github.com/olekukonko/tablewriter v0.0.4 @@ -29,8 +24,6 @@ require ( github.com/rjeczalik/notify v0.9.2 github.com/rs/cors v1.7.0 github.com/status-im/keycard-go v0.0.0-20200402102358-957c09536969 - github.com/steakknife/bloomfilter v0.0.0-20180922174646-6819c0d2a570 // indirect - github.com/steakknife/hamming v0.0.0-20180906055917-c99c65617cd3 // indirect github.com/tyler-smith/go-bip39 v1.0.2 github.com/wsddn/go-ecdh v0.0.0-20161211032359-48726bab9208 golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 |