Skip to content

Commit 96b9efb

Browse files
authored
Bumped: terraform-schema (#2102)
* Bumped: terraform-schema * Added: changelog
1 parent 88994c0 commit 96b9efb

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: INTERNAL
2+
body: 'Bumped: terraform-schema'
3+
time: 2026-03-25T14:38:20.741435+05:30
4+
custom:
5+
Issue: "2102"
6+
Repository: terraform-ls

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/hashicorp/terraform-exec v0.25.0
2020
github.com/hashicorp/terraform-json v0.27.2
2121
github.com/hashicorp/terraform-registry-address v0.4.0
22-
github.com/hashicorp/terraform-schema v0.0.0-20260302045719-889b13f05560
22+
github.com/hashicorp/terraform-schema v0.0.0-20260306164157-dbaa11288d7e
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
@@ -29,7 +29,7 @@ require (
2929
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
3030
github.com/stretchr/testify v1.11.1
3131
github.com/vektra/mockery/v2 v2.53.6
32-
github.com/zclconf/go-cty v1.17.0
32+
github.com/zclconf/go-cty v1.18.0
3333
github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940
3434
go.bobheadxi.dev/gobenchdata v1.3.1
3535
go.opentelemetry.io/otel/trace v1.41.0

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ github.com/hashicorp/terraform-json v0.27.2 h1:BwGuzM6iUPqf9JYM/Z4AF1OJ5VVJEEzoK
126126
github.com/hashicorp/terraform-json v0.27.2/go.mod h1:GzPLJ1PLdUG5xL6xn1OXWIjteQRT2CNT9o/6A9mi9hE=
127127
github.com/hashicorp/terraform-registry-address v0.4.0 h1:S1yCGomj30Sao4l5BMPjTGZmCNzuv7/GDTDX99E9gTk=
128128
github.com/hashicorp/terraform-registry-address v0.4.0/go.mod h1:LRS1Ay0+mAiRkUyltGT+UHWkIqTFvigGn/LbMshfflE=
129-
github.com/hashicorp/terraform-schema v0.0.0-20260302045719-889b13f05560 h1:3l6M9IMwhArnOgUePAlFr4f3uNiWPIK0f0PaVVRSktE=
130-
github.com/hashicorp/terraform-schema v0.0.0-20260302045719-889b13f05560/go.mod h1:pXOhxvzIKX/rL0weM3CzswnU8WBEMSElvC0MYsc8FzQ=
129+
github.com/hashicorp/terraform-schema v0.0.0-20260306164157-dbaa11288d7e h1:+AquLqaBISUbiDRW5xyJIB82QQ799TWBR0aZwgf86gA=
130+
github.com/hashicorp/terraform-schema v0.0.0-20260306164157-dbaa11288d7e/go.mod h1:rRl4YEoAMLwC1WLPGwH7l616JUh5qF/nAgeHkm4nKpc=
131131
github.com/hashicorp/terraform-svchost v0.1.1 h1:EZZimZ1GxdqFRinZ1tpJwVxxt49xc/S52uzrw4x0jKQ=
132132
github.com/hashicorp/terraform-svchost v0.1.1/go.mod h1:mNsjQfZyf/Jhz35v6/0LWcv26+X7JPS+buii2c9/ctc=
133133
github.com/hexops/autogold v1.3.1 h1:YgxF9OHWbEIUjhDbpnLhgVsjUDsiHDTyDfy2lrfdlzo=
@@ -263,8 +263,8 @@ github.com/vektra/mockery/v2 v2.53.6/go.mod h1:fjxC+mskIZqf67+z34pHxRRyyZnPnWNA3
263263
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
264264
github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw=
265265
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
266-
github.com/zclconf/go-cty v1.17.0 h1:seZvECve6XX4tmnvRzWtJNHdscMtYEx5R7bnnVyd/d0=
267-
github.com/zclconf/go-cty v1.17.0/go.mod h1:wqFzcImaLTI6A5HfsRwB0nj5n0MRZFwmey8YoFPPs3U=
266+
github.com/zclconf/go-cty v1.18.0 h1:pJ8+HNI4gFoyRNqVE37wWbJWVw43BZczFo7KUoRczaA=
267+
github.com/zclconf/go-cty v1.18.0/go.mod h1:qpnV6EDNgC1sns/AleL1fvatHw72j+S+nS+MJ+T2CSg=
268268
github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940 h1:4r45xpDWB6ZMSMNJFMOjqrGHynW3DIBuR2H9j0ug+Mo=
269269
github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940/go.mod h1:CmBdvvj3nqzfzJ6nTCIwDTPZ56aVGvDrmztiO5g3qrM=
270270
go.bobheadxi.dev/gobenchdata v1.3.1 h1:3Pts2nPUZdgFSU63nWzvfs2xRbK8WVSNeJ2H9e/Ypew=

0 commit comments

Comments
 (0)