Skip to content

Commit fc72238

Browse files
committed
update to use main of tfjson
1 parent bfd766e commit fc72238

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/hashicorp/go-version v1.7.0
1111
github.com/hashicorp/hc-install v0.9.2
1212
github.com/hashicorp/terraform-exec v0.23.1
13-
github.com/hashicorp/terraform-json v0.26.1-0.20250903142550-e43f20a0f5ed
13+
github.com/hashicorp/terraform-json v0.26.1-0.20250908200803-41f8aafc40af
1414
github.com/mattn/go-colorable v0.1.14
1515
github.com/rogpeppe/go-internal v1.14.1
1616
github.com/yuin/goldmark v1.7.7

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ github.com/hashicorp/hc-install v0.9.2 h1:v80EtNX4fCVHqzL9Lg/2xkp62bbvQMnvPQ0G+O
7474
github.com/hashicorp/hc-install v0.9.2/go.mod h1:XUqBQNnuT4RsxoxiM9ZaUk0NX8hi2h+Lb6/c0OZnC/I=
7575
github.com/hashicorp/terraform-exec v0.23.1 h1:diK5NSSDXDKqHEOIQefBMu9ny+FhzwlwV0xgUTB7VTo=
7676
github.com/hashicorp/terraform-exec v0.23.1/go.mod h1:e4ZEg9BJDRaSalGm2z8vvrPONt0XWG0/tXpmzYTf+dM=
77-
github.com/hashicorp/terraform-json v0.26.1-0.20250903142550-e43f20a0f5ed h1:o4lC3qBOqlj+/b3WgnokYcwARvG8P6keLasy/0UfhPo=
78-
github.com/hashicorp/terraform-json v0.26.1-0.20250903142550-e43f20a0f5ed/go.mod h1:GzPLJ1PLdUG5xL6xn1OXWIjteQRT2CNT9o/6A9mi9hE=
77+
github.com/hashicorp/terraform-json v0.26.1-0.20250908200803-41f8aafc40af h1:TXYkA1zjKTAJrpuY4NqdBsdpa1Msii6LGhax3Ywf1MQ=
78+
github.com/hashicorp/terraform-json v0.26.1-0.20250908200803-41f8aafc40af/go.mod h1:GzPLJ1PLdUG5xL6xn1OXWIjteQRT2CNT9o/6A9mi9hE=
7979
github.com/huandu/xstrings v1.3.3 h1:/Gcsuc1x8JVbJ9/rlye4xZnVAbEkGauT8lbebqcQws4=
8080
github.com/huandu/xstrings v1.3.3/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE=
8181
github.com/imdario/mergo v0.3.11/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA=

0 commit comments

Comments
 (0)