@@ -28,7 +28,7 @@ require (
28
28
github.com/hashicorp/go-cleanhttp v0.5.2
29
29
github.com/hashicorp/go-retryablehttp v0.7.8
30
30
github.com/hashicorp/hcl2 v0.0.0-20191002203319-fb75b3253c80
31
- github.com/hashicorp/terraform-exec v0.23.0
31
+ github.com/hashicorp/terraform-exec v0.16.1
32
32
github.com/hashicorp/terraform-json v0.25.0
33
33
github.com/jenkins-x/go-scm v1.15.1
34
34
github.com/kubescape/go-git-url v0.0.30
@@ -124,7 +124,7 @@ require (
124
124
github.com/fluxcd/pkg/apis/acl v0.7.0 // indirect
125
125
github.com/fluxcd/pkg/ssa v0.51.0 // indirect
126
126
github.com/fsnotify/fsnotify v1.9.0 // indirect
127
- github.com/fxamacker/cbor/v2 v2.8 .0 // indirect
127
+ github.com/fxamacker/cbor/v2 v2.9 .0 // indirect
128
128
github.com/go-errors/errors v1.5.1 // indirect
129
129
github.com/go-fed/httpsig v1.1.0 // indirect
130
130
github.com/go-logr/stdr v1.2.2 // indirect
@@ -160,7 +160,7 @@ require (
160
160
github.com/moby/sys/sequential v0.6.0 // indirect
161
161
github.com/moby/term v0.5.2 // indirect
162
162
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
163
- github.com/modern-go/reflect2 v1.0.2 // indirect
163
+ github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
164
164
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
165
165
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
166
166
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
@@ -216,32 +216,26 @@ require (
216
216
gopkg.in/yaml.v3 v3.0.1 // indirect
217
217
k8s.io/component-base v0.33.3 // indirect
218
218
k8s.io/klog/v2 v2.130.1 // indirect
219
- k8s.io/kube-openapi v0.0.0-20250701173324-9bd5c66d9911 // indirect
219
+ k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
220
220
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
221
221
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
222
- sigs.k8s.io/kustomize/api v0.20.0 // indirect
222
+ sigs.k8s.io/kustomize/api v0.20.1 // indirect
223
223
sigs.k8s.io/randfill v1.0.0 // indirect
224
224
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
225
- sigs.k8s.io/yaml v1.5 .0 // indirect
225
+ sigs.k8s.io/yaml v1.6 .0 // indirect
226
226
)
227
227
228
- replace (
229
- // v0.15.1-0.20220809152546-4850a69faedb is actually the v0.16.1a tag of the fork
230
- github.com/hashicorp/terraform-exec v0.16.1 => github.com/tf-controller/terraform-exec v0.15.1-0.20220809152546-4850a69faedb
228
+ // v0.15.1-0.20220809152546-4850a69faedb is actually the v0.16.1a tag of the fork
229
+ replace github.com/hashicorp/terraform-exec v0.16.1 => github.com/tf-controller/terraform-exec v0.15.1-0.20220809152546-4850a69faedb
231
230
232
- // Lock down k8s.io/kube-openapi to a specific commit
233
- k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20250627150254-e9823e99808e
234
- )
231
+ // Lock down k8s.io/kube-openapi to a specific commit
232
+ replace k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20250627150254-e9823e99808e
235
233
236
234
// Pin kustomize to v5.3.0
237
235
replace (
238
236
sigs.k8s.io/kustomize/api => sigs.k8s.io/kustomize/api v0.16.0
239
237
sigs.k8s.io/kustomize/kyaml => sigs.k8s.io/kustomize/kyaml v0.16.0
240
238
)
241
239
242
- // Pin terraform-exec to v0.17.3
243
- // breaking changes in terraform-exec v0.18.0 - https://github.com/hashicorp/terraform-exec/blob/main/CHANGELOG.md#0180-february-20-2023
244
- replace github.com/hashicorp/terraform-exec => github.com/hashicorp/terraform-exec v0.17.3
245
-
246
240
// indirect - breaking changes in v1.0.x
247
241
replace github.com/olekukonko/tablewriter => github.com/olekukonko/tablewriter v0.0.5
0 commit comments