summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot]2024-06-03 23:14:43 +0200
committerGitHub2024-06-03 23:14:43 +0200
commit83ee4098b30f382ae06e22330cabd9826e815466 (patch)
treeb8b48ae88e2338e2947c9b2574964641a3eddf7b /go.mod
parentchore(deps): updated dependencies (diff)
downloadterraform-provider-eventline-83ee4098b30f382ae06e22330cabd9826e815466.tar.gz
terraform-provider-eventline-83ee4098b30f382ae06e22330cabd9826e815466.tar.bz2
terraform-provider-eventline-83ee4098b30f382ae06e22330cabd9826e815466.zip
chore(deps): bump github.com/hashicorp/terraform-plugin-docs (#49)
Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.19.2 to 0.19.3. - [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.2...v0.19.3) --- 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.mod12
1 files changed, 6 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index 685a251..daeca9b 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.2
+ github.com/hashicorp/terraform-plugin-docs v0.19.3
github.com/hashicorp/terraform-plugin-framework v1.8.0
github.com/stretchr/testify v1.9.0
)
@@ -38,10 +38,10 @@ require (
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-plugin v1.6.1 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
- github.com/hashicorp/go-version v1.6.0 // indirect
- github.com/hashicorp/hc-install v0.6.4 // indirect
- github.com/hashicorp/terraform-exec v0.20.0 // indirect
- github.com/hashicorp/terraform-json v0.21.0 // indirect
+ github.com/hashicorp/go-version v1.7.0 // indirect
+ github.com/hashicorp/hc-install v0.7.0 // indirect
+ github.com/hashicorp/terraform-exec v0.21.0 // indirect
+ github.com/hashicorp/terraform-json v0.22.1 // indirect
github.com/hashicorp/terraform-plugin-go v0.23.0 // indirect
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
@@ -75,7 +75,7 @@ require (
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
- golang.org/x/mod v0.16.0 // indirect
+ golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.20.0 // indirect