Skip to content

Commit cde54eb

Browse files
fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.12.0 (#176)
* fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.12.0 * Run go mod tidy Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jian Yuan Lee <jianyuan@gmail.com>
1 parent 2a6f4c2 commit cde54eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.18
55
require (
66
github.com/hashicorp/go-multierror v1.1.1
77
github.com/hashicorp/go-retryablehttp v0.7.1
8-
github.com/hashicorp/terraform-plugin-docs v0.11.0
8+
github.com/hashicorp/terraform-plugin-docs v0.12.0
99
github.com/hashicorp/terraform-plugin-log v0.4.1
1010
github.com/hashicorp/terraform-plugin-sdk/v2 v2.17.0
1111
github.com/jianyuan/go-sentry/v2 v2.0.0-20220624071746-b886357dc280

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ github.com/hashicorp/terraform-exec v0.17.1 h1:Hd7Z0WfPYiwFZwzczSnkCJCxOensv0x93
213213
github.com/hashicorp/terraform-exec v0.17.1/go.mod h1:0J3KZWwroWCS+ObFZMEUSMD9GztU+CS8eLnUm+vfl5k=
214214
github.com/hashicorp/terraform-json v0.14.0 h1:sh9iZ1Y8IFJLx+xQiKHGud6/TSUCM0N8e17dKDpqV7s=
215215
github.com/hashicorp/terraform-json v0.14.0/go.mod h1:5A9HIWPkk4e5aeeXIBbkcOvaZbIYnAIkEyqP2pNSckM=
216-
github.com/hashicorp/terraform-plugin-docs v0.11.0 h1:CO7AetK71PjeLHlavvgClzncWtrAZo+rST5M3yNX0UM=
217-
github.com/hashicorp/terraform-plugin-docs v0.11.0/go.mod h1:HVn60yjtl4XxLINPgNmPCwX8SQ4T99Ut9CTD/ac6i5w=
216+
github.com/hashicorp/terraform-plugin-docs v0.12.0 h1:EAvFVEoV/wj15t/VSeKVpnAd+BBnIxzYepAnScBWrU4=
217+
github.com/hashicorp/terraform-plugin-docs v0.12.0/go.mod h1:HVn60yjtl4XxLINPgNmPCwX8SQ4T99Ut9CTD/ac6i5w=
218218
github.com/hashicorp/terraform-plugin-go v0.9.1 h1:vXdHaQ6aqL+OF076nMSBV+JKPdmXlzG5mzVDD04WyPs=
219219
github.com/hashicorp/terraform-plugin-go v0.9.1/go.mod h1:ItjVSlQs70otlzcCwlPcU8FRXLdO973oYFRZwAOxy8M=
220220
github.com/hashicorp/terraform-plugin-log v0.4.1 h1:xpbmVhvuU3mgHzLetOmx9pkOL2rmgpu302XxddON6eo=

0 commit comments

Comments
 (0)