summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot]2024-03-07 10:17:19 +0100
committerGitHub2024-03-07 10:17:19 +0100
commit5b4422b625821e1207b7036741b3b22a3f670343 (patch)
treea3d5a28a2014d82bc12e9a878be7a9a58c186203 /go.mod
parentBump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#28) (diff)
downloadterraform-provider-eventline-5b4422b625821e1207b7036741b3b22a3f670343.tar.gz
terraform-provider-eventline-5b4422b625821e1207b7036741b3b22a3f670343.tar.bz2
terraform-provider-eventline-5b4422b625821e1207b7036741b3b22a3f670343.zip
Bump github.com/hashicorp/terraform-plugin-framework from 1.6.0 to 1.6.1 (#29)
Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.6.0 to 1.6.1. - [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.6.0...v1.6.1) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework 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 229dc76..ca82e80 100644
--- a/go.mod
+++ b/go.mod
@@ -8,7 +8,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.18.0
- github.com/hashicorp/terraform-plugin-framework v1.6.0
+ github.com/hashicorp/terraform-plugin-framework v1.6.1
github.com/stretchr/testify v1.9.0
)