From afc7249f2d9271861044e8c1e8ea3669298ca3a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 21:59:37 +0000 Subject: [PATCH] chore(deps): Update go modules and/or dev-tools --- examples/delete-vms-without-cmek/function_source/go.mod | 4 ++-- 1 file 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 fa24c69..faceaf6 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.0 - google.golang.org/api v0.191.0 + cloud.google.com/go v0.115.1 + google.golang.org/api v0.195.0 )