Skip to content

Commit 4b0ed4d

Browse files
author
Sean Sain
committed
upgrade plugin sdk to latest v1
1 parent 3401b9e commit 4b0ed4d

File tree

2 files changed

+145
-70
lines changed

2 files changed

+145
-70
lines changed

go.mod

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,17 @@ go 1.16
55
require (
66
cloud.google.com/go v0.88.0 // indirect
77
github.com/aws/aws-sdk-go v1.40.10 // indirect
8-
github.com/fatih/color v1.9.0 // indirect
8+
github.com/fatih/color v1.12.0 // indirect
99
github.com/go-errors/errors v1.4.0
10-
github.com/go-test/deep v1.0.5 // indirect
11-
github.com/hashicorp/go-hclog v0.12.0 // indirect
10+
github.com/go-test/deep v1.0.7 // indirect
11+
github.com/hashicorp/go-hclog v0.16.2 // indirect
1212
github.com/hashicorp/go-uuid v1.0.2 // indirect
1313
github.com/hashicorp/hcl v1.0.0 // indirect
14-
github.com/hashicorp/terraform-config-inspect v0.0.0-20200210163047-f7d8399e1194 // indirect
15-
github.com/hashicorp/terraform-plugin-sdk v1.7.0
16-
github.com/hashicorp/terraform-svchost v0.0.0-20191119180714-d2e4933b9136 // indirect
17-
github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d // indirect
18-
github.com/kr/pretty v0.2.0 // indirect
19-
github.com/mattn/go-isatty v0.0.12 // indirect
14+
github.com/hashicorp/terraform-config-inspect v0.0.0-20210625153042-09f34846faab // indirect
15+
github.com/hashicorp/terraform-plugin-sdk v1.17.2
16+
github.com/hashicorp/yamux v0.0.0-20210707203944-259a57b3608c // indirect
17+
github.com/mattn/go-isatty v0.0.13 // indirect
2018
github.com/oklog/run v1.1.0 // indirect
2119
github.com/posener/complete v1.2.3 // indirect
22-
github.com/sergi/go-diff v1.1.0 // indirect
2320
github.com/ulikunitz/xz v0.5.10 // indirect
24-
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
2521
)

0 commit comments

Comments
 (0)