Skip to content

Commit 4aaa2cb

Browse files
committed
update go mod
1 parent ea85a8a commit 4aaa2cb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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.0
13+
github.com/hashicorp/terraform-json v0.26.1-0.20250903142550-e43f20a0f5ed
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ github.com/hashicorp/terraform-exec v0.23.1 h1:diK5NSSDXDKqHEOIQefBMu9ny+FhzwlwV
7676
github.com/hashicorp/terraform-exec v0.23.1/go.mod h1:e4ZEg9BJDRaSalGm2z8vvrPONt0XWG0/tXpmzYTf+dM=
7777
github.com/hashicorp/terraform-json v0.26.0 h1:+BnJavhRH+oyNWPnfzrfQwVWCZBFMvjdiH2Vi38Udz4=
7878
github.com/hashicorp/terraform-json v0.26.0/go.mod h1:eyWCeC3nrZamyrKLFnrvwpc3LQPIJsx8hWHQ/nu2/v4=
79+
github.com/hashicorp/terraform-json v0.26.1-0.20250903142550-e43f20a0f5ed h1:o4lC3qBOqlj+/b3WgnokYcwARvG8P6keLasy/0UfhPo=
80+
github.com/hashicorp/terraform-json v0.26.1-0.20250903142550-e43f20a0f5ed/go.mod h1:GzPLJ1PLdUG5xL6xn1OXWIjteQRT2CNT9o/6A9mi9hE=
7981
github.com/huandu/xstrings v1.3.3 h1:/Gcsuc1x8JVbJ9/rlye4xZnVAbEkGauT8lbebqcQws4=
8082
github.com/huandu/xstrings v1.3.3/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE=
8183
github.com/imdario/mergo v0.3.11/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA=

0 commit comments

Comments
 (0)