From a14ad5c8c700526b312e468b6cc8e7b075381280 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 02:00:24 +0000 Subject: [PATCH] chore(deps): Update go modules and/or dev-tools --- examples/delete-vms-without-cmek/function_source/go.mod | 2 +- test/integration/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/delete-vms-without-cmek/function_source/go.mod b/examples/delete-vms-without-cmek/function_source/go.mod index 88d51ed..2829af4 100644 --- a/examples/delete-vms-without-cmek/function_source/go.mod +++ b/examples/delete-vms-without-cmek/function_source/go.mod @@ -4,5 +4,5 @@ go 1.20 require ( cloud.google.com/go v0.115.1 - google.golang.org/api v0.198.0 + google.golang.org/api v0.199.0 ) diff --git a/test/integration/go.mod b/test/integration/go.mod index d990b74..ed3b136 100644 --- a/test/integration/go.mod +++ b/test/integration/go.mod @@ -2,7 +2,7 @@ module github.com/terraform-google-modules/terraform-google-event-function/test/ go 1.22.0 -toolchain go1.22.7 +toolchain go1.22.8 require ( github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.16.2