diff --git a/examples/google-cloud/cloud-functions/go/go.mod b/examples/google-cloud/cloud-functions/go/go.mod index 1006668b1..e437cb57d 100644 --- a/examples/google-cloud/cloud-functions/go/go.mod +++ b/examples/google-cloud/cloud-functions/go/go.mod @@ -46,6 +46,6 @@ require ( google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect google.golang.org/genproto/googleapis/api v0.0.0-20240221002015-b0ce06bbee7c // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20240213162025-012b6fc9bca9 // indirect - google.golang.org/grpc v1.82.1 // indirect + google.golang.org/grpc v1.83.1 // indirect google.golang.org/protobuf v1.33.0 // indirect )