Skip to content

Commit 93b6371

Browse files
fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.19.4
1 parent 939349b commit 93b6371

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ go 1.21
44

55
require (
66
github.com/deepmap/oapi-codegen/v2 v2.1.0
7-
github.com/hashicorp/terraform-plugin-docs v0.19.2
7+
github.com/hashicorp/terraform-plugin-docs v0.19.4
88
github.com/hashicorp/terraform-plugin-framework v1.8.0
99
github.com/hashicorp/terraform-plugin-go v0.23.0
10+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0
1011
github.com/hashicorp/terraform-plugin-testing v1.8.0
1112
github.com/oapi-codegen/runtime v1.1.1
1213
)
@@ -41,14 +42,13 @@ require (
4142
github.com/hashicorp/go-multierror v1.1.1 // indirect
4243
github.com/hashicorp/go-plugin v1.6.1 // indirect
4344
github.com/hashicorp/go-uuid v1.0.3 // indirect
44-
github.com/hashicorp/go-version v1.6.0 // indirect
45-
github.com/hashicorp/hc-install v0.6.4 // indirect
45+
github.com/hashicorp/go-version v1.7.0 // indirect
46+
github.com/hashicorp/hc-install v0.7.0 // indirect
4647
github.com/hashicorp/hcl/v2 v2.20.1 // indirect
4748
github.com/hashicorp/logutils v1.0.0 // indirect
4849
github.com/hashicorp/terraform-exec v0.21.0 // indirect
4950
github.com/hashicorp/terraform-json v0.22.1 // indirect
5051
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
51-
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0 // indirect
5252
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
5353
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
5454
github.com/hashicorp/yamux v0.1.1 // indirect
@@ -80,7 +80,7 @@ require (
8080
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
8181
golang.org/x/crypto v0.23.0 // indirect
8282
golang.org/x/exp v0.0.0-20230809150735-7b3493d9a819 // indirect
83-
golang.org/x/mod v0.16.0 // indirect
83+
golang.org/x/mod v0.17.0 // indirect
8484
golang.org/x/net v0.25.0 // indirect
8585
golang.org/x/sys v0.20.0 // indirect
8686
golang.org/x/text v0.15.0 // indirect

go.sum

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,12 @@ github.com/hashicorp/go-uuid v1.0.3 h1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/C
101101
github.com/hashicorp/go-uuid v1.0.3/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=
102102
github.com/hashicorp/go-version v1.6.0 h1:feTTfFNnjP967rlCxM/I9g701jU+RN74YKx2mOkIeek=
103103
github.com/hashicorp/go-version v1.6.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
104+
github.com/hashicorp/go-version v1.7.0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY=
105+
github.com/hashicorp/go-version v1.7.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
104106
github.com/hashicorp/hc-install v0.6.4 h1:QLqlM56/+SIIGvGcfFiwMY3z5WGXT066suo/v9Km8e0=
105107
github.com/hashicorp/hc-install v0.6.4/go.mod h1:05LWLy8TD842OtgcfBbOT0WMoInBMUSHjmDx10zuBIA=
108+
github.com/hashicorp/hc-install v0.7.0 h1:Uu9edVqjKQxxuD28mR5TikkKDd/p55S8vzPC1659aBk=
109+
github.com/hashicorp/hc-install v0.7.0/go.mod h1:ELmmzZlGnEcqoUMKUuykHaPCIR1sYLYX+KSggWSKZuA=
106110
github.com/hashicorp/hcl/v2 v2.20.1 h1:M6hgdyz7HYt1UN9e61j+qKJBqR3orTWbI1HKBJEdxtc=
107111
github.com/hashicorp/hcl/v2 v2.20.1/go.mod h1:TZDqQ4kNKCbh1iJp99FdPiUaVDDUPivbqxZulxDYqL4=
108112
github.com/hashicorp/logutils v1.0.0 h1:dLEQVugN8vlakKOUE3ihGLTZJRB4j+M2cdTm/ORI65Y=
@@ -113,6 +117,7 @@ github.com/hashicorp/terraform-json v0.22.1 h1:xft84GZR0QzjPVWs4lRUwvTcPnegqlyS7
113117
github.com/hashicorp/terraform-json v0.22.1/go.mod h1:JbWSQCLFSXFFhg42T7l9iJwdGXBYV8fmmD6o/ML4p3A=
114118
github.com/hashicorp/terraform-plugin-docs v0.19.2 h1:YjdKa1vuqt9EnPYkkrv9HnGZz175HhSJ7Vsn8yZeWus=
115119
github.com/hashicorp/terraform-plugin-docs v0.19.2/go.mod h1:gad2aP6uObFKhgNE8DR9nsEuEQnibp7il0jZYYOunWY=
120+
github.com/hashicorp/terraform-plugin-docs v0.19.4/go.mod h1:4pLASsatTmRynVzsjEhbXZ6s7xBlUw/2Kt0zfrq8HxA=
116121
github.com/hashicorp/terraform-plugin-framework v1.8.0 h1:P07qy8RKLcoBkCrY2RHJer5AEvJnDuXomBgou6fD8kI=
117122
github.com/hashicorp/terraform-plugin-framework v1.8.0/go.mod h1:/CpTukO88PcL/62noU7cuyaSJ4Rsim+A/pa+3rUVufY=
118123
github.com/hashicorp/terraform-plugin-go v0.23.0 h1:AALVuU1gD1kPb48aPQUjug9Ir/125t+AAurhqphJ2Co=
@@ -252,6 +257,8 @@ golang.org/x/lint v0.0.0-20210508222113-6edffad5e616/go.mod h1:3xt1FjdF8hUf6vQPI
252257
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
253258
golang.org/x/mod v0.16.0 h1:QX4fJ0Rr5cPQCF7O9lh9Se4pmwfwskqZfq5moyldzic=
254259
golang.org/x/mod v0.16.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
260+
golang.org/x/mod v0.17.0 h1:zY54UmvipHiNd+pm+m0x9KhZ9hl1/7QNMyxXbc6ICqA=
261+
golang.org/x/mod v0.17.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
255262
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
256263
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
257264
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=

0 commit comments

Comments
 (0)