Skip to content

Commit 1092246

Browse files
build(deps): bump github.com/terraform-docs/terraform-docs from 0.19.0 to 0.20.0 in /tools (#641)
* build(deps): bump github.com/terraform-docs/terraform-docs in /tools Bumps [github.com/terraform-docs/terraform-docs](https://github.com/terraform-docs/terraform-docs) from 0.19.0 to 0.20.0. - [Release notes](https://github.com/terraform-docs/terraform-docs/releases) - [Changelog](https://github.com/terraform-docs/terraform-docs/blob/master/.goreleaser.yml) - [Commits](terraform-docs/terraform-docs@v0.19.0...v0.20.0) --- updated-dependencies: - dependency-name: github.com/terraform-docs/terraform-docs dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update NOTICE.txt --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ee81956 commit 1092246

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tools/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/elastic/apm-aws-lambda/tools
22

33
go 1.23.7
44

5-
require github.com/terraform-docs/terraform-docs v0.19.0
5+
require github.com/terraform-docs/terraform-docs v0.20.0
66

77
require (
88
dario.cat/mergo v1.0.1 // indirect

tools/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8
142142
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
143143
github.com/terraform-docs/terraform-config-inspect v0.0.0-20210728164355-9c1f178932fa h1:wdyf3TobwYFwsqnUGJcjdNHxKfwHPFbaOknBJehnF1M=
144144
github.com/terraform-docs/terraform-config-inspect v0.0.0-20210728164355-9c1f178932fa/go.mod h1:GtanFwTsRRXScYHOMb5h4K18XQBFeS2tXat9/LrPtPc=
145-
github.com/terraform-docs/terraform-docs v0.19.0 h1:YDC9YTxEzH0NPbXaqSwi1opp3+F2Ka3ZL/vIUa1Dv68=
146-
github.com/terraform-docs/terraform-docs v0.19.0/go.mod h1:+Hd2ngjXmsC9H9hHDz4BXdxLaOHJX3/cZEWqaeaG8m0=
145+
github.com/terraform-docs/terraform-docs v0.20.0 h1:qg0gtYlecCLDgEoJ+KqeAfYDc1iDDmOaF8may9iK444=
146+
github.com/terraform-docs/terraform-docs v0.20.0/go.mod h1:wNwRd0HM4G78v8ZtNXVPtCyp0/i/79wtMYr3hmekZGw=
147147
github.com/vmihailenco/msgpack v3.3.3+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk=
148148
github.com/zclconf/go-cty v1.1.0/go.mod h1:xnAOWiHeOqg2nWS62VtQ7pbOu17FtxJNW8RLEih+O3s=
149149
github.com/zclconf/go-cty v1.16.0 h1:xPKEhst+BW5D0wxebMZkxgapvOE/dw7bFTlgSc9nD6w=

0 commit comments

Comments
 (0)