forked from cloudflare/terraform-provider-cloudflare
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (23 loc) · 1.11 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
module github.com/terraform-providers/terraform-provider-cloudflare
go 1.12
require (
github.com/armon/go-radix v1.0.0 // indirect
github.com/aws/aws-sdk-go v1.19.23 // indirect
github.com/blang/semver v0.0.0-20190414102917-ba2c2ddd8906 // indirect
github.com/cloudflare/cloudflare-go v0.9.1
github.com/hashicorp/go-cleanhttp v0.5.1
github.com/hashicorp/go-getter v1.2.0 // indirect
github.com/hashicorp/go-hclog v0.9.0 // indirect
github.com/hashicorp/go-plugin v1.0.0 // indirect
github.com/hashicorp/hcl2 v0.0.0-20190430214524-3dfebdfc4595 // indirect
github.com/hashicorp/terraform v0.11.13
github.com/mitchellh/cli v1.0.0 // indirect
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
github.com/pkg/errors v0.8.1
github.com/posener/complete v1.2.1 // indirect
github.com/zclconf/go-cty v0.0.0-20190501004126-d36a6f0dbffd // indirect
golang.org/x/crypto v0.0.0-20190310223557-c2843e01d9a2 // indirect
golang.org/x/net v0.0.0-20190306045800-16b79f2e4e95 // indirect
golang.org/x/sys v0.0.0-20190308032937-584f3b12f43e // indirect
google.golang.org/genproto v0.0.0-20190502174028-54afdca5d873 // indirect
)