forked from cloudflare/terraform-provider-cloudflare
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (26 loc) · 1.42 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
module github.com/terraform-providers/terraform-provider-cloudflare
go 1.12
require (
github.com/armon/go-radix v1.0.0 // indirect
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/cloudflare/cloudflare-go v0.0.0-20190123152938-9837a599c0ba
github.com/hashicorp/go-cleanhttp v0.5.0
github.com/hashicorp/go-getter v0.0.0-20180809191950-4bda8fa99001 // indirect
github.com/hashicorp/go-hclog v0.0.0-20180828044259-75ecd6e6d645 // indirect
github.com/hashicorp/go-plugin v0.0.0-20180814222501-a4620f9913d1 // indirect
github.com/hashicorp/go-safetemp v1.0.0 // indirect
github.com/hashicorp/hcl2 v0.0.0-20190306024511-fdf8e232b64f // indirect
github.com/hashicorp/terraform v0.11.12-beta1.0.20190227065421-fc531f54a878
github.com/mitchellh/cli v1.0.0 // indirect
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
github.com/pkg/errors v0.8.0
github.com/posener/complete v1.1.2 // indirect
github.com/smartystreets/goconvey v0.0.0-20190306221043-200a235640ff // indirect
github.com/zclconf/go-cty v0.0.0-20190212192503-19dda139b164 // indirect
golang.org/x/crypto v0.0.0-20190306032710-8dd112bcdc25 // indirect
golang.org/x/net v0.0.0-20190306045800-16b79f2e4e95 // indirect
golang.org/x/sys v0.0.0-20190306223140-b294cbcfc56d // indirect
google.golang.org/genproto v0.0.0-20190307020245-6e86cb5d2f12 // indirect
google.golang.org/grpc v1.17.0 // indirect
)