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

go: bump github.com/golang/protobuf from 1.4.3 to 1.5.1 in /go #3799

Merged
Merged
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
1 change: 1 addition & 0 deletions .changelog/3799.internal.md
@@ -0,0 +1 @@
go: bump github.com/golang/protobuf from 1.4.3 to 1.5.1
4 changes: 2 additions & 2 deletions go/go.mod
Expand Up @@ -24,7 +24,7 @@ require (
github.com/eapache/channels v1.1.0
github.com/fxamacker/cbor/v2 v2.2.1-0.20200820021930-bafca87fa6db
github.com/go-kit/kit v0.10.0
github.com/golang/protobuf v1.4.3
github.com/golang/protobuf v1.5.1
github.com/golang/snappy v0.0.3
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2
github.com/hashicorp/go-hclog v0.15.0
Expand Down Expand Up @@ -60,7 +60,7 @@ require (
google.golang.org/genproto v0.0.0-20201119123407-9b1e624d6bc4
google.golang.org/grpc v1.36.0
google.golang.org/grpc/security/advancedtls v0.0.0-20200902210233-8630cac324bf
google.golang.org/protobuf v1.25.0
google.golang.org/protobuf v1.26.0
)

go 1.15