We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
terraform-plugin-framework
1 parent b7adedd commit bf98871Copy full SHA for bf98871
2 files changed
go.mod
@@ -3,14 +3,14 @@ module github.com/hashicorp/terraform-plugin-framework-validators
3
go 1.17
4
5
require (
6
- github.com/hashicorp/terraform-plugin-framework v0.8.0
+ github.com/google/go-cmp v0.5.8
7
+ github.com/hashicorp/terraform-plugin-framework v0.8.1-0.20220531160655-b9dde4ff1981
8
github.com/hashicorp/terraform-plugin-go v0.9.1
9
)
10
11
12
github.com/fatih/color v1.7.0 // indirect
13
github.com/golang/protobuf v1.5.2 // indirect
- github.com/google/go-cmp v0.5.8 // indirect
14
github.com/hashicorp/go-hclog v1.2.0 // indirect
15
github.com/hashicorp/terraform-plugin-log v0.4.0 // indirect
16
github.com/mattn/go-colorable v0.1.4 // indirect
0 commit comments