diff options
author | dependabot[bot] | 2024-03-07 10:17:19 +0100 |
---|---|---|
committer | GitHub | 2024-03-07 10:17:19 +0100 |
commit | 5b4422b625821e1207b7036741b3b22a3f670343 (patch) | |
tree | a3d5a28a2014d82bc12e9a878be7a9a58c186203 /go.mod | |
parent | Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#28) (diff) | |
download | terraform-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |