diff options
author | dependabot[bot] | 2024-04-30 22:23:52 +0200 |
---|---|---|
committer | GitHub | 2024-04-30 22:23:52 +0200 |
commit | c4b7be7afde58e4a4127835298e2d7b369d07a2e (patch) | |
tree | bcd2ac3347ba46f39760806d47a7d16a82082383 /go.mod | |
parent | Bump golangci/golangci-lint-action from 5.0.0 to 5.1.0 (#37) (diff) | |
download | terraform-provider-eventline-c4b7be7afde58e4a4127835298e2d7b369d07a2e.tar.gz terraform-provider-eventline-c4b7be7afde58e4a4127835298e2d7b369d07a2e.tar.bz2 terraform-provider-eventline-c4b7be7afde58e4a4127835298e2d7b369d07a2e.zip |
Bump github.com/hashicorp/terraform-plugin-docs from 0.19.1 to 0.19.2 (#38)
Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.19.1 to 0.19.2.
- [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.19.1...v0.19.2)
---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-docs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ go 1.22.2 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.19.1 + github.com/hashicorp/terraform-plugin-docs v0.19.2 github.com/hashicorp/terraform-plugin-framework v1.8.0 github.com/stretchr/testify v1.9.0 ) @@ -69,7 +69,7 @@ require ( github.com/spf13/cast v1.5.0 // indirect github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect - github.com/yuin/goldmark v1.7.0 // indirect + github.com/yuin/goldmark v1.7.1 // indirect github.com/yuin/goldmark-meta v1.1.0 // indirect github.com/zclconf/go-cty v1.14.4 // indirect go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect |