Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/ethereum/go-ethereum from 1.8.27 to 1.10.10 in /packages/go-kosu #410

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 6 additions & 25 deletions packages/go-kosu/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,41 +3,22 @@ module github.com/ParadigmFoundation/kosu-monorepo/packages/go-kosu
go 1.13

require (
bou.ke/monkey v1.0.1 // indirect
github.com/allegro/bigcache v1.2.0 // indirect
github.com/aristanetworks/goarista v0.0.0-20190409235741-55bc7be9dd31 // indirect
github.com/btcsuite/btcd v0.0.0-20190427004231-96897255fd17 // indirect
github.com/cespare/cp v1.1.1 // indirect
github.com/cosmos/cosmos-sdk v0.37.0
github.com/deckarep/golang-set v1.7.1 // indirect
github.com/edsrzf/mmap-go v1.0.0 // indirect
github.com/ethereum/go-ethereum v1.8.27
github.com/fjl/memsize v0.0.0-20180929194037-2a09253e352a // indirect
github.com/gogo/protobuf v1.3.0
github.com/golang/protobuf v1.3.2
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/huin/goupnp v1.0.0 // indirect
github.com/jackpal/go-nat-pmp v1.0.1 // indirect
github.com/karalabe/hid v0.0.0-20181128192157-d815e0c1a2e2 // indirect
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/otiai10/copy v0.0.0-20180813032824-7e9a647135a1 // indirect
github.com/otiai10/curr v0.0.0-20150429015615-9b4961190c95 // indirect
github.com/otiai10/mint v1.2.3 // indirect
github.com/pborman/uuid v1.2.0 // indirect
github.com/ethereum/go-ethereum v1.10.10
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.4.3
github.com/phayes/freeport v0.0.0-20171002181615-b8543db493a5
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a // indirect
github.com/rjeczalik/notify v0.9.2 // indirect
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.4.0
github.com/stretchr/testify v1.7.0
github.com/stumble/gorocksdb v0.0.3 // indirect
github.com/tendermint/iavl v0.12.4
github.com/tendermint/tendermint v0.32.4
github.com/tendermint/tm-db v0.2.0
github.com/tidwall/gjson v1.3.0
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
golang.org/x/tools v0.0.0-20190703212419-2214986f1668 // indirect
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
gopkg.in/urfave/cli.v1 v1.20.0 // indirect
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
)
Loading