forked from cloudflare/cf-terraforming
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (21 loc) · 957 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/cloudflare/cf-terraforming
require (
github.com/apparentlymart/go-cidr v1.0.0 // indirect
github.com/aws/aws-sdk-go v1.19.31 // indirect
github.com/cloudflare/cloudflare-go v0.9.1
github.com/hashicorp/go-getter v1.3.0 // indirect
github.com/hashicorp/go-uuid v1.0.1 // indirect
github.com/hashicorp/hcl2 v0.0.0-20190515232855-4b22149b7cef // indirect
github.com/hashicorp/hil v0.0.0-20190515184748-97b3a9cdfa93 // indirect
github.com/hashicorp/logutils v1.0.0 // indirect
github.com/hashicorp/terraform v0.11.13
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mitchellh/cli v1.0.0 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/hashstructure v1.0.0 // indirect
github.com/sirupsen/logrus v1.4.1
github.com/spf13/cobra v0.0.3
github.com/spf13/viper v1.3.2
golang.org/x/time v0.0.0-20190515184757-9d24e82272b4 // indirect
)