diff options
author | dependabot[bot] | 2024-01-27 23:40:39 +0100 |
---|---|---|
committer | GitHub | 2024-01-27 23:40:39 +0100 |
commit | cb9bc4b92db30913eafb706111a4f4aea7c24bc6 (patch) | |
tree | c1cf70d605dfd967f18c62e9e00766e7c29ac8a8 /go.mod | |
parent | Preparing for release (diff) | |
download | terraform-provider-eventline-cb9bc4b92db30913eafb706111a4f4aea7c24bc6.tar.gz terraform-provider-eventline-cb9bc4b92db30913eafb706111a4f4aea7c24bc6.tar.bz2 terraform-provider-eventline-cb9bc4b92db30913eafb706111a4f4aea7c24bc6.zip |
Bump github.com/hashicorp/terraform-plugin-docs from 0.17.0 to 0.18.0 (#25)
Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.17.0 to 0.18.0.
- [Release notes](https://github.com/hashicorp/terraform-plugin-docs/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/terraform-plugin-docs/compare/v0.17.0...v0.18.0)
---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-docs
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ go 1.20 require ( github.com/exograd/eventline v1.1.0 github.com/exograd/go-daemon v0.0.0-20221017152404-800adf39c12f - github.com/hashicorp/terraform-plugin-docs v0.17.0 + github.com/hashicorp/terraform-plugin-docs v0.18.0 github.com/hashicorp/terraform-plugin-framework v1.5.0 github.com/stretchr/testify v1.8.4 ) @@ -39,7 +39,7 @@ require ( github.com/hashicorp/go-version v1.6.0 // indirect github.com/hashicorp/hc-install v0.6.2 // indirect github.com/hashicorp/terraform-exec v0.20.0 // indirect - github.com/hashicorp/terraform-json v0.20.0 // indirect + github.com/hashicorp/terraform-json v0.21.0 // indirect github.com/hashicorp/terraform-plugin-go v0.20.0 // indirect github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect github.com/hashicorp/terraform-registry-address v0.2.3 // indirect |