diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ | |||
1 | module github.com/terraform-providers/terraform-provider-statuscake | 1 | 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-20190218105717-471b24d8edfb |
5 | github.com/hashicorp/terraform v0.12.0 | 5 | github.com/hashicorp/terraform v0.12.0 |
6 | ) | 6 | ) |