summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot]2024-06-04 22:42:00 +0200
committerGitHub2024-06-04 22:42:00 +0200
commit61b58e19fa3501382e6867b657839e7243bb4d3b (patch)
treea11659cafc0031e7b56be9660af4b56f4c30406d /go.mod
parentchore(deps): bump github.com/hashicorp/terraform-plugin-docs (#49) (diff)
downloadterraform-provider-eventline-61b58e19fa3501382e6867b657839e7243bb4d3b.tar.gz
terraform-provider-eventline-61b58e19fa3501382e6867b657839e7243bb4d3b.tar.bz2
terraform-provider-eventline-61b58e19fa3501382e6867b657839e7243bb4d3b.zip
chore(deps): bump github.com/hashicorp/terraform-plugin-docs (#50)
Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.19.3 to 0.19.4. - [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.3...v0.19.4) --- 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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index daeca9b..c346c95 100644
--- a/go.mod
+++ b/go.mod
@@ -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.3
+ github.com/hashicorp/terraform-plugin-docs v0.19.4
github.com/hashicorp/terraform-plugin-framework v1.8.0
github.com/stretchr/testify v1.9.0
)