File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.24.0
55toolchain go1.24.5
66
77require (
8- github.com/hashicorp/terraform-plugin-docs v0.22 .0
8+ github.com/hashicorp/terraform-plugin-docs v0.23 .0
99 github.com/hashicorp/terraform-plugin-framework v1.15.1
1010 github.com/hashicorp/terraform-plugin-framework-validators v0.18.0
1111 github.com/hashicorp/terraform-plugin-go v0.29.0
@@ -31,7 +31,7 @@ require (
3131 github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
3232 github.com/armon/go-radix v1.0.0 // indirect
3333 github.com/bgentry/speakeasy v0.1.0 // indirect
34- github.com/bmatcuk/doublestar/v4 v4.8 .1 // indirect
34+ github.com/bmatcuk/doublestar/v4 v4.9 .1 // indirect
3535 github.com/cloudflare/circl v1.6.1 // indirect
3636 github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936 // indirect
3737 github.com/fatih/color v1.18.0 // indirect
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kB
2929github.com/bmatcuk/doublestar v1.1.1 /go.mod h1:UD6OnuiIn0yFxxA2le/rnRU1G4RaI4UvFv1sNto9p6w =
3030github.com/bmatcuk/doublestar/v4 v4.8.1 h1:54Bopc5c2cAvhLRAzqOGCYHYyhcDHsFF4wWIR5wKP38 =
3131github.com/bmatcuk/doublestar/v4 v4.8.1 /go.mod h1:xBQ8jztBU6kakFMg+8WGxn0c6z1fTSPVIjEY1Wr7jzc =
32+ github.com/bmatcuk/doublestar/v4 v4.9.1 /go.mod h1:xBQ8jztBU6kakFMg+8WGxn0c6z1fTSPVIjEY1Wr7jzc =
3233github.com/bufbuild/protocompile v0.4.0 h1:LbFKd2XowZvQ/kajzguUp2DC9UEIQhIq77fZZlaQsNA =
3334github.com/bufbuild/protocompile v0.4.0 /go.mod h1:3v93+mbWn/v3xzN+31nwkJfrEpAUwp+BagBSZWx+TP8 =
3435github.com/chzyer/logex v1.1.10 /go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI =
@@ -144,6 +145,7 @@ github.com/hashicorp/terraform-json v0.27.1 h1:zWhEracxJW6lcjt/JvximOYyc12pS/gaK
144145github.com/hashicorp/terraform-json v0.27.1 /go.mod h1:GzPLJ1PLdUG5xL6xn1OXWIjteQRT2CNT9o/6A9mi9hE =
145146github.com/hashicorp/terraform-plugin-docs v0.22.0 h1:fwIDStbFel1PPNkM+mDPnpB4efHZBdGoMz/zt5FbTDw =
146147github.com/hashicorp/terraform-plugin-docs v0.22.0 /go.mod h1:55DJVyZ7BNK4t/lANcQ1YpemRuS6KsvIO1BbGA+xzGE =
148+ github.com/hashicorp/terraform-plugin-docs v0.23.0 /go.mod h1:J4b5AtMRgJlDrwCQz+G4hKABgHY5m56PnsRmdAzBwW8 =
147149github.com/hashicorp/terraform-plugin-framework v1.15.0 h1:LQ2rsOfmDLxcn5EeIwdXFtr03FVsNktbbBci8cOKdb4 =
148150github.com/hashicorp/terraform-plugin-framework v1.15.0 /go.mod h1:hxrNI/GY32KPISpWqlCoTLM9JZsGH3CyYlir09bD/fI =
149151github.com/hashicorp/terraform-plugin-framework v1.15.1 h1:2mKDkwb8rlx/tvJTlIcpw0ykcmvdWv+4gY3SIgk8Pq8 =
You can’t perform that action at this time.
0 commit comments