diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -0,0 +1,34 @@ | |||
1 | module github.com/terraform-providers/terraform-provider-statuscake | ||
2 | |||
3 | require ( | ||
4 | github.com/DreamItGetIT/statuscake v0.0.0-20180728152938-85edefcbdaa3 | ||
5 | github.com/apparentlymart/go-cidr v0.0.0-20170418151526-7e4b007599d4 // indirect | ||
6 | github.com/aws/aws-sdk-go v1.8.34 // indirect | ||
7 | github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect | ||
8 | github.com/blang/semver v3.5.1+incompatible // indirect | ||
9 | github.com/go-ini/ini v1.23.1 // indirect | ||
10 | github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce // indirect | ||
11 | github.com/hashicorp/go-cleanhttp v0.0.0-20170211013415-3573b8b52aa7 // indirect | ||
12 | github.com/hashicorp/go-getter v0.0.0-20170207215532-c3d66e76678d // indirect | ||
13 | github.com/hashicorp/go-multierror v0.0.0-20150916205742-d30f09973e19 // indirect | ||
14 | github.com/hashicorp/go-plugin v0.0.0-20170217162722-f72692aebca2 // indirect | ||
15 | github.com/hashicorp/go-uuid v0.0.0-20160120003506-36289988d83c // indirect | ||
16 | github.com/hashicorp/go-version v0.0.0-20161031182605-e96d38404026 // indirect | ||
17 | github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f // indirect | ||
18 | github.com/hashicorp/hil v0.0.0-20170512213305-fac2259da677 // indirect | ||
19 | github.com/hashicorp/logutils v0.0.0-20150609070431-0dc08b1671f3 // indirect | ||
20 | github.com/hashicorp/terraform v0.10.0 | ||
21 | github.com/hashicorp/yamux v0.0.0-20160720233140-d1caa6c97c9f // indirect | ||
22 | github.com/jmespath/go-jmespath v0.0.0-20160803190731-bd40a432e4c7 // indirect | ||
23 | github.com/mitchellh/copystructure v0.0.0-20161013195342-5af94aef99f5 // indirect | ||
24 | github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747 // indirect | ||
25 | github.com/mitchellh/hashstructure v0.0.0-20160209213820-6b17d669fac5 // indirect | ||
26 | github.com/mitchellh/mapstructure v0.0.0-20170307201123-53818660ed49 // indirect | ||
27 | github.com/mitchellh/reflectwalk v0.0.0-20161003174516-92573fe8d000 // indirect | ||
28 | github.com/satori/go.uuid v0.0.0-20160927100844-b061729afc07 // indirect | ||
29 | github.com/smartystreets/goconvey v0.0.0-20190222223459-a17d461953aa // indirect | ||
30 | github.com/stretchr/testify v1.3.0 // indirect | ||
31 | golang.org/x/crypto v0.0.0-20170808112155-b176d7def5d7 // indirect | ||
32 | golang.org/x/net v0.0.0-20170809000501-1c05540f6879 // indirect | ||
33 | golang.org/x/text v0.3.0 // indirect | ||
34 | ) | ||