File tree Expand file tree Collapse file tree 6 files changed +448
-179
lines changed
Expand file tree Collapse file tree 6 files changed +448
-179
lines changed Original file line number Diff line number Diff line change 11module github.com/maxjoehnk/terraform-provider-mssql
22
33require (
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
You can’t perform that action at this time.
0 commit comments