File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
14
14
github.com/gruntwork-io/go-commons v0.17.2
15
15
github.com/hashicorp/go-multierror v1.1.1
16
16
github.com/hashicorp/hcl/v2 v2.21.0
17
- github.com/hashicorp/terraform-json v0.17 .1
17
+ github.com/hashicorp/terraform-json v0.22 .1
18
18
github.com/onsi/ginkgo/v2 v2.17.3
19
19
github.com/onsi/gomega v1.33.1
20
20
github.com/sirupsen/logrus v1.9.3
@@ -164,7 +164,7 @@ require (
164
164
github.com/google/uuid v1.6.0 // indirect
165
165
github.com/hashicorp/go-version v1.7.0 // indirect
166
166
github.com/hashicorp/hcl v1.0.0 // indirect
167
- github.com/hashicorp/terraform-exec v0.19 .0
167
+ github.com/hashicorp/terraform-exec v0.21 .0
168
168
github.com/imdario/mergo v0.3.15 // indirect
169
169
github.com/inconshreveable/mousetrap v1.1.0 // indirect
170
170
github.com/josharian/intern v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -273,8 +273,12 @@ github.com/hashicorp/hcl/v2 v2.21.0 h1:lve4q/o/2rqwYOgUg3y3V2YPyD1/zkCLGjIV74Jit
273
273
github.com/hashicorp/hcl/v2 v2.21.0 /go.mod h1:62ZYHrXgPoX8xBnzl8QzbWq4dyDsDtfCRgIq1rbJEvA =
274
274
github.com/hashicorp/terraform-exec v0.19.0 h1:FpqZ6n50Tk95mItTSS9BjeOVUb4eg81SpgVtZNNtFSM =
275
275
github.com/hashicorp/terraform-exec v0.19.0 /go.mod h1:tbxUpe3JKruE9Cuf65mycSIT8KiNPZ0FkuTE3H4urQg =
276
+ github.com/hashicorp/terraform-exec v0.21.0 h1:uNkLAe95ey5Uux6KJdua6+cv8asgILFVWkd/RG0D2XQ =
277
+ github.com/hashicorp/terraform-exec v0.21.0 /go.mod h1:1PPeMYou+KDUSSeRE9szMZ/oHf4fYUmB923Wzbq1ICg =
276
278
github.com/hashicorp/terraform-json v0.17.1 h1:eMfvh/uWggKmY7Pmb3T85u86E2EQg6EQHgyRwf3RkyA =
277
279
github.com/hashicorp/terraform-json v0.17.1 /go.mod h1:Huy6zt6euxaY9knPAFKjUITn8QxUFIe9VuSzb4zn/0o =
280
+ github.com/hashicorp/terraform-json v0.22.1 h1:xft84GZR0QzjPVWs4lRUwvTcPnegqlyS7orfb5Ltvec =
281
+ github.com/hashicorp/terraform-json v0.22.1 /go.mod h1:JbWSQCLFSXFFhg42T7l9iJwdGXBYV8fmmD6o/ML4p3A =
278
282
github.com/imdario/mergo v0.3.15 h1:M8XP7IuFNsqUx6VPK2P9OSmsYsI/YFaGil0uD21V3dM =
279
283
github.com/imdario/mergo v0.3.15 /go.mod h1:WBLT9ZmE3lPoWsEzCh9LPo3TiwVN+ZKEjmz+hD27ysY =
280
284
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8 =
You can’t perform that action at this time.
0 commit comments