X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=go.mod;h=d9992469d3071ec6bfa2409dd77e37fe253659da;hb=6278bbb270b0a456466a876b991c67fa29c7b1e1;hp=5374fe21b934fe29489fd10d8820ef101fe7cdcc;hpb=107c1cdb09c575aa2f61d97f48d8587eb6bada4c;p=github%2Ffretlink%2Fterraform-provider-statuscake.git diff --git a/go.mod b/go.mod index 5374fe2..d999246 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/terraform-providers/terraform-provider-statuscake require ( - github.com/DreamItGetIT/statuscake v0.0.0-20180728152938-85edefcbdaa3 + github.com/DreamItGetIT/statuscake v0.0.0-20190218105717-471b24d8edfb github.com/hashicorp/terraform v0.12.0 )