diff options
author | dependabot[bot] | 2025-02-23 00:41:47 +0100 |
---|---|---|
committer | GitHub | 2025-02-23 00:41:47 +0100 |
commit | 6c4170a932f90cff71b76065b7777ca12ce6bd7e (patch) | |
tree | 8545a2c589ff49f90db6ea9719182b98bb7fb086 /go.mod | |
parent | chore(deps): bump github.com/hashicorp/terraform-plugin-framework (#81) (diff) | |
download | terraform-provider-eventline-6c4170a932f90cff71b76065b7777ca12ce6bd7e.tar.gz terraform-provider-eventline-6c4170a932f90cff71b76065b7777ca12ce6bd7e.tar.bz2 terraform-provider-eventline-6c4170a932f90cff71b76065b7777ca12ce6bd7e.zip |
chore(deps): bump github.com/hashicorp/terraform-plugin-framework (#82)
Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.14.0 to 1.14.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.14.0...v1.14.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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.14.0 + github.com/hashicorp/terraform-plugin-framework v1.14.1 github.com/stretchr/testify v1.10.0 go.n16f.net/program v0.0.0-20241208190041-4d0013a2857b ) |