From 9b6b1abdc05e954a332dadaf14d246d68fb0a9ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 05:43:17 +0000 Subject: [PATCH] chore(deps): update module google.golang.org/grpc to v1.83.1 [security] --- examples/google-cloud/cloud-functions/go/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )