Skip to content

Commit 1bce4bf

Browse files
committed
chore(deps): Update go modules and/or dev-tools
1 parent 220ca4f commit 1bce4bf

File tree

9 files changed

+1266
-34
lines changed

9 files changed

+1266
-34
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.20
21+
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.22
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
@@ -178,4 +178,4 @@ options:
178178
- 'TF_IN_AUTOMATION=true'
179179
substitutions:
180180
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools'
181-
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.20'
181+
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.22'

build/lint.cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tags:
2424
- 'lint'
2525
substitutions:
2626
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools'
27-
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.20'
27+
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.22'
2828
options:
2929
machineType: 'N1_HIGHCPU_8'
3030
env:

helpers/foundation-deployer/go.mod

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
module github.com/terraform-google-modules/terraform-example-foundation/helpers/foundation-deployer
22

3-
go 1.21.0
3+
go 1.22.7
4+
5+
toolchain go1.22.9
46

57
require (
6-
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.14.1
7-
github.com/gruntwork-io/terratest v0.46.14
8-
github.com/hashicorp/hcl/v2 v2.20.1
8+
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.16.3
9+
github.com/gruntwork-io/terratest v0.47.2
10+
github.com/hashicorp/hcl/v2 v2.22.0
911
github.com/mitchellh/go-testing-interface v1.14.2-0.20210821155943-2d9075ca8770
1012
github.com/stretchr/testify v1.9.0
1113
github.com/terraform-google-modules/terraform-example-foundation/test/integration v0.0.0-20240112234556-03b1976b42c4
12-
github.com/tidwall/gjson v1.17.1
14+
github.com/tidwall/gjson v1.18.0
1315
)
1416

