diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -2,8 +2,5 @@ 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/blang/semver v3.5.1+incompatible // indirect | 5 | github.com/hashicorp/terraform v0.12.0 |
6 | github.com/hashicorp/terraform v0.11.12-beta1.0.20190214175014-182daa619826 | ||
7 | github.com/smartystreets/goconvey v0.0.0-20190222223459-a17d461953aa // indirect | ||
8 | golang.org/x/text v0.3.0 // indirect | ||
9 | ) | 6 | ) |