aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot]2024-08-06 22:56:34 +0200
committerGitHub2024-08-06 22:56:34 +0200
commitd186f16d72b485845c135dd8828e019868667bea (patch)
tree90a814953ff165280afa924575b4a40b6cf17847 /go.mod
parentchore(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 (#56) (diff)
downloadterraform-provider-eventline-d186f16d72b485845c135dd8828e019868667bea.tar.gz
terraform-provider-eventline-d186f16d72b485845c135dd8828e019868667bea.tar.bz2
terraform-provider-eventline-d186f16d72b485845c135dd8828e019868667bea.zip
chore(deps): bump github.com/hashicorp/terraform-plugin-framework (#57)
Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.10.0 to 1.11.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.10.0...v1.11.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 4c7c59c..22b11ae 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.10.0
+ github.com/hashicorp/terraform-plugin-framework v1.11.0
github.com/stretchr/testify v1.9.0
)