diff options
author | dependabot[bot] | 2024-09-18 23:22:49 +0200 |
---|---|---|
committer | GitHub | 2024-09-18 23:22:49 +0200 |
commit | f2f463cde34028298fd5e5d1c1b8a1730dacb189 (patch) | |
tree | 96f6f1fbad59e5d058aceff6619cf062f0b58956 /go.mod | |
parent | chore(deps): updated dependencies (diff) | |
download | terraform-provider-eventline-f2f463cde34028298fd5e5d1c1b8a1730dacb189.tar.gz terraform-provider-eventline-f2f463cde34028298fd5e5d1c1b8a1730dacb189.tar.bz2 terraform-provider-eventline-f2f463cde34028298fd5e5d1c1b8a1730dacb189.zip |
chore(deps): bump github.com/hashicorp/terraform-plugin-framework (#60)
Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.11.0 to 1.12.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.11.0...v1.12.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.mod | 4 |
1 files changed, 2 insertions, 2 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.19.4 - github.com/hashicorp/terraform-plugin-framework v1.11.0 + github.com/hashicorp/terraform-plugin-framework v1.12.0 github.com/stretchr/testify v1.9.0 go.n16f.net/program v0.0.0-20240905080349-5f3363143961 ) @@ -39,7 +39,7 @@ require ( github.com/hashicorp/hc-install v0.7.0 // indirect github.com/hashicorp/terraform-exec v0.21.0 // indirect github.com/hashicorp/terraform-json v0.22.1 // indirect - github.com/hashicorp/terraform-plugin-go v0.23.0 // indirect + github.com/hashicorp/terraform-plugin-go v0.24.0 // indirect github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect github.com/hashicorp/terraform-registry-address v0.2.3 // indirect github.com/hashicorp/terraform-svchost v0.1.1 // indirect |