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

Bump github.com/ethereum/go-ethereum from 1.9.24 to 1.10.1 in /packages/arb-validator #851

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
9 changes: 6 additions & 3 deletions packages/arb-validator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@ module github.com/offchainlabs/arbitrum/packages/arb-validator
go 1.13

require (
github.com/ethereum/go-ethereum v1.9.24
github.com/allegro/bigcache v1.2.1 // indirect
github.com/ethereum/go-ethereum v1.10.1
github.com/golang/protobuf v1.4.3
github.com/kr/pretty v0.2.0 // indirect
github.com/miguelmota/go-ethereum-hdwallet v0.0.0-20200123000308-a60dcd172b4c // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/mattn/go-runewidth v0.0.6 // indirect
github.com/offchainlabs/arbitrum/packages/arb-avm-cpp v0.7.3
github.com/offchainlabs/arbitrum/packages/arb-checkpointer v0.7.3
github.com/offchainlabs/arbitrum/packages/arb-tx-aggregator v0.7.3 // indirect
github.com/offchainlabs/arbitrum/packages/arb-util v0.7.3
github.com/offchainlabs/arbitrum/packages/arb-validator-core v0.7.3
github.com/pkg/errors v0.9.1
github.com/rjeczalik/notify v0.9.2 // indirect
github.com/rs/zerolog v1.20.0
google.golang.org/protobuf v1.25.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
Expand Down
Loading