Skip to content

Commit 5f26e07

Browse files
authored
Merge pull request #173 from Sander0542/renovate/github.com-hashicorp-terraform-plugin-docs-0.x
Update module github.com/hashicorp/terraform-plugin-docs to v0.21.0
2 parents 9844004 + 3d4ce37 commit 5f26e07

File tree

2 files changed

+53
-57
lines changed

2 files changed

+53
-57
lines changed

tools/go.mod

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.22.7
44

55
require (
66
github.com/hashicorp/copywrite v0.21.0
7-
github.com/hashicorp/terraform-plugin-docs v0.20.1
7+
github.com/hashicorp/terraform-plugin-docs v0.21.0
88
)
99

1010
require (
@@ -14,12 +14,12 @@ require (
1414
github.com/Masterminds/goutils v1.1.1 // indirect
1515
github.com/Masterminds/semver/v3 v3.2.0 // indirect
1616
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
17-
github.com/ProtonMail/go-crypto v1.1.0-alpha.2 // indirect
17+
github.com/ProtonMail/go-crypto v1.1.3 // indirect
1818
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
1919
github.com/armon/go-radix v1.0.0 // indirect
2020
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect
2121
github.com/bgentry/speakeasy v0.1.0 // indirect
22-
github.com/bmatcuk/doublestar/v4 v4.7.1 // indirect
22+
github.com/bmatcuk/doublestar/v4 v4.8.1 // indirect
2323
github.com/bradleyfalzon/ghinstallation/v2 v2.5.0 // indirect
2424
github.com/cli/go-gh/v2 v2.11.2 // indirect
2525
github.com/cli/safeexec v1.0.0 // indirect
@@ -34,7 +34,7 @@ require (
3434
github.com/google/go-github/v53 v53.0.0 // indirect
3535
github.com/google/go-querystring v1.1.0 // indirect
3636
github.com/google/uuid v1.3.0 // indirect
37-
github.com/hashicorp/cli v1.1.6 // indirect
37+
github.com/hashicorp/cli v1.1.7 // indirect
3838
github.com/hashicorp/errwrap v1.1.0 // indirect
3939
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
4040
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -43,10 +43,10 @@ require (
4343
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
4444
github.com/hashicorp/go-uuid v1.0.3 // indirect
4545
github.com/hashicorp/go-version v1.7.0 // indirect
46-
github.com/hashicorp/hc-install v0.9.0 // indirect
46+
github.com/hashicorp/hc-install v0.9.1 // indirect
4747
github.com/hashicorp/hcl v1.0.0 // indirect
48-
github.com/hashicorp/terraform-exec v0.21.0 // indirect
49-
github.com/hashicorp/terraform-json v0.23.0 // indirect
48+
github.com/hashicorp/terraform-exec v0.22.0 // indirect
49+
github.com/hashicorp/terraform-json v0.24.0 // indirect
5050
github.com/huandu/xstrings v1.3.3 // indirect
5151
github.com/imdario/mergo v0.3.15 // indirect
5252
github.com/inconshreveable/mousetrap v1.0.1 // indirect
@@ -55,7 +55,7 @@ require (
5555
github.com/joho/godotenv v1.3.0 // indirect
5656
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
5757
github.com/knadh/koanf v1.5.0 // indirect
58-
github.com/mattn/go-colorable v0.1.13 // indirect
58+
github.com/mattn/go-colorable v0.1.14 // indirect
5959
github.com/mattn/go-isatty v0.0.20 // indirect
6060
github.com/mattn/go-runewidth v0.0.15 // indirect
6161
github.com/mergestat/timediff v0.0.3 // indirect
@@ -75,18 +75,18 @@ require (
7575
github.com/thanhpk/randstr v1.0.4 // indirect
7676
github.com/yuin/goldmark v1.7.7 // indirect
7777
github.com/yuin/goldmark-meta v1.1.0 // indirect
78-
github.com/zclconf/go-cty v1.15.0 // indirect
78+
github.com/zclconf/go-cty v1.16.2 // indirect
7979
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
8080
go.mongodb.org/mongo-driver v1.10.0 // indirect
81-
golang.org/x/crypto v0.31.0 // indirect
81+
golang.org/x/crypto v0.32.0 // indirect
8282
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
83-
golang.org/x/mod v0.21.0 // indirect
83+
golang.org/x/mod v0.22.0 // indirect
8484
golang.org/x/net v0.33.0 // indirect
8585
golang.org/x/oauth2 v0.8.0 // indirect
86-
golang.org/x/sync v0.10.0 // indirect
87-
golang.org/x/sys v0.28.0 // indirect
88-
golang.org/x/term v0.27.0 // indirect
89-
golang.org/x/text v0.21.0 // indirect
86+
golang.org/x/sync v0.11.0 // indirect
87+
golang.org/x/sys v0.29.0 // indirect
88+
golang.org/x/term v0.28.0 // indirect
89+
golang.org/x/text v0.22.0 // indirect
9090
google.golang.org/appengine v1.6.7 // indirect
9191
google.golang.org/protobuf v1.33.0 // indirect
9292
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)