From 3eb293618ac07cbbcb95ac459cbc4939e5a4d6fa Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 26 May 2026 23:55:37 +0000 Subject: [PATCH] chore(deps): Update module golang.org/x/sync to v0.2.0 --- .../secure_cloud_function_with_sql/functions/cf-to-sql/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/secure_cloud_function_with_sql/functions/cf-to-sql/go.mod b/examples/secure_cloud_function_with_sql/functions/cf-to-sql/go.mod index 3440cebf..b36b6450 100644 --- a/examples/secure_cloud_function_with_sql/functions/cf-to-sql/go.mod +++ b/examples/secure_cloud_function_with_sql/functions/cf-to-sql/go.mod @@ -7,7 +7,7 @@ require ( github.com/GoogleCloudPlatform/functions-framework-go v1.7.1 github.com/cloudevents/sdk-go/v2 v2.15.2 github.com/go-sql-driver/mysql v1.7.1 - golang.org/x/sync v0.1.0 + golang.org/x/sync v0.2.0 ) require (