aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorAlexandre Garand <alexandre.garand@fretlink.com>2019-07-01 17:49:23 +0200
committerAlexandre Garand <alexandre.garand@fretlink.com>2019-07-01 17:49:23 +0200
commit0bb80147ede7473cf569fc1b65d8bbd1f01616b6 (patch)
tree5fc048fca3ca3fd57baa507191d62d6578da2fc0 /go.mod
parent325ba48bdd2e456d702e17d927d7d0f58a47503e (diff)
downloadterraform-provider-statuscake-0bb80147ede7473cf569fc1b65d8bbd1f01616b6.tar.gz
terraform-provider-statuscake-0bb80147ede7473cf569fc1b65d8bbd1f01616b6.tar.zst
terraform-provider-statuscake-0bb80147ede7473cf569fc1b65d8bbd1f01616b6.zip
update go.mod
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 2e3c996..74c84aa 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
1module github.com/terraform-providers/terraform-provider-statuscake 1module github.com/terraform-providers/terraform-provider-statuscake
2 2
3require ( 3require (
4 github.com/DreamItGetIT/statuscake v0.0.0-20190625125909-fc745efe187b 4 github.com/DreamItGetIT/statuscake v0.0.0-20190628135227-71a9c9823950
5 github.com/hashicorp/terraform v0.12.0 5 github.com/hashicorp/terraform v0.12.0
6) 6)