summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot]2024-07-09 20:26:02 +0200
committerGitHub2024-07-09 20:26:02 +0200
commita7862a12802394933c95ae9d3d4109cb854db0d7 (patch)
tree8c5cf603bb439495b9c399f7fa50437c7d3cba7b /go.mod
parentchore(deps): updated dependencies (diff)
downloadterraform-provider-eventline-a7862a12802394933c95ae9d3d4109cb854db0d7.tar.gz
terraform-provider-eventline-a7862a12802394933c95ae9d3d4109cb854db0d7.tar.bz2
terraform-provider-eventline-a7862a12802394933c95ae9d3d4109cb854db0d7.zip
chore(deps): bump github.com/hashicorp/terraform-plugin-framework (#54)
Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-framework/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-plugin-framework/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework 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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 31027e0..52ddffe 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,7 @@ 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.4
- github.com/hashicorp/terraform-plugin-framework v1.9.0
+ github.com/hashicorp/terraform-plugin-framework v1.10.0
github.com/stretchr/testify v1.9.0
)