Skip to content

Commit c5504b9

Browse files
Bump google.golang.org/grpc in /go/sample-apps/function (aws-observability#973)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.53.0 to 1.56.3. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.53.0...v1.56.3) --- 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 3d3064e commit c5504b9

File tree

2 files changed

+413
-9
lines changed

2 files changed

+413
-9
lines changed

go/sample-apps/function/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
github.com/felixge/httpsnoop v1.0.3 // indirect
3030
github.com/go-logr/logr v1.2.4 // indirect
3131
github.com/go-logr/stdr v1.2.2 // indirect
32-
github.com/golang/protobuf v1.5.2 // indirect
32+
github.com/golang/protobuf v1.5.3 // indirect
3333
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
3434
go.opentelemetry.io/contrib/detectors/aws/lambda v0.27.0 // indirect
3535
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.2.0 // indirect
@@ -41,7 +41,7 @@ require (
4141
golang.org/x/net v0.17.0 // indirect
4242
golang.org/x/sys v0.13.0 // indirect
4343
golang.org/x/text v0.13.0 // indirect
44-
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
45-
google.golang.org/grpc v1.53.0 // indirect
46-
google.golang.org/protobuf v1.28.1 // indirect
44+
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
45+
google.golang.org/grpc v1.56.3 // indirect
46+
google.golang.org/protobuf v1.30.0 // indirect
4747
)

0 commit comments

Comments
 (0)