Skip to content

Commit c9e84ab

Browse files
chore(deps): Update go modules and/or dev-tools
1 parent 682faac commit c9e84ab

File tree

2 files changed

+47
-87
lines changed

2 files changed

+47
-87
lines changed

test/integration/go.mod

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
module github.com/terraform-google-modules/terraform-google-composer/test/integration
22

3-
go 1.22
3+
go 1.22.7
44

5-
toolchain go1.22.5
5+
toolchain go1.22.9
66

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

1212
require (
@@ -29,22 +29,21 @@ require (
2929
github.com/golang/protobuf v1.5.3 // indirect
3030
github.com/google/gnostic-models v0.6.8 // indirect
3131
github.com/google/go-cmp v0.6.0 // indirect
32-
github.com/google/gofuzz v1.2.0 // indirect
3332
github.com/google/s2a-go v0.1.7 // indirect
34-
github.com/google/uuid v1.3.1 // indirect
33+
github.com/google/uuid v1.6.0 // indirect
3534
github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect
3635
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
37-
github.com/gruntwork-io/terratest v0.47.0 // indirect
36+
github.com/gruntwork-io/terratest v0.47.2 // indirect
3837
github.com/hashicorp/errwrap v1.1.0 // indirect
3938
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
40-
github.com/hashicorp/go-getter v1.7.5 // indirect
39+
github.com/hashicorp/go-getter v1.7.6 // indirect
4140
github.com/hashicorp/go-multierror v1.1.1 // indirect
4241
github.com/hashicorp/go-safetemp v1.0.0 // indirect
43-
github.com/hashicorp/go-version v1.6.0 // indirect
42+
github.com/hashicorp/go-version v1.7.0 // indirect
4443
github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f // indirect
4544
github.com/hashicorp/hcl/v2 v2.20.1 // indirect
46-
github.com/hashicorp/terraform-config-inspect v0.0.0-20240701073647-9fc3669f7553 // indirect
47-
github.com/hashicorp/terraform-json v0.22.1 // indirect
45+
github.com/hashicorp/terraform-config-inspect v0.0.0-20241107133921-3adb156ecfe2 // indirect
46+
github.com/hashicorp/terraform-json v0.23.0 // indirect
4847
github.com/jinzhu/copier v0.4.0 // indirect
4948
github.com/jmespath/go-jmespath v0.4.0 // indirect
5049
github.com/josharian/intern v1.0.0 // indirect
@@ -55,20 +54,20 @@ require (
5554
github.com/mitchellh/go-testing-interface v1.14.2-0.20210821155943-2d9075ca8770 // indirect
5655
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
5756
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
58-
github.com/tidwall/gjson v1.17.1 // indirect
57+
github.com/tidwall/gjson v1.18.0 // indirect
5958
github.com/tidwall/match v1.1.1 // indirect
6059
github.com/tidwall/pretty v1.2.1 // indirect
6160
github.com/tidwall/sjson v1.2.5 // indirect
6261
github.com/tmccombs/hcl2json v0.6.0 // indirect
6362
github.com/ulikunitz/xz v0.5.11 // indirect
64-
github.com/zclconf/go-cty v1.14.4 // indirect
63+
github.com/zclconf/go-cty v1.15.0 // indirect
6564
go.opencensus.io v0.24.0 // indirect
6665
golang.org/x/crypto v0.21.0 // indirect
67-
golang.org/x/mod v0.19.0 // indirect
66+
golang.org/x/mod v0.22.0 // indirect
6867
golang.org/x/net v0.23.0 // indirect
6968
golang.org/x/oauth2 v0.12.0 // indirect
7069
golang.org/x/sync v0.4.0 // indirect
71-
golang.org/x/sys v0.18.0 // indirect
70+
golang.org/x/sys v0.21.0 // indirect
7271
golang.org/x/text v0.14.0 // indirect
7372
golang.org/x/tools v0.13.0 // indirect
7473
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
@@ -81,6 +80,6 @@ require (
8180
google.golang.org/protobuf v1.33.0 // indirect
8281
gopkg.in/yaml.v3 v3.0.1 // indirect
8382
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
84-
sigs.k8s.io/kustomize/kyaml v0.17.2 // indirect
83+
sigs.k8s.io/kustomize/kyaml v0.18.1 // indirect
8584
sigs.k8s.io/yaml v1.4.0 // indirect
8685
)

0 commit comments

Comments
 (0)