Skip to content

Commit ce9f71a

Browse files
chore(deps): Update go modules and/or dev-tools
1 parent 4ee8735 commit ce9f71a

File tree

2 files changed

+26
-67
lines changed

2 files changed

+26
-67
lines changed

test/integration/go.mod

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

3-
go 1.22
3+
go 1.22.0
44

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

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

@@ -29,21 +29,20 @@ 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
3433
github.com/google/uuid v1.3.1 // 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.1 // 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
4342
github.com/hashicorp/go-version v1.6.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
45+
github.com/hashicorp/terraform-config-inspect v0.0.0-20240801114854-6714b46f5fe4 // indirect
4746
github.com/hashicorp/terraform-json v0.22.1 // indirect
4847
github.com/jinzhu/copier v0.4.0 // indirect
4948
github.com/jmespath/go-jmespath v0.4.0 // indirect
@@ -55,7 +54,7 @@ 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.17.3 // 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
@@ -64,7 +63,7 @@ require (
6463
github.com/zclconf/go-cty v1.14.4 // 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.21.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

0 commit comments

Comments
 (0)