diff --git a/examples/google-cloud/cloud-functions/go/go.mod b/examples/google-cloud/cloud-functions/go/go.mod index 91c2c1188..bebaadb65 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.29.0 + cloud.google.com/go/storage v1.33.0 github.com/GoogleCloudPlatform/functions-framework-go v1.8.0 )