From ae3da95aa170ceda1a017cd26138afd10e645673 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 01:21:27 +0000 Subject: [PATCH] chore(deps): Update module google.golang.org/api to v0.199.0 --- examples/delete-vms-without-cmek/function_source/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )