diff options
author | Alex Pilon <apilon@hashicorp.com> | 2019-02-22 18:24:37 -0500 |
---|---|---|
committer | Alex Pilon <apilon@hashicorp.com> | 2019-02-22 18:24:37 -0500 |
commit | 15c0b25d011f37e7c20aeca9eaf461f78285b8d9 (patch) | |
tree | 255c250a5c9d4801c74092d33b7337d8c14438ff /go.mod | |
parent | 07971ca38143c5faf951d152fba370ddcbe26ad5 (diff) | |
download | terraform-provider-statuscake-15c0b25d011f37e7c20aeca9eaf461f78285b8d9.tar.gz terraform-provider-statuscake-15c0b25d011f37e7c20aeca9eaf461f78285b8d9.tar.zst terraform-provider-statuscake-15c0b25d011f37e7c20aeca9eaf461f78285b8d9.zip |
deps: github.com/hashicorp/terraform@sdk-v0.11-with-go-modules
Updated via: go get github.com/hashicorp/terraform@sdk-v0.11-with-go-modules and go mod tidy
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 27 |
1 files changed, 1 insertions, 26 deletions
@@ -2,33 +2,8 @@ module github.com/terraform-providers/terraform-provider-statuscake | |||
2 | 2 | ||
3 | require ( | 3 | require ( |
4 | github.com/DreamItGetIT/statuscake v0.0.0-20180728152938-85edefcbdaa3 | 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 | 5 | github.com/blang/semver v3.5.1+incompatible // indirect |
9 | github.com/go-ini/ini v1.23.1 // indirect | 6 | github.com/hashicorp/terraform v0.11.12-beta1.0.20190214175014-182daa619826 |
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 | 7 | 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 | 8 | golang.org/x/text v0.3.0 // indirect |
34 | ) | 9 | ) |