From e33b3f31f6a48aafb8a2aefd141ea0019bd64d64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 21:22:31 +0000 Subject: [PATCH] Update module golang.org/x/crypto to v0.45.0 [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 700f0cacf..7e2d4fb2a 100644 --- a/examples/google-cloud/cloud-functions/go/go.mod +++ b/examples/google-cloud/cloud-functions/go/go.mod @@ -34,7 +34,7 @@ require ( go.uber.org/atomic v1.4.0 // indirect go.uber.org/multierr v1.1.0 // indirect go.uber.org/zap v1.10.0 // indirect - golang.org/x/crypto v0.43.0 // indirect + golang.org/x/crypto v0.45.0 // indirect golang.org/x/net v0.38.0 // indirect golang.org/x/oauth2 v0.27.0 // indirect golang.org/x/sync v0.11.0 // indirect