aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot]2025-02-19 19:43:12 +0100
committerGitHub2025-02-19 19:43:12 +0100
commit97c8022c9acb46b351d9a11e01a3f81c586f64e2 (patch)
treec3865e2d2465f7f02e8ce5b720aa39efbd0adf28 /go.mod
parentchore(deps): bump golangci/golangci-lint-action from 6.4.1 to 6.5.0 (#80) (diff)
downloadterraform-provider-eventline-97c8022c9acb46b351d9a11e01a3f81c586f64e2.tar.gz
terraform-provider-eventline-97c8022c9acb46b351d9a11e01a3f81c586f64e2.tar.bz2
terraform-provider-eventline-97c8022c9acb46b351d9a11e01a3f81c586f64e2.zip
chore(deps): bump github.com/hashicorp/terraform-plugin-framework (#81)HEADmaster
Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.13.0 to 1.14.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.13.0...v1.14.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 d105e64..7214256 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,7 @@ require (
github.com/exograd/eventline v1.1.2
github.com/exograd/go-daemon v0.0.0-20221017152404-800adf39c12f
github.com/hashicorp/terraform-plugin-docs v0.20.1
- github.com/hashicorp/terraform-plugin-framework v1.13.0
+ github.com/hashicorp/terraform-plugin-framework v1.14.0
github.com/stretchr/testify v1.10.0
go.n16f.net/program v0.0.0-20241208190041-4d0013a2857b
)