diff options
author | dependabot[bot] | 2023-10-09 20:07:24 +0200 |
---|---|---|
committer | GitHub | 2023-10-09 20:07:24 +0200 |
commit | 06d4122934c560aa672aa26ca6a14fe3ba21d092 (patch) | |
tree | 7808dbd3e4f83ee3efee192e0958ef18df7fbc40 /go.mod | |
parent | Updated dependencies (diff) | |
download | terraform-provider-eventline-06d4122934c560aa672aa26ca6a14fe3ba21d092.tar.gz terraform-provider-eventline-06d4122934c560aa672aa26ca6a14fe3ba21d092.tar.bz2 terraform-provider-eventline-06d4122934c560aa672aa26ca6a14fe3ba21d092.zip |
Bump github.com/hashicorp/terraform-plugin-framework from 1.4.0 to 1.4.1 (#17)
Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.4.0 to 1.4.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.4.0...v1.4.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.0.8 github.com/exograd/go-daemon v0.0.0-20221017152404-800adf39c12f github.com/hashicorp/terraform-plugin-docs v0.16.0 - github.com/hashicorp/terraform-plugin-framework v1.4.0 + github.com/hashicorp/terraform-plugin-framework v1.4.1 github.com/stretchr/testify v1.8.4 ) |