Skip to content

Commit 892a892

Browse files
committed
feat(tfsearch): TF-26847: Modified: terraform-schema version to pseudo-version
1 parent 4b97681 commit 892a892

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
@@ -19,7 +19,7 @@ require (
1919
github.com/hashicorp/terraform-exec v0.23.0
2020
github.com/hashicorp/terraform-json v0.25.1-0.20250804121134-ec95f5b77511
2121
github.com/hashicorp/terraform-registry-address v0.3.0
22-
github.com/hashicorp/terraform-schema v0.0.0-20250616115602-34f2164294a0
22+
github.com/hashicorp/terraform-schema v0.0.0-20250806050753-06fbe50d34cc
2323
github.com/mcuadros/go-defaults v1.2.0
2424
github.com/mh-cbon/go-fmt-fail v0.0.0-20160815164508-67765b3fbcb5
2525
github.com/mitchellh/cli v1.1.5

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ github.com/hashicorp/terraform-registry-address v0.3.0 h1:HMpK3nqaGFPS9VmgRXrJL/
130130
github.com/hashicorp/terraform-registry-address v0.3.0/go.mod h1:jRGCMiLaY9zii3GLC7hqpSnwhfnCN5yzvY0hh4iCGbM=
131131
github.com/hashicorp/terraform-schema v0.0.0-20250616115602-34f2164294a0 h1:fpu271clSg0mDkfy7CYr1fs3ntT9AEioutKZR5r1n2s=
132132
github.com/hashicorp/terraform-schema v0.0.0-20250616115602-34f2164294a0/go.mod h1:si3wjikcavAEF1QIx+p+tk5EvVubBpzu9sl8YasITTs=
133+
github.com/hashicorp/terraform-schema v0.0.0-20250806050753-06fbe50d34cc h1:oPrLylTxY9qWg+0wOSK0CJmRv81vJAdmgv6CWz3HfoI=
134+
github.com/hashicorp/terraform-schema v0.0.0-20250806050753-06fbe50d34cc/go.mod h1:Lye3Lm/aJnhNDGkzYg4BVxIxK95NT4gKdwto+xbDP+c=
133135
github.com/hashicorp/terraform-svchost v0.1.1 h1:EZZimZ1GxdqFRinZ1tpJwVxxt49xc/S52uzrw4x0jKQ=
134136
github.com/hashicorp/terraform-svchost v0.1.1/go.mod h1:mNsjQfZyf/Jhz35v6/0LWcv26+X7JPS+buii2c9/ctc=
135137
github.com/hexops/autogold v1.3.1 h1:YgxF9OHWbEIUjhDbpnLhgVsjUDsiHDTyDfy2lrfdlzo=

0 commit comments

Comments
 (0)