summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot]2023-06-29 21:52:29 +0200
committerGitHub2023-06-29 21:52:29 +0200
commit897010c38bae6329801da2b8b3d53cca9168aa79 (patch)
tree110d4f2c633bea2164a36dd50bbe1471b16ee9e1 /go.mod
parentAdd jobs datasource (diff)
downloadterraform-provider-eventline-897010c38bae6329801da2b8b3d53cca9168aa79.tar.gz
terraform-provider-eventline-897010c38bae6329801da2b8b3d53cca9168aa79.tar.bz2
terraform-provider-eventline-897010c38bae6329801da2b8b3d53cca9168aa79.zip
Bump github.com/hashicorp/terraform-plugin-framework from 1.3.1 to 1.3.2 (#1)
Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.3.1 to 1.3.2. - [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.1...v1.3.2) --- 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.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index aaf999a..eac44b6 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.15.0
- github.com/hashicorp/terraform-plugin-framework v1.3.1
+ github.com/hashicorp/terraform-plugin-framework v1.3.2
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.0 // indirect
- github.com/hashicorp/terraform-plugin-go v0.16.0 // indirect
+ github.com/hashicorp/terraform-plugin-go v0.17.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
@@ -76,7 +76,7 @@ require (
golang.org/x/sys v0.9.0 // indirect
golang.org/x/text v0.10.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
- google.golang.org/grpc v1.56.0 // indirect
- google.golang.org/protobuf v1.30.0 // indirect
+ google.golang.org/grpc v1.56.1 // indirect
+ google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)