Skip to content

Commit 8cabb6f

Browse files
build(deps): bump github.com/hashicorp/terraform-plugin-docs in /tools (hashicorp#452)
Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.21.0 to 0.22.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-docs/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-docs@v0.21.0...v0.22.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-docs dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 285ff9d commit 8cabb6f

File tree

2 files changed

+56
-56
lines changed

2 files changed

+56
-56
lines changed

tools/go.mod

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

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

1010
require (
@@ -15,7 +15,7 @@ require (
1515
github.com/Masterminds/goutils v1.1.1 // indirect
1616
github.com/Masterminds/semver/v3 v3.3.0 // indirect
1717
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
18-
github.com/ProtonMail/go-crypto v1.1.3 // indirect
18+
github.com/ProtonMail/go-crypto v1.1.6 // indirect
1919
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
2020
github.com/armon/go-radix v1.0.0 // indirect
2121
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect
@@ -44,10 +44,10 @@ require (
4444
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
4545
github.com/hashicorp/go-uuid v1.0.3 // indirect
4646
github.com/hashicorp/go-version v1.7.0 // indirect
47-
github.com/hashicorp/hc-install v0.9.1 // indirect
47+
github.com/hashicorp/hc-install v0.9.2 // indirect
4848
github.com/hashicorp/hcl v1.0.0 // indirect
49-
github.com/hashicorp/terraform-exec v0.22.0 // indirect
50-
github.com/hashicorp/terraform-json v0.24.0 // indirect
49+
github.com/hashicorp/terraform-exec v0.23.0 // indirect
50+
github.com/hashicorp/terraform-json v0.25.0 // indirect
5151
github.com/huandu/xstrings v1.5.0 // indirect
5252
github.com/inconshreveable/mousetrap v1.0.1 // indirect
5353
github.com/jedib0t/go-pretty v4.3.0+incompatible // indirect
@@ -75,18 +75,18 @@ require (
7575
github.com/thanhpk/randstr v1.0.4 // indirect
7676
github.com/yuin/goldmark v1.7.8 // indirect
7777
github.com/yuin/goldmark-meta v1.1.0 // indirect
78-
github.com/zclconf/go-cty v1.16.2 // indirect
78+
github.com/zclconf/go-cty v1.16.3 // 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.36.0 // indirect
81+
golang.org/x/crypto v0.38.0 // indirect
8282
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
83-
golang.org/x/mod v0.22.0 // indirect
83+
golang.org/x/mod v0.25.0 // indirect
8484
golang.org/x/net v0.38.0 // indirect
8585
golang.org/x/oauth2 v0.8.0 // indirect
86-
golang.org/x/sync v0.12.0 // indirect
87-
golang.org/x/sys v0.31.0 // indirect
88-
golang.org/x/term v0.30.0 // indirect
89-
golang.org/x/text v0.23.0 // indirect
86+
golang.org/x/sync v0.15.0 // indirect
87+
golang.org/x/sys v0.33.0 // indirect
88+
golang.org/x/term v0.32.0 // indirect
89+
golang.org/x/text v0.26.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)