diff options
author | dependabot[bot] | 2023-07-23 00:50:47 +0200 |
---|---|---|
committer | GitHub | 2023-07-23 00:50:47 +0200 |
commit | ffcacdac50ecd54866ba316dadac6190d606c8ee (patch) | |
tree | 774760cf0eb7c59b8c9c40f07b26a106c8c4c2a3 /go.mod | |
parent | Bump github.com/hashicorp/terraform-plugin-docs from 0.15.0 to 0.16.0 (#2) (diff) | |
download | terraform-provider-eventline-ffcacdac50ecd54866ba316dadac6190d606c8ee.tar.gz terraform-provider-eventline-ffcacdac50ecd54866ba316dadac6190d606c8ee.tar.bz2 terraform-provider-eventline-ffcacdac50ecd54866ba316dadac6190d606c8ee.zip |
Bump github.com/hashicorp/terraform-plugin-framework from 1.3.2 to 1.3.3 (#3)v0.0.4
Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.3.2 to 1.3.3.
- [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.3.2...v1.3.3)
---
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 | 4 |
1 files changed, 2 insertions, 2 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.3.2 + github.com/hashicorp/terraform-plugin-framework v1.3.3 github.com/stretchr/testify v1.8.4 ) @@ -36,7 +36,7 @@ require ( github.com/hashicorp/hc-install v0.5.2 // indirect github.com/hashicorp/terraform-exec v0.18.1 // indirect github.com/hashicorp/terraform-json v0.17.1 // indirect - github.com/hashicorp/terraform-plugin-go v0.17.0 // indirect + github.com/hashicorp/terraform-plugin-go v0.18.0 // indirect github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect github.com/hashicorp/terraform-registry-address v0.2.1 // indirect github.com/hashicorp/terraform-svchost v0.1.1 // indirect |