From bbce9b674004234ed53239e0fdd358a8391454dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 19:09:13 +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..9707ec4 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.193.0 )