Skip to content

Commit d58abed

Browse files
Bump google.golang.org/grpc in /go/sample-apps/function (aws-observability#787)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.42.0 to 1.53.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.42.0...v1.53.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 510eb45 commit d58abed

File tree

2 files changed

+978
-8
lines changed

2 files changed

+978
-8
lines changed

go/sample-apps/function/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ require (
4040
golang.org/x/net v0.7.0 // indirect
4141
golang.org/x/sys v0.5.0 // indirect
4242
golang.org/x/text v0.7.0 // indirect
43-
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
44-
google.golang.org/grpc v1.42.0 // indirect
45-
google.golang.org/protobuf v1.27.1 // indirect
43+
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
44+
google.golang.org/grpc v1.53.0 // indirect
45+
google.golang.org/protobuf v1.28.1 // indirect
4646
)

0 commit comments

Comments
 (0)