-
Notifications
You must be signed in to change notification settings - Fork 9
/
go.mod
43 lines (41 loc) · 1.96 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
module github.com/odedniv/terraform-provider-sql
go 1.14
require (
cloud.google.com/go/storage v1.8.0 // indirect
github.com/GoogleCloudPlatform/cloudsql-proxy v1.17.0
github.com/agext/levenshtein v1.2.3 // indirect
github.com/aws/aws-sdk-go v1.31.7 // indirect
github.com/bmatcuk/doublestar v1.3.1 // indirect
github.com/fatih/color v1.9.0 // indirect
github.com/go-sql-driver/mysql v1.5.0
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/go-cmp v0.4.1 // indirect
github.com/hashicorp/go-hclog v0.14.1 // indirect
github.com/hashicorp/go-multierror v1.1.0 // indirect
github.com/hashicorp/go-retryablehttp v0.6.6 // indirect
github.com/hashicorp/hcl/v2 v2.5.1 // indirect
github.com/hashicorp/hil v0.0.0-20200423225030-a18a1cd20038 // indirect
github.com/hashicorp/terraform v0.12.26
github.com/hashicorp/terraform-svchost v0.0.0-20191119180714-d2e4933b9136 // indirect
github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d // indirect
github.com/jcmturner/gokrb5/v8 v8.3.0 // indirect
github.com/lib/pq v1.6.0
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mitchellh/cli v1.1.1 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/mitchellh/mapstructure v1.3.1 // indirect
github.com/mitchellh/reflectwalk v1.0.1 // indirect
github.com/oklog/run v1.1.0 // indirect
github.com/posener/complete v1.2.3 // indirect
github.com/rubenv/sql-migrate v0.0.0-20200429072036-ae26b214fa43
github.com/spf13/afero v1.2.2 // indirect
github.com/ulikunitz/xz v0.5.7 // indirect
github.com/zclconf/go-cty v1.4.2 // indirect
golang.org/x/mod v0.3.0 // indirect
golang.org/x/net v0.0.0-20200528225125-3c3fba18258b // indirect
golang.org/x/sys v0.0.0-20200523222454-059865788121 // indirect
golang.org/x/tools v0.0.0-20200530233709-52effbd89c51 // indirect
google.golang.org/api v0.25.0 // indirect
google.golang.org/genproto v0.0.0-20200601130524-0f60399e6634 // indirect
honnef.co/go/tools v0.0.1-2020.1.4 // indirect
)