From b918286c30f91130fc6ddba58775fde6a19f8cff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 07:55:18 +0000 Subject: [PATCH] Update module cloud.google.com/go/storage to v1.34.1 --- 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 e5857dc12..aaa0299dd 100644 --- a/examples/google-cloud/cloud-functions/go/go.mod +++ b/examples/google-cloud/cloud-functions/go/go.mod @@ -3,7 +3,7 @@ module vespa.ai/module go 1.19 require ( - cloud.google.com/go/storage v1.33.0 + cloud.google.com/go/storage v1.34.1 github.com/GoogleCloudPlatform/functions-framework-go v1.8.0 )