aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorIvan Schwarz <ivos.schwarz@gmail.com>2019-06-14 15:41:14 +0200
committerIvan Schwarz <ivos.schwarz@gmail.com>2019-06-14 15:41:14 +0200
commit24c95871c559e4d0a284f4c245d6e7afaeb5b9a7 (patch)
treed4d8753db61eb2e74a9a2131346a73c5ce600b34 /go.mod
parentccbb72b7349103fd7e39a47a2ec5312bcc00017f (diff)
downloadterraform-provider-statuscake-24c95871c559e4d0a284f4c245d6e7afaeb5b9a7.tar.gz
terraform-provider-statuscake-24c95871c559e4d0a284f4c245d6e7afaeb5b9a7.tar.zst
terraform-provider-statuscake-24c95871c559e4d0a284f4c245d6e7afaeb5b9a7.zip
Update client dependency
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 5374fe2..d999246 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-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)