diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,8 @@ | |||
1 | module github.com/terraform-providers/terraform-provider-statuscake | 1 | module github.com/terraform-providers/terraform-provider-statuscake |
2 | 2 | ||
3 | go 1.12 | ||
4 | |||
3 | require ( | 5 | require ( |
4 | github.com/DreamItGetIT/statuscake v0.0.0-20190218105717-471b24d8edfb | 6 | github.com/DreamItGetIT/statuscake v0.0.0-20190809134845-9d26ad75405b |
5 | github.com/hashicorp/terraform v0.12.0 | 7 | github.com/hashicorp/terraform v0.12.6 |
6 | ) | 8 | ) |