Skip to content

Commit e3cf6d1

Browse files
committed
chore: migrate to terraform plugin sdk v2
1 parent e723e0a commit e3cf6d1

File tree

6 files changed

+448
-179
lines changed

6 files changed

+448
-179
lines changed

go.mod

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,8 @@
11
module github.com/maxjoehnk/terraform-provider-mssql
22

33
require (
4-
cloud.google.com/go v0.36.0 // indirect
5-
github.com/apparentlymart/go-cidr v1.0.0 // indirect
6-
github.com/blang/semver v3.5.1+incompatible // indirect
74
github.com/denisenkom/go-mssqldb v0.0.0-20190204142019-df6d76eb9289
8-
github.com/hashicorp/go-getter v1.0.1 // indirect
9-
github.com/hashicorp/go-hclog v0.0.0-20190109152822-4783caec6f2e // indirect
10-
github.com/hashicorp/go-plugin v0.0.0-20190129155509-362c99b11937 // indirect
11-
github.com/hashicorp/go-uuid v1.0.1 // indirect
12-
github.com/hashicorp/go-version v1.1.0 // indirect
13-
github.com/hashicorp/hcl v1.0.0 // indirect
14-
github.com/hashicorp/hcl2 v0.0.0-20190128103256-93fb31f28b86 // indirect
15-
github.com/hashicorp/hil v0.0.0-20190129155652-59d7c1fee952 // indirect
16-
github.com/hashicorp/logutils v1.0.0 // indirect
17-
github.com/hashicorp/terraform v0.11.11
18-
github.com/mitchellh/cli v1.0.0 // indirect
19-
github.com/mitchellh/copystructure v1.0.0 // indirect
20-
github.com/mitchellh/go-homedir v1.1.0 // indirect
21-
github.com/mitchellh/hashstructure v1.0.0 // indirect
22-
golang.org/x/crypto v0.0.0-20190130090550-b01c7a725664 // indirect
23-
golang.org/x/net v0.0.0-20190125091013-d26f9f9a57f3 // indirect
5+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.0.3
246
)
7+
8+
go 1.13

0 commit comments

Comments
 (0)