Skip to content

Commit b55e2e2

Browse files
authoredOct 16, 2024
chore(deps): Update go modules and/or dev-tools
1 parent 15ec6e1 commit b55e2e2

File tree

2 files changed

+3
-3
lines changed
  • examples/delete-vms-without-cmek/function_source
  • test/integration

2 files changed

+3
-3
lines changed
 

‎examples/delete-vms-without-cmek/function_source/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/terraform-google-modules/terraform-google-event-function
33
go 1.20
44

55
require (
6-
cloud.google.com/go v0.115.1
7-
google.golang.org/api v0.198.0
6+
cloud.google.com/go v0.116.0
7+
google.golang.org/api v0.200.0
88
)

‎test/integration/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/terraform-google-modules/terraform-google-event-function/test/
22

33
go 1.22.0
44

5-
toolchain go1.22.7
5+
toolchain go1.22.8
66

77
require (
88
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.16.2

0 commit comments

Comments
 (0)
Failed to load comments.