File tree Expand file tree Collapse file tree 2 files changed +7
-139
lines changed
Expand file tree Collapse file tree 2 files changed +7
-139
lines changed Original file line number Diff line number Diff line change 44
55require (
66 github.com/hashicorp/terraform-plugin-framework v0.8.0
7- github.com/hashicorp/terraform-plugin-go v0.9.0
7+ github.com/hashicorp/terraform-plugin-go v0.9.1
88)
99
1010require (
@@ -16,11 +16,10 @@ require (
1616 github.com/mattn/go-colorable v0.1.4 // indirect
1717 github.com/mattn/go-isatty v0.0.10 // indirect
1818 github.com/mitchellh/go-testing-interface v1.14.1 // indirect
19- github.com/stretchr/testify v1.7.0 // indirect
2019 github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
2120 github.com/vmihailenco/tagparser v0.1.1 // indirect
2221 golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
23- golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
22+ golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
2423 google.golang.org/appengine v1.6.5 // indirect
2524 google.golang.org/protobuf v1.28.0 // indirect
2625)
You can’t perform that action at this time.
0 commit comments