From 4464d08ca909b1ba698d9a477d12d8427d605c40 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 8 May 2026 16:09:24 +0000 Subject: [PATCH] chore(deps): Update module github.com/GoogleCloudPlatform/functions-framework-go to v1.9.2 --- .../functions/bq-to-cf/go.mod | 2 +- examples/secure_cloud_function_internal_server/function/go.mod | 2 +- .../secure_cloud_function_with_sql/functions/cf-to-sql/go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/secure_cloud_function_bigquery_trigger/functions/bq-to-cf/go.mod b/examples/secure_cloud_function_bigquery_trigger/functions/bq-to-cf/go.mod index 0a77cd0f..c2b5fcc7 100644 --- a/examples/secure_cloud_function_bigquery_trigger/functions/bq-to-cf/go.mod +++ b/examples/secure_cloud_function_bigquery_trigger/functions/bq-to-cf/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( cloud.google.com/go/storage v1.29.0 - github.com/GoogleCloudPlatform/functions-framework-go v1.6.1 + github.com/GoogleCloudPlatform/functions-framework-go v1.9.2 github.com/cloudevents/sdk-go/v2 v2.15.2 golang.org/x/oauth2 v0.6.0 google.golang.org/api v0.113.0 diff --git a/examples/secure_cloud_function_internal_server/function/go.mod b/examples/secure_cloud_function_internal_server/function/go.mod index b4f77f21..ac53cf71 100644 --- a/examples/secure_cloud_function_internal_server/function/go.mod +++ b/examples/secure_cloud_function_internal_server/function/go.mod @@ -3,5 +3,5 @@ module example.com/module/helloworld go 1.21 require ( - github.com/GoogleCloudPlatform/functions-framework-go v1.6.1 + github.com/GoogleCloudPlatform/functions-framework-go v1.9.2 ) 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..34d48fed 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 @@ -4,7 +4,7 @@ go 1.21 require ( cloud.google.com/go/cloudsqlconn v1.2.3 - github.com/GoogleCloudPlatform/functions-framework-go v1.7.1 + github.com/GoogleCloudPlatform/functions-framework-go v1.9.2 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