Skip to content

Commit 63139d0

Browse files
authored
Use terraform-json from main to support Terraform 1.6.x (#113)
Build with `terraform-json` on main that supports Terraform 1.6.x `checks` Signed-off-by: Ryan Cragun <[email protected]>
1 parent 6b43b98 commit 63139d0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ go 1.21.0
55
// https://github.com/ryancragun/go-cty/commit/b70d2866762dd2a09605c9755d4e8d997518f0c4
66
replace github.com/zclconf/go-cty => github.com/ryancragun/go-cty v1.10.1-0.20230928174205-b70d2866762d
77

8+
// https://github.com/hashicorp/terraform-json/issues/106
9+
replace github.com/hashicorp/terraform-json => github.com/hashicorp/terraform-json v0.17.2-0.20230925093316-33462c328ac9
10+
811
require (
912
github.com/Masterminds/semver/v3 v3.2.1
1013
github.com/aws/aws-sdk-go-v2/config v1.18.39

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ github.com/hashicorp/hcl/v2 v2.18.0 h1:wYnG7Lt31t2zYkcquwgKo6MWXzRUDIeIVU5naZwHL
103103
github.com/hashicorp/hcl/v2 v2.18.0/go.mod h1:ThLC89FV4p9MPW804KVbe/cEXoQ8NZEh+JtMeeGErHE=
104104
github.com/hashicorp/terraform-exec v0.19.0 h1:FpqZ6n50Tk95mItTSS9BjeOVUb4eg81SpgVtZNNtFSM=
105105
github.com/hashicorp/terraform-exec v0.19.0/go.mod h1:tbxUpe3JKruE9Cuf65mycSIT8KiNPZ0FkuTE3H4urQg=
106-
github.com/hashicorp/terraform-json v0.17.1 h1:eMfvh/uWggKmY7Pmb3T85u86E2EQg6EQHgyRwf3RkyA=
107-
github.com/hashicorp/terraform-json v0.17.1/go.mod h1:Huy6zt6euxaY9knPAFKjUITn8QxUFIe9VuSzb4zn/0o=
106+
github.com/hashicorp/terraform-json v0.17.2-0.20230925093316-33462c328ac9 h1:spC06FL52vGx3A1SJQqFji3VUSHmPgkaVIPMIAMKWQk=
107+
github.com/hashicorp/terraform-json v0.17.2-0.20230925093316-33462c328ac9/go.mod h1:0a5tk65jPDbGo2lEMmvmwwvM0qCbOhW33hXtGrJQBgc=
108108
github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM=
109109
github.com/hexops/gotextdiff v1.0.3/go.mod h1:pSWU5MAI3yDq+fZBTazCSJysOMbxWL1BSow5/V2vxeg=
110110
github.com/huandu/xstrings v1.3.1/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE=

0 commit comments

Comments
 (0)