1517
require (
@@ -27,16 +29,16 @@ require (
2729
github.com/golang/protobuf v1.5.3 // indirect
2830
github.com/google/go-cmp v0.6.0 // indirect
2931
github.com/google/s2a-go v0.1.7 // indirect
30-
github.com/google/uuid v1.3.1 // indirect
32+
github.com/google/uuid v1.6.0 // indirect
3133
github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect
3234
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
3335
github.com/hashicorp/errwrap v1.1.0 // indirect
3436
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
35-
github.com/hashicorp/go-getter v1.7.4 // indirect
37+
github.com/hashicorp/go-getter v1.7.6 // indirect
3638
github.com/hashicorp/go-multierror v1.1.1 // indirect
3739
github.com/hashicorp/go-safetemp v1.0.0 // indirect
38-
github.com/hashicorp/go-version v1.6.0 // indirect
39-
github.com/hashicorp/terraform-json v0.21.0 // indirect
40+
github.com/hashicorp/go-version v1.7.0 // indirect
41+
github.com/hashicorp/terraform-json v0.23.0 // indirect
4042
github.com/jinzhu/copier v0.4.0 // indirect
4143
github.com/jmespath/go-jmespath v0.4.0 // indirect
4244
github.com/klauspost/compress v1.16.7 // indirect
@@ -49,14 +51,14 @@ require (
4951
github.com/tidwall/sjson v1.2.5 // indirect
5052
github.com/tmccombs/hcl2json v0.6.0 // indirect
5153
github.com/ulikunitz/xz v0.5.11 // indirect
52-
github.com/zclconf/go-cty v1.14.1 // indirect
54+
github.com/zclconf/go-cty v1.15.0 // indirect
5355
go.opencensus.io v0.24.0 // indirect
5456
golang.org/x/crypto v0.21.0 // indirect
55-
golang.org/x/mod v0.17.0 // indirect
57+
golang.org/x/mod v0.21.0 // indirect
5658
golang.org/x/net v0.23.0 // indirect
5759
golang.org/x/oauth2 v0.12.0 // indirect
5860
golang.org/x/sync v0.4.0 // indirect
59-
golang.org/x/sys v0.18.0 // indirect
61+
golang.org/x/sys v0.21.0 // indirect
6062
golang.org/x/text v0.14.0 // indirect
6163
golang.org/x/tools v0.13.0 // indirect
6264
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect

helpers/foundation-deployer/go.sum

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
189189
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
190190
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.14.1 h1:xfCNVLZQAclUxmhICDwaOUJUw4OioNc1wIEfjtSgfCg=
191191
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.14.1/go.mod h1:AEQP8/V/hIp+SllHtmBV7ftuoQQ82eC032UdsnL3tnY=
192+
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.16.3 h1:LKouXohMqxE7u43gOHx57Zme/E3sgMpFq0yPArI4DiE=
193+
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.16.3/go.mod h1:6HwC1k0Nr7cu1ZaMeIQjb+sQAHKSHhG5tytYoA8Sn6A=
192194
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
193195
github.com/agext/levenshtein v1.2.3 h1:YB2fHEn0UJagG8T1rrWknE3ZQzWM06O8AMAatNn7lmo=
194196
github.com/agext/levenshtein v1.2.3/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558=
@@ -320,6 +322,8 @@ github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+
320322
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
321323
github.com/google/uuid v1.3.1 h1:KjJaJ9iWZ3jOFZIf1Lqf4laDRCasjl0BCmnEGxkdLb4=
322324
github.com/google/uuid v1.3.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
325+
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
326+
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
323327
github.com/googleapis/enterprise-certificate-proxy v0.0.0-20220520183353-fd19c99a87aa/go.mod h1:17drOmN3MwGY7t0e+Ei9b45FFGA3fBs3x36SsCg1hq8=
324328
github.com/googleapis/enterprise-certificate-proxy v0.1.0/go.mod h1:17drOmN3MwGY7t0e+Ei9b45FFGA3fBs3x36SsCg1hq8=
325329
github.com/googleapis/enterprise-certificate-proxy v0.2.0/go.mod h1:8C0jb7/mgJe/9KK8Lm7X9ctZC2t60YyIpYEI16jx0Qg=
@@ -340,25 +344,35 @@ github.com/googleapis/go-type-adapters v1.0.0/go.mod h1:zHW75FOG2aur7gAO2B+MLby+
340344
github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw=
341345
github.com/gruntwork-io/terratest v0.46.14 h1:nVT2JpOPLr7KbwOSNDP0GJffljH+Yu5833cwLorxRjs=
342346
github.com/gruntwork-io/terratest v0.46.14/go.mod h1:L/IHbj195wnjfIFpZYWUhjwA3jm4O6ehO//xz7NxN8o=
347+
github.com/gruntwork-io/terratest v0.47.2 h1:t6iWwsqJH7Gx0RwXleU/vjc+2c0JXRMdj3DxYXTBssQ=
348+
github.com/gruntwork-io/terratest v0.47.2/go.mod h1:LnYX8BN5WxUMpDr8rtD39oToSL4CBERWSCusbJ0d/64=
343349
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
344350
github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=
345351
github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
346352
github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=
347353
github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48=
348354
github.com/hashicorp/go-getter v1.7.4 h1:3yQjWuxICvSpYwqSayAdKRFcvBl1y/vogCxczWSmix0=
349355
github.com/hashicorp/go-getter v1.7.4/go.mod h1:W7TalhMmbPmsSMdNjD0ZskARur/9GJ17cfHTRtXV744=
356+
github.com/hashicorp/go-getter v1.7.6 h1:5jHuM+aH373XNtXl9TNTUH5Qd69Trve11tHIrB+6yj4=
357+
github.com/hashicorp/go-getter v1.7.6/go.mod h1:W7TalhMmbPmsSMdNjD0ZskARur/9GJ17cfHTRtXV744=
350358
github.com/hashicorp/go-multierror v1.1.1 h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=
351359
github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9/fmwbPZ6JB6eMoM=
352360
github.com/hashicorp/go-safetemp v1.0.0 h1:2HR189eFNrjHQyENnQMMpCiBAsRxzbTMIgBhEyExpmo=
353361
github.com/hashicorp/go-safetemp v1.0.0/go.mod h1:oaerMy3BhqiTbVye6QuFhFtIceqFoDHxNAB65b+Rj1I=
354362
github.com/hashicorp/go-version v1.6.0 h1:feTTfFNnjP967rlCxM/I9g701jU+RN74YKx2mOkIeek=
355363
github.com/hashicorp/go-version v1.6.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
364+
github.com/hashicorp/go-version v1.7.0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY=
365+
github.com/hashicorp/go-version v1.7.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
356366
github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
357367
github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
358368
github.com/hashicorp/hcl/v2 v2.20.1 h1:M6hgdyz7HYt1UN9e61j+qKJBqR3orTWbI1HKBJEdxtc=
359369
github.com/hashicorp/hcl/v2 v2.20.1/go.mod h1:TZDqQ4kNKCbh1iJp99FdPiUaVDDUPivbqxZulxDYqL4=
370+
github.com/hashicorp/hcl/v2 v2.22.0 h1:hkZ3nCtqeJsDhPRFz5EA9iwcG1hNWGePOTw6oyul12M=
371+
github.com/hashicorp/hcl/v2 v2.22.0/go.mod h1:62ZYHrXgPoX8xBnzl8QzbWq4dyDsDtfCRgIq1rbJEvA=
360372
github.com/hashicorp/terraform-json v0.21.0 h1:9NQxbLNqPbEMze+S6+YluEdXgJmhQykRyRNd+zTI05U=
361373
github.com/hashicorp/terraform-json v0.21.0/go.mod h1:qdeBs11ovMzo5puhrRibdD6d2Dq6TyE/28JiU4tIQxk=
374+
github.com/hashicorp/terraform-json v0.23.0 h1:sniCkExU4iKtTADReHzACkk8fnpQXrdD2xoR+lppBkI=
375+
github.com/hashicorp/terraform-json v0.23.0/go.mod h1:MHdXbBAbSg0GvzuWazEGKAn/cyNfIB7mN6y7KJN6y2c=
362376
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
363377
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
364378
github.com/jinzhu/copier v0.4.0 h1:w3ciUoD19shMCRargcpm0cm91ytaBhDvuRpz1ODO/U8=
@@ -417,6 +431,8 @@ github.com/terraform-google-modules/terraform-example-foundation/test/integratio
417431
github.com/tidwall/gjson v1.14.2/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
418432
github.com/tidwall/gjson v1.17.1 h1:wlYEnwqAHgzmhNUFfw7Xalt2JzQvsMx2Se4PcoFCT/U=
419433
github.com/tidwall/gjson v1.17.1/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
434+
github.com/tidwall/gjson v1.18.0 h1:FIDeeyB800efLX89e5a8Y0BNH+LOngJyGrIWxG2FKQY=
435+
github.com/tidwall/gjson v1.18.0/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
420436
github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA=
421437
github.com/tidwall/match v1.1.1/go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM=
422438
github.com/tidwall/pretty v1.2.0/go.mod h1:ITEVvHYasfjBbM0u2Pg8T2nJnzm8xPwvNhhsoaGGjNU=
@@ -437,6 +453,8 @@ github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1
437453
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
438454
github.com/zclconf/go-cty v1.14.1 h1:t9fyA35fwjjUMcmL5hLER+e/rEPqrbCK1/OSE4SI9KA=
439455
github.com/zclconf/go-cty v1.14.1/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE=
456+
github.com/zclconf/go-cty v1.15.0 h1:tTCRWxsexYUmtt/wVxgDClUe+uQusuI443uL6e+5sXQ=
457+
github.com/zclconf/go-cty v1.15.0/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE=
440458
github.com/zclconf/go-cty-debug v0.0.0-20191215020915-b22d67c1ba0b h1:FosyBZYxY34Wul7O/MSKey3txpPYyCqVO5ZyceuQJEI=
441459
github.com/zclconf/go-cty-debug v0.0.0-20191215020915-b22d67c1ba0b/go.mod h1:ZRKQfBXbGkpdV6QMzT3rU1kSTAnfu1dO8dPKjYprgj8=
442460
go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU=
@@ -495,6 +513,8 @@ golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
495513
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
496514
golang.org/x/mod v0.17.0 h1:zY54UmvipHiNd+pm+m0x9KhZ9hl1/7QNMyxXbc6ICqA=
497515
golang.org/x/mod v0.17.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
516+
golang.org/x/mod v0.21.0 h1:vvrHzRwRfVKSiLrG+d4FMl/Qi4ukBCE6kZlTUkDYRT0=
517+
golang.org/x/mod v0.21.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY=
498518
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
499519
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
500520
golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
@@ -652,6 +672,8 @@ golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10/go.mod h1:oPkhp1MJrh7nUepCBc
652672
golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
653673
golang.org/x/sys v0.18.0 h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4=
654674
golang.org/x/sys v0.18.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
675+
golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws=
676+
golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
655677
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
656678
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
657679
golang.org/x/term v0.1.0/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=

test/integration/go.mod

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

3-
go 1.21.0
3+
go 1.22.7
4+
5+
toolchain go1.22.9
46

57
require (
6-
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.14.1
7-
github.com/gruntwork-io/terratest v0.46.14
8+
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.16.3
9+
github.com/gruntwork-io/terratest v0.47.2
810
github.com/mitchellh/go-testing-interface v1.14.2-0.20210821155943-2d9075ca8770
911
github.com/stretchr/testify v1.9.0
10-
github.com/tidwall/gjson v1.17.1
11-
golang.org/x/oauth2 v0.20.0
12+
github.com/tidwall/gjson v1.18.0
13+
golang.org/x/oauth2 v0.24.0
1214
)
1315

1416
require (
@@ -31,19 +33,19 @@ require (
3133
github.com/google/gnostic-models v0.6.8 // indirect
3234
github.com/google/go-cmp v0.6.0 // indirect
3335
github.com/google/s2a-go v0.1.7 // indirect
34-
github.com/google/uuid v1.3.1 // indirect
36+
github.com/google/uuid v1.6.0 // indirect
3537
github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect
3638
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
3739
github.com/hashicorp/errwrap v1.1.0 // indirect
3840
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
39-
github.com/hashicorp/go-getter v1.7.4 // indirect
41+
github.com/hashicorp/go-getter v1.7.6 // indirect
4042
github.com/hashicorp/go-multierror v1.1.1 // indirect
4143
github.com/hashicorp/go-safetemp v1.0.0 // indirect
42-
github.com/hashicorp/go-version v1.6.0 // indirect
44+
github.com/hashicorp/go-version v1.7.0 // indirect
4345
github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f // indirect
44-
github.com/hashicorp/hcl/v2 v2.18.0 // indirect
45-
github.com/hashicorp/terraform-config-inspect v0.0.0-20231204233900-a34142ec2a72 // indirect
46-
github.com/hashicorp/terraform-json v0.21.0 // indirect
46+
github.com/hashicorp/hcl/v2 v2.20.1 // indirect
47+
github.com/hashicorp/terraform-config-inspect v0.0.0-20240801114854-6714b46f5fe4 // indirect
48+
github.com/hashicorp/terraform-json v0.23.0 // indirect
4749
github.com/jinzhu/copier v0.4.0 // indirect
4850
github.com/jmespath/go-jmespath v0.4.0 // indirect
4951
github.com/josharian/intern v1.0.0 // indirect
@@ -58,14 +60,15 @@ require (
5860
github.com/tidwall/sjson v1.2.5 // indirect
5961
github.com/tmccombs/hcl2json v0.6.0 // indirect
6062
github.com/ulikunitz/xz v0.5.11 // indirect
61-
github.com/zclconf/go-cty v1.14.1 // indirect
63+
github.com/zclconf/go-cty v1.15.0 // indirect
6264
go.opencensus.io v0.24.0 // indirect
6365
golang.org/x/crypto v0.21.0 // indirect
64-
golang.org/x/mod v0.17.0 // indirect
66+
golang.org/x/mod v0.21.0 // indirect
6567
golang.org/x/net v0.23.0 // indirect
6668
golang.org/x/sync v0.4.0 // indirect
67-
golang.org/x/sys v0.18.0 // indirect
69+
golang.org/x/sys v0.21.0 // indirect
6870
golang.org/x/text v0.14.0 // indirect
71+
golang.org/x/tools v0.13.0 // indirect
6972
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
7073
google.golang.org/api v0.138.0 // indirect
7174
google.golang.org/appengine v1.6.8 // indirect
@@ -76,6 +79,6 @@ require (
7679
google.golang.org/protobuf v1.33.0 // indirect
7780
gopkg.in/yaml.v3 v3.0.1 // indirect
7881
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
79-
sigs.k8s.io/kustomize/kyaml v0.17.0 // indirect
82+
sigs.k8s.io/kustomize/kyaml v0.18.1 // indirect
8083
sigs.k8s.io/yaml v1.4.0 // indirect
8184
)

0 commit comments

Comments
 (0)