11module github.com/terraform-google-modules/terraform-example-foundation/helpers/foundation-deployer
22
33go 1.22.7
4-
5- toolchain go1.23.4
4+ toolchain go1.24.1
65
76require (
87 github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.17.3
@@ -15,33 +14,22 @@ require (
1514)
1615
1716require (
18- cloud.google.com/go v0.116.0 // indirect
1917 cloud.google.com/go/compute/metadata v0.5.2 // indirect
20- cloud.google.com/go/iam v1.2.2 // indirect
21- cloud.google.com/go/storage v1.47.0 // indirect
2218 github.com/agext/levenshtein v1.2.3 // indirect
2319 github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
24- github.com/aws/aws-sdk-go v1.45.5 // indirect
2520 github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
2621 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
27- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
28- github.com/golang/protobuf v1.5.4 // indirect
2922 github.com/google/go-cmp v0.6.0 // indirect
30- github.com/google/s2a-go v0.1.8 // indirect
31- github.com/google/uuid v1.6.0 // indirect
32- github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
33- github.com/googleapis/gax-go/v2 v2.14.0 // indirect
3423 github.com/hashicorp/errwrap v1.1.0 // indirect
3524 github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
36- github.com/hashicorp/go-getter v1.7.5 // indirect
3725 github.com/hashicorp/go-getter/v2 v2.2.3 // indirect
3826 github.com/hashicorp/go-multierror v1.1.1 // indirect
3927 github.com/hashicorp/go-safetemp v1.0.0 // indirect
4028 github.com/hashicorp/go-version v1.7.0 // indirect
4129 github.com/hashicorp/terraform-json v0.23.0 // indirect
4230 github.com/jinzhu/copier v0.4.0 // indirect
43- github.com/jmespath/go-jmespath v0.4.0 // indirect
4431 github.com/klauspost/compress v1.16.7 // indirect
32+ github.com/kr/pretty v0.1.0 // indirect
4533 github.com/mattn/go-shellwords v1.0.12 // indirect
4634 github.com/mattn/go-zglob v0.0.4 // indirect
4735 github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -53,22 +41,14 @@ require (
5341 github.com/tmccombs/hcl2json v0.6.4 // indirect
5442 github.com/ulikunitz/xz v0.5.11 // indirect
5543 github.com/zclconf/go-cty v1.15.0 // indirect
56- go.opencensus.io v0.24.0 // indirect
57- golang.org/x/crypto v0.29.0 // indirect
44+ golang.org/x/crypto v0.36.0 // indirect
5845 golang.org/x/mod v0.22.0 // indirect
59- golang.org/x/net v0.31 .0 // indirect
46+ golang.org/x/net v0.38 .0 // indirect
6047 golang.org/x/oauth2 v0.24.0 // indirect
61- golang.org/x/sync v0.10 .0 // indirect
62- golang.org/x/sys v0.27 .0 // indirect
63- golang.org/x/text v0.20 .0 // indirect
48+ golang.org/x/sync v0.12 .0 // indirect
49+ golang.org/x/sys v0.31 .0 // indirect
50+ golang.org/x/text v0.23 .0 // indirect
6451 golang.org/x/tools v0.22.0 // indirect
65- golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
66- google.golang.org/api v0.206.0 // indirect
67- google.golang.org/appengine v1.6.8 // indirect
68- google.golang.org/genproto v0.0.0-20241113202542-65e8d215514f // indirect
69- google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
70- google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
71- google.golang.org/grpc v1.67.1 // indirect
72- google.golang.org/protobuf v1.35.1 // indirect
52+ gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
7353 gopkg.in/yaml.v3 v3.0.1 // indirect
7454)
0 commit comments