Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit ecd9716

Browse files
Bump google.golang.org/protobuf (#113)
Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 401642c commit ecd9716

File tree

2 files changed

+3
-3
lines changed
  • quickstart/docker/compose/grpc/route_guide/server

2 files changed

+3
-3
lines changed

quickstart/docker/compose/grpc/route_guide/server/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ require (
1313
golang.org/x/sys v0.13.0 // indirect
1414
golang.org/x/text v0.13.0 // indirect
1515
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect
16-
google.golang.org/protobuf v1.30.0 // indirect
16+
google.golang.org/protobuf v1.33.0 // indirect
1717
)

quickstart/docker/compose/grpc/route_guide/server/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ google.golang.org/grpc/examples v0.0.0-20230705174746-11feb0a9afd8 h1:wvN1tKi5pL
1818
google.golang.org/grpc/examples v0.0.0-20230705174746-11feb0a9afd8/go.mod h1:CjEn68pJy4gCZyxDUQ9HNT0mQwZtbmMMHh5UrDl3Ozc=
1919
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
2020
google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
21-
google.golang.org/protobuf v1.30.0 h1:kPPoIgf3TsEvrm0PFe15JQ+570QVxYzEvvHqChK+cng=
22-
google.golang.org/protobuf v1.30.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
21+
google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=
22+
google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=

0 commit comments

Comments
 (0)