From aff60133de9b7bdde94f0e6a43e4fd92462c7d6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 22:25:32 +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 ea51e63..7f5fb46 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.112.2 - google.golang.org/api v0.177.0 + cloud.google.com/go v0.113.0 + google.golang.org/api v0.178.0 ) diff --git a/test/integration/go.mod b/test/integration/go.mod index 34a9432..905d681 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.21 -toolchain go1.21.9 +toolchain go1.21.10 require ( github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.14.1