From 57fba2ca7e359f7177d4e6ee2b7596db44a67841 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:29:49 +0000 Subject: [PATCH] chore(deps): Update go modules and/or dev-tools --- examples/delete-vms-without-cmek/function_source/go.mod | 4 ++-- test/integration/go.mod | 2 +- 2 files changed, 3 insertions(+), 3 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..3496d3a 100644 --- a/examples/delete-vms-without-cmek/function_source/go.mod +++ b/examples/delete-vms-without-cmek/function_source/go.mod @@ -3,6 +3,6 @@ module github.com/terraform-google-modules/terraform-google-event-function go 1.20 require ( - cloud.google.com/go v0.115.1 - google.golang.org/api v0.198.0 + cloud.google.com/go v0.116.0 + google.golang.org/api v0.202.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