File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ go 1.18
44
55require (
66 github.com/google/go-cmp v0.5.9
7- github.com/hashicorp/terraform-plugin-framework v1.0.0
7+ github.com/hashicorp/terraform-plugin-framework v1.0.1
88 github.com/hashicorp/terraform-plugin-go v0.14.2
9+ github.com/hashicorp/terraform-plugin-log v0.7.0
910)
1011
1112require (
1213 github.com/fatih/color v1.13.0 // indirect
1314 github.com/golang/protobuf v1.5.2 // indirect
1415 github.com/hashicorp/go-hclog v1.2.1 // indirect
15- github.com/hashicorp/terraform-plugin-log v0.7.0 // indirect
1616 github.com/mattn/go-colorable v0.1.12 // indirect
1717 github.com/mattn/go-isatty v0.0.14 // indirect
1818 github.com/mitchellh/go-testing-interface v1.14.1 // indirect
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
1313github.com/google/go-cmp v0.5.9 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
1414github.com/hashicorp/go-hclog v1.2.1 h1:YQsLlGDJgwhXFpucSPyVbCBviQtjlHv3jLTlp8YmtEw =
1515github.com/hashicorp/go-hclog v1.2.1 /go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M =
16- github.com/hashicorp/terraform-plugin-framework v1.0.0 h1:0Mls4TrMTrDysBUby/UmlbcTOMM+n5JBDyB5k+XkGWg =
17- github.com/hashicorp/terraform-plugin-framework v1.0.0 /go.mod h1:FV97t2BZOARkL7NNlsc/N25c84MyeSSz72uPp7Vq1lg =
16+ github.com/hashicorp/terraform-plugin-framework v1.0.1 h1:apX2jtaEKa15+do6H2izBJdl1dEH2w5BPVkDJ3Q3mKA =
17+ github.com/hashicorp/terraform-plugin-framework v1.0.1 /go.mod h1:FV97t2BZOARkL7NNlsc/N25c84MyeSSz72uPp7Vq1lg =
1818github.com/hashicorp/terraform-plugin-go v0.14.2 h1:rhsVEOGCnY04msNymSvbUsXfRLKh9znXZmHlf5e8mhE =
1919github.com/hashicorp/terraform-plugin-go v0.14.2 /go.mod h1:Q12UjumPNGiFsZffxOsA40Tlz1WVXt2Evh865Zj0+UA =
2020github.com/hashicorp/terraform-plugin-log v0.7.0 h1:SDxJUyT8TwN4l5b5/VkiTIaQgY6R+Y2BQ0sRZftGKQs =
You can’t perform that action at this time.
0 commit comments