Skip to content

Commit cc04bd9

Browse files
authored
updating terraform-plugin-go to v0.9.1 (#9)
1 parent ab39c3e commit cc04bd9

File tree

2 files changed

+7
-139
lines changed

2 files changed

+7
-139
lines changed

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.17
44

55
require (
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

1010
require (
@@ -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
)

0 commit comments

Comments
 (0)