summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot]2023-08-17 21:37:15 +0200
committerGitHub2023-08-17 21:37:15 +0200
commit9ea9f1451376e2729131c9f3c93648770f2a1fe5 (patch)
tree1c148c81cb4e9f0deab2c8cfcd4efd63cffbc193
parentBump golangci/golangci-lint-action from 3.6.0 to 3.7.0 (#7) (diff)
downloadterraform-provider-eventline-9ea9f1451376e2729131c9f3c93648770f2a1fe5.tar.gz
terraform-provider-eventline-9ea9f1451376e2729131c9f3c93648770f2a1fe5.tar.bz2
terraform-provider-eventline-9ea9f1451376e2729131c9f3c93648770f2a1fe5.zip
Bump github.com/hashicorp/terraform-plugin-framework from 1.3.4 to 1.3.5 (#8)
Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.3.4 to 1.3.5. - [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.4...v1.3.5) --- 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>
-rw-r--r--go.mod2
-rw-r--r--go.sum4
2 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index c14bf49..0f0aa9f 100644
--- a/go.mod
+++ b/go.mod
@@ -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.4
+ github.com/hashicorp/terraform-plugin-framework v1.3.5
github.com/stretchr/testify v1.8.4
)
diff --git a/go.sum b/go.sum
index 64a958d..116502f 100644
--- a/go.sum
+++ b/go.sum
@@ -88,8 +88,8 @@ github.com/hashicorp/terraform-json v0.17.1 h1:eMfvh/uWggKmY7Pmb3T85u86E2EQg6EQH
github.com/hashicorp/terraform-json v0.17.1/go.mod h1:Huy6zt6euxaY9knPAFKjUITn8QxUFIe9VuSzb4zn/0o=
github.com/hashicorp/terraform-plugin-docs v0.16.0 h1:UmxFr3AScl6Wged84jndJIfFccGyBZn52KtMNsS12dI=
github.com/hashicorp/terraform-plugin-docs v0.16.0/go.mod h1:M3ZrlKBJAbPMtNOPwHicGi1c+hZUh7/g0ifT/z7TVfA=
-github.com/hashicorp/terraform-plugin-framework v1.3.4 h1:dOTLsALgmQu+PawAvhfGQ04H0MeIz3EZmBw7OFvj7qs=
-github.com/hashicorp/terraform-plugin-framework v1.3.4/go.mod h1:2gGDpWiTI0irr9NSTLFAKlTi6KwGti3AoU19rFqU30o=
+github.com/hashicorp/terraform-plugin-framework v1.3.5 h1:FJ6s3CVWVAxlhiF/jhy6hzs4AnPHiflsp9KgzTGl1wo=
+github.com/hashicorp/terraform-plugin-framework v1.3.5/go.mod h1:2gGDpWiTI0irr9NSTLFAKlTi6KwGti3AoU19rFqU30o=
github.com/hashicorp/terraform-plugin-go v0.18.0 h1:IwTkOS9cOW1ehLd/rG0y+u/TGLK9y6fGoBjXVUquzpE=
github.com/hashicorp/terraform-plugin-go v0.18.0/go.mod h1:l7VK+2u5Kf2y+A+742GX0ouLut3gttudmvMgN0PA74Y=
github.com/hashicorp/terraform-plugin-log v0.9.0 h1:i7hOA+vdAItN1/7UrfBqBwvYPQ9TFvymaRGZED3FCV0=