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.16 to 1.10.25 in /packages/arb-validator #199

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

require (
github.com/ethereum/go-ethereum v1.9.16
github.com/golang/protobuf v1.4.2
github.com/ethereum/go-ethereum v1.10.25
github.com/golang/protobuf v1.5.2
github.com/gorilla/rpc v1.2.0
github.com/hashicorp/golang-lru v0.5.4
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
github.com/offchainlabs/arbitrum/packages/arb-avm-cpp v0.6.5
github.com/offchainlabs/arbitrum/packages/arb-provider-go v0.6.5 // indirect
github.com/offchainlabs/arbitrum/packages/arb-util v0.6.5
github.com/offchainlabs/arbitrum/packages/arb-validator-core v0.6.5
github.com/pkg/errors v0.9.1
google.golang.org/protobuf v1.25.0
google.golang.org/protobuf v1.26.0
)

replace github.com/offchainlabs/arbitrum/packages/arb-avm-cpp => ../arb-avm-cpp
Expand Down
Loading