Skip to content

Commit

Permalink
CLEANUP: go mod tidy + coreth.
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-smith committed Sep 6, 2020
1 parent faf263b commit 58f2491
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 26 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ go 1.14

require (
github.com/AppsFlyer/go-sundheit v0.2.0
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/Microsoft/go-winio v0.4.14
github.com/allegro/bigcache v1.2.1 // indirect
github.com/aristanetworks/goarista v0.0.0-20200812190859-4cb0e71f3c0e // indirect
github.com/ava-labs/coreth v0.2.13 // indirect
github.com/ava-labs/coreth v0.2.13
github.com/ava-labs/go-ethereum v1.9.3
github.com/btcsuite/btcutil v1.0.2
github.com/decred/dcrd/dcrec/secp256k1/v3 v3.0.0-20200627015759-01fd2de07837
Expand Down Expand Up @@ -35,4 +35,5 @@ require (
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2
google.golang.org/grpc v1.29.1
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
)
Loading

0 comments on commit 58f2491

Please sign in to comment.