Skip to content

Commit d8f9f9b

Browse files
committed
chore: update terraform and terraform-exec to latest
1 parent f6d5187 commit d8f9f9b

File tree

3 files changed

+72
-62
lines changed

3 files changed

+72
-62
lines changed

go.mod

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ require (
1313
github.com/aws/karpenter-provider-aws v1.0.2
1414
github.com/crossplane-contrib/provider-aws v0.30.1
1515
github.com/go-logr/logr v1.4.2
16-
github.com/hashicorp/go-version v1.6.0
17-
github.com/hashicorp/hc-install v0.6.4
18-
github.com/hashicorp/terraform-exec v0.21.0
16+
github.com/hashicorp/go-version v1.7.0
17+
github.com/hashicorp/hc-install v0.9.2
18+
github.com/hashicorp/terraform-exec v0.23.0
1919
github.com/onsi/ginkgo/v2 v2.20.0
2020
github.com/onsi/gomega v1.34.1
2121
github.com/pkg/errors v0.9.1
@@ -46,7 +46,7 @@ require (
4646
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage v1.6.0 // indirect
4747
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.4.1 // indirect
4848
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
49-
github.com/ProtonMail/go-crypto v1.1.0-alpha.2 // indirect
49+
github.com/ProtonMail/go-crypto v1.1.6 // indirect
5050
github.com/agext/levenshtein v1.2.1 // indirect
5151
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
5252
github.com/aws/aws-sdk-go v1.55.5 // indirect
@@ -72,7 +72,7 @@ require (
7272
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.27.3 // indirect
7373
github.com/aws/aws-sdk-go-v2/service/sts v1.31.3 // indirect
7474
github.com/awslabs/operatorpkg v0.0.0-20240805231134-67d0acfb6306 // indirect
75-
github.com/cloudflare/circl v1.3.7 // indirect
75+
github.com/cloudflare/circl v1.6.0 // indirect
7676
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
7777
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
7878
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
@@ -119,7 +119,7 @@ require (
119119
go.opentelemetry.io/otel/metric v1.30.0 // indirect
120120
go.opentelemetry.io/otel/trace v1.30.0 // indirect
121121
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
122-
golang.org/x/mod v0.21.0 // indirect
122+
golang.org/x/mod v0.24.0 // indirect
123123
golang.org/x/tools v0.25.0 // indirect
124124
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
125125
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
@@ -152,16 +152,16 @@ require (
152152
github.com/go-logr/zapr v1.3.0
153153
github.com/gobuffalo/flect v1.0.2 // indirect
154154
github.com/gogo/protobuf v1.3.2 // indirect
155-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
155+
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
156156
github.com/golang/protobuf v1.5.4 // indirect
157-
github.com/google/go-cmp v0.6.0 // indirect
157+
github.com/google/go-cmp v0.7.0 // indirect
158158
github.com/google/go-containerregistry v0.20.2 // indirect
159159
github.com/google/go-querystring v1.1.0 // indirect
160160
github.com/google/gofuzz v1.2.0 // indirect
161161
github.com/google/uuid v1.6.0 // indirect
162162
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
163163
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
164-
github.com/hashicorp/terraform-json v0.22.1 // indirect
164+
github.com/hashicorp/terraform-json v0.24.0 // indirect
165165
github.com/huandu/xstrings v1.5.0 // indirect
166166
github.com/imdario/mergo v0.3.16 // indirect
167167
github.com/jmespath/go-jmespath v0.4.1-0.20220621161143-b0104c826a24 // indirect
@@ -187,17 +187,17 @@ require (
187187
github.com/spf13/cast v1.7.0 // indirect
188188
github.com/spf13/pflag v1.0.5 // indirect
189189
github.com/spotinst/spotinst-sdk-go v1.372.0 // indirect
190-
github.com/zclconf/go-cty v1.14.4 // indirect
190+
github.com/zclconf/go-cty v1.16.2 // indirect
191191
go.opencensus.io v0.24.0 // indirect
192192
go.uber.org/multierr v1.11.0 // indirect
193193
go.uber.org/zap v1.27.0
194-
golang.org/x/crypto v0.27.0 // indirect
195-
golang.org/x/net v0.29.0 // indirect
194+
golang.org/x/crypto v0.35.0 // indirect
195+
golang.org/x/net v0.36.0 // indirect
196196
golang.org/x/oauth2 v0.23.0 // indirect
197-
golang.org/x/sync v0.8.0 // indirect
198-
golang.org/x/sys v0.25.0 // indirect
199-
golang.org/x/term v0.24.0 // indirect
200-
golang.org/x/text v0.18.0 // indirect
197+
golang.org/x/sync v0.11.0 // indirect
198+
golang.org/x/sys v0.30.0 // indirect
199+
golang.org/x/term v0.29.0 // indirect
200+
golang.org/x/text v0.22.0 // indirect
201201
golang.org/x/time v0.6.0 // indirect
202202
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
203203
google.golang.org/api v0.199.0 // indirect

0 commit comments

Comments
 (0)