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/golang/protobuf from 1.4.3 to 1.5.1 in /packages/arb-util #910

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/arb-util/go.mod
Expand Up @@ -4,10 +4,10 @@ go 1.13

require (
github.com/ethereum/go-ethereum v1.9.24
github.com/golang/protobuf v1.4.3
github.com/golang/protobuf v1.5.1
github.com/offchainlabs/go-solidity-sha3 v0.1.2
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.20.0
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
google.golang.org/protobuf v1.25.0
google.golang.org/protobuf v1.26.0
)