Skip to content

Commit 5154bef

Browse files
chore(deps): Update go modules and/or dev-tools
1 parent b221877 commit 5154bef

File tree

6 files changed

+111
-45
lines changed

6 files changed

+111
-45
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Make will use bash instead of sh
1919
SHELL := /usr/bin/env bash
2020

21-
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.22
21+
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.23
2222
DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools
2323
REGISTRY_URL := gcr.io/cloud-foundation-cicd
2424

build/int.cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ tags:
4141
- 'integration'
4242
substitutions:
4343
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools'
44-
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.22'
44+
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.23'

build/lint.cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ tags:
2121
- 'lint'
2222
substitutions:
2323
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools'
24-
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.22'
24+
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.23'

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

Lines changed: 2 additions & 2 deletions
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.120.1
7+
google.golang.org/api v0.229.0
88
)

test/integration/go.mod

Lines changed: 42 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,87 @@
11
module github.com/terraform-google-modules/terraform-google-event-function/test/integration
22

3-
go 1.22.0
3+
go 1.23.0
44

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

77
require (
8-
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.16.2
9-
github.com/stretchr/testify v1.9.0
8+
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.17.6
9+
github.com/stretchr/testify v1.10.0
1010
)
1111

1212
require (
13-
cloud.google.com/go v0.110.7 // indirect
14-
cloud.google.com/go/compute v1.23.0 // indirect
15-
cloud.google.com/go/compute/metadata v0.2.3 // indirect
16-
cloud.google.com/go/iam v1.1.2 // indirect
17-
cloud.google.com/go/storage v1.33.0 // indirect
13+
cloud.google.com/go v0.116.0 // indirect
14+
cloud.google.com/go/compute v1.28.3 // indirect
15+
cloud.google.com/go/compute/metadata v0.5.2 // indirect
16+
cloud.google.com/go/iam v1.2.2 // indirect
17+
cloud.google.com/go/storage v1.47.0 // indirect
1818
github.com/agext/levenshtein v1.2.3 // indirect
1919
github.com/alexflint/go-filemutex v1.3.0 // indirect
2020
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
2121
github.com/aws/aws-sdk-go v1.45.5 // indirect
2222
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
2323
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2424
github.com/go-errors/errors v1.5.0 // indirect
25-
github.com/go-openapi/jsonpointer v0.20.0 // indirect
25+
github.com/go-openapi/jsonpointer v0.21.0 // indirect
2626
github.com/go-openapi/jsonreference v0.20.2 // indirect
27-
github.com/go-openapi/swag v0.22.4 // indirect
27+
github.com/go-openapi/swag v0.23.0 // indirect
2828
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
29-
github.com/golang/protobuf v1.5.3 // indirect
30-
github.com/google/gnostic-models v0.6.8 // indirect
29+
github.com/golang/protobuf v1.5.4 // indirect
30+
github.com/google/gnostic-models v0.6.9 // indirect
3131
github.com/google/go-cmp v0.6.0 // indirect
32-
github.com/google/s2a-go v0.1.7 // indirect
33-
github.com/google/uuid v1.3.1 // indirect
34-
github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect
35-
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
36-
github.com/gruntwork-io/terratest v0.47.1 // indirect
32+
github.com/google/s2a-go v0.1.8 // indirect
33+
github.com/google/uuid v1.6.0 // indirect
34+
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
35+
github.com/googleapis/gax-go/v2 v2.14.0 // indirect
36+
github.com/gruntwork-io/terratest v0.48.2 // indirect
3737
github.com/hashicorp/errwrap v1.1.0 // indirect
3838
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
3939
github.com/hashicorp/go-getter v1.7.6 // indirect
40+
github.com/hashicorp/go-getter/v2 v2.2.3 // indirect
4041
github.com/hashicorp/go-multierror v1.1.1 // indirect
4142
github.com/hashicorp/go-safetemp v1.0.0 // indirect
42-
github.com/hashicorp/go-version v1.6.0 // indirect
43+
github.com/hashicorp/go-version v1.7.0 // indirect
4344
github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f // indirect
44-
github.com/hashicorp/hcl/v2 v2.20.1 // indirect
45-
github.com/hashicorp/terraform-config-inspect v0.0.0-20240801114854-6714b46f5fe4 // indirect
46-
github.com/hashicorp/terraform-json v0.22.1 // indirect
45+
github.com/hashicorp/hcl/v2 v2.22.0 // indirect
46+
github.com/hashicorp/terraform-config-inspect v0.0.0-20250203082807-efaa306e97b4 // indirect
47+
github.com/hashicorp/terraform-json v0.24.0 // indirect
4748
github.com/jinzhu/copier v0.4.0 // indirect
4849
github.com/jmespath/go-jmespath v0.4.0 // indirect
4950
github.com/josharian/intern v1.0.0 // indirect
5051
github.com/klauspost/compress v1.16.7 // indirect
5152
github.com/mailru/easyjson v0.7.7 // indirect
53+
github.com/mattn/go-shellwords v1.0.12 // indirect
5254
github.com/mattn/go-zglob v0.0.4 // indirect
5355
github.com/mitchellh/go-homedir v1.1.0 // indirect
5456
github.com/mitchellh/go-testing-interface v1.14.2-0.20210821155943-2d9075ca8770 // indirect
5557
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
5658
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
57-
github.com/tidwall/gjson v1.17.3 // indirect
59+
github.com/tidwall/gjson v1.18.0 // indirect
5860
github.com/tidwall/match v1.1.1 // indirect
5961
github.com/tidwall/pretty v1.2.1 // indirect
6062
github.com/tidwall/sjson v1.2.5 // indirect
61-
github.com/tmccombs/hcl2json v0.6.0 // indirect
63+
github.com/tmccombs/hcl2json v0.6.4 // indirect
6264
github.com/ulikunitz/xz v0.5.11 // indirect
63-
github.com/zclconf/go-cty v1.14.4 // indirect
65+
github.com/zclconf/go-cty v1.15.1 // indirect
6466
go.opencensus.io v0.24.0 // indirect
65-
golang.org/x/crypto v0.31.0 // indirect
66-
golang.org/x/mod v0.21.0 // indirect
67-
golang.org/x/net v0.25.0 // indirect
68-
golang.org/x/oauth2 v0.12.0 // indirect
69-
golang.org/x/sync v0.10.0 // indirect
70-
golang.org/x/sys v0.28.0 // indirect
67+
golang.org/x/crypto v0.32.0 // indirect
68+
golang.org/x/mod v0.23.0 // indirect
69+
golang.org/x/net v0.34.0 // indirect
70+
golang.org/x/oauth2 v0.24.0 // indirect
71+
golang.org/x/sync v0.11.0 // indirect
72+
golang.org/x/sys v0.29.0 // indirect
7173
golang.org/x/text v0.21.0 // indirect
72-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
74+
golang.org/x/tools v0.26.0 // indirect
7375
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
74-
google.golang.org/api v0.138.0 // indirect
76+
google.golang.org/api v0.206.0 // indirect
7577
google.golang.org/appengine v1.6.8 // indirect
76-
google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect
77-
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect
78-
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
79-
google.golang.org/grpc v1.58.3 // indirect
80-
google.golang.org/protobuf v1.33.0 // indirect
78+
google.golang.org/genproto v0.0.0-20241113202542-65e8d215514f // indirect
79+
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
80+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
81+
google.golang.org/grpc v1.67.1 // indirect
82+
google.golang.org/protobuf v1.35.1 // indirect
8183
gopkg.in/yaml.v3 v3.0.1 // indirect
82-
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
83-
sigs.k8s.io/kustomize/kyaml v0.17.2 // indirect
84+
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
85+
sigs.k8s.io/kustomize/kyaml v0.19.0 // indirect
8486
sigs.k8s.io/yaml v1.4.0 // indirect
8587
)

0 commit comments

Comments
 (0)