Skip to content

Commit

Permalink
chore(deps): update go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 7, 2023
1 parent ffa00e7 commit 4e36f71
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/delete-vms-without-cmek/function_source/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/terraform-google-modules/terraform-google-event-function
go 1.20

require (
cloud.google.com/go v0.110.3
google.golang.org/api v0.129.0
cloud.google.com/go v0.110.7
google.golang.org/api v0.134.0
)
2 changes: 1 addition & 1 deletion test/integration/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/terraform-google-modules/terraform-google-event-function/test/
go 1.20

require (
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.6.1
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.7.0
github.com/stretchr/testify v1.8.4
)

Expand Down
4 changes: 2 additions & 2 deletions test/integration/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ cloud.google.com/go/workflows v1.7.0/go.mod h1:JhSrZuVZWuiDfKEFxU0/F1PQjmpnpcoIS
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.6.1 h1:iurGmC0ikd64aJ2TIfpoWrVSaddLDAJLRFrF+wZln6g=
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.6.1/go.mod h1:8S915KxCJh7it4gn/J9o11FWD+F8IGhCGPITgFapzg8=
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.7.0 h1:iRROly3NUxu/eskGvxk0TFm//GNdBJ3rnLqw/As8XbA=
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.7.0/go.mod h1:8S915KxCJh7it4gn/J9o11FWD+F8IGhCGPITgFapzg8=
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
github.com/agext/levenshtein v1.2.3 h1:YB2fHEn0UJagG8T1rrWknE3ZQzWM06O8AMAatNn7lmo=
github.com/agext/levenshtein v1.2.3/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558=
Expand Down

0 comments on commit 4e36f71

Please sign in to comment.