File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ go 1.21.0
55// https://github.com/ryancragun/go-cty/commit/b70d2866762dd2a09605c9755d4e8d997518f0c4
66replace 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+
811require (
912 github.com/Masterminds/semver/v3 v3.2.1
1013 github.com/aws/aws-sdk-go-v2/config v1.18.39
Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ github.com/hashicorp/hcl/v2 v2.18.0 h1:wYnG7Lt31t2zYkcquwgKo6MWXzRUDIeIVU5naZwHL
103103github.com/hashicorp/hcl/v2 v2.18.0 /go.mod h1:ThLC89FV4p9MPW804KVbe/cEXoQ8NZEh+JtMeeGErHE =
104104github.com/hashicorp/terraform-exec v0.19.0 h1:FpqZ6n50Tk95mItTSS9BjeOVUb4eg81SpgVtZNNtFSM =
105105github.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 =
108108github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM =
109109github.com/hexops/gotextdiff v1.0.3 /go.mod h1:pSWU5MAI3yDq+fZBTazCSJysOMbxWL1BSow5/V2vxeg =
110110github.com/huandu/xstrings v1.3.1 /go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE =
You can’t perform that action at this time.
0 commit comments