aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot]2023-07-06 23:06:49 +0200
committerGitHub2023-07-06 23:06:49 +0200
commitd31d72d0cbeb34b6574b42ca2d4b078f450bfb74 (patch)
tree5854c5fbff8eeb4af69cbda111d95b203caae73a /go.mod
parentBump github.com/hashicorp/terraform-plugin-framework from 1.3.1 to 1.3.2 (#1) (diff)
downloadterraform-provider-eventline-d31d72d0cbeb34b6574b42ca2d4b078f450bfb74.tar.gz
terraform-provider-eventline-d31d72d0cbeb34b6574b42ca2d4b078f450bfb74.tar.bz2
terraform-provider-eventline-d31d72d0cbeb34b6574b42ca2d4b078f450bfb74.zip
Bump github.com/hashicorp/terraform-plugin-docs from 0.15.0 to 0.16.0 (#2)
Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.15.0 to 0.16.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.15.0...v0.16.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 'go.mod')
-rw-r--r--go.mod7
1 files changed, 4 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index eac44b6..902dd6e 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@ go 1.20
require (
github.com/exograd/eventline v1.0.8
github.com/exograd/go-daemon v0.0.0-20221017152404-800adf39c12f
- github.com/hashicorp/terraform-plugin-docs v0.15.0
+ github.com/hashicorp/terraform-plugin-docs v0.16.0
github.com/hashicorp/terraform-plugin-framework v1.3.2
github.com/stretchr/testify v1.8.4
)
@@ -35,7 +35,7 @@ require (
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/hashicorp/hc-install v0.5.2 // indirect
github.com/hashicorp/terraform-exec v0.18.1 // indirect
- github.com/hashicorp/terraform-json v0.17.0 // indirect
+ github.com/hashicorp/terraform-json v0.17.1 // indirect
github.com/hashicorp/terraform-plugin-go v0.17.0 // indirect
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
github.com/hashicorp/terraform-registry-address v0.2.1 // indirect
@@ -71,10 +71,11 @@ require (
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/zclconf/go-cty v1.13.2 // indirect
golang.org/x/crypto v0.10.0 // indirect
+ golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
golang.org/x/mod v0.11.0 // indirect
golang.org/x/net v0.11.0 // indirect
golang.org/x/sys v0.9.0 // indirect
- golang.org/x/text v0.10.0 // indirect
+ golang.org/x/text v0.11.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
google.golang.org/grpc v1.56.1 // indirect
google.golang.org/protobuf v1.31.0 // indirect