We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ec6e1 commit b55e2e2Copy full SHA for b55e2e2
examples/delete-vms-without-cmek/function_source/go.mod
@@ -3,6 +3,6 @@ module github.com/terraform-google-modules/terraform-google-event-function
3
go 1.20
4
5
require (
6
- cloud.google.com/go v0.115.1
7
- google.golang.org/api v0.198.0
+ cloud.google.com/go v0.116.0
+ google.golang.org/api v0.200.0
8
)
test/integration/go.mod
@@ -2,7 +2,7 @@ module github.com/terraform-google-modules/terraform-google-event-function/test/
2
go 1.22.0
-toolchain go1.22.7
+toolchain go1.22.8
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.16.2
0 commit comments