-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathgo.mod
34 lines (33 loc) · 1.75 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
module github.com/terraform-providers/terraform-provider-linode
require (
github.com/apparentlymart/go-cidr v1.0.0 // indirect
github.com/armon/go-radix v1.0.0 // indirect
github.com/aws/aws-sdk-go v1.16.27 // indirect
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/dnaeon/go-vcr v1.0.1 // indirect
github.com/hashicorp/go-getter v1.0.2 // indirect
github.com/hashicorp/go-hclog v0.0.0-20190109152822-4783caec6f2e // indirect
github.com/hashicorp/go-plugin v0.0.0-20190129155509-362c99b11937 // indirect
github.com/hashicorp/go-uuid v1.0.1 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/hcl2 v0.0.0-20190130225218-89dbc5eb3d9e // indirect
github.com/hashicorp/hil v0.0.0-20190129155652-59d7c1fee952 // indirect
github.com/hashicorp/logutils v1.0.0 // indirect
github.com/hashicorp/terraform v0.11.12-beta1.0.20190214175014-182daa619826
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
github.com/linode/linodego v0.7.1
github.com/mitchellh/cli v1.0.0 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
github.com/mitchellh/hashstructure v1.0.0 // indirect
github.com/posener/complete v1.2.1 // indirect
github.com/zclconf/go-cty v0.0.0-20190201220620-4ca19710f056 // indirect
golang.org/x/crypto v0.0.0-20190131182504-b8fe1690c613
golang.org/x/net v0.0.0-20190125091013-d26f9f9a57f3 // indirect
golang.org/x/oauth2 v0.0.0-20190130055435-99b60b757ec1
golang.org/x/sys v0.0.0-20190204203706-41f3e6584952 // indirect
google.golang.org/genproto v0.0.0-20190201180003-4b09977fb922 // indirect
google.golang.org/grpc v1.18.0 // indirect
gopkg.in/resty.v1 v1.11.0 // indirect
)