X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=go.mod;h=e46254455bb3ac9381c1a4a937fff906c870809f;hb=refs%2Fheads%2Fadd_contact_groups;hp=5374fe21b934fe29489fd10d8820ef101fe7cdcc;hpb=ccbb72b7349103fd7e39a47a2ec5312bcc00017f;p=github%2Ffretlink%2Fterraform-provider-statuscake.git diff --git a/go.mod b/go.mod index 5374fe2..e462544 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,8 @@ module github.com/terraform-providers/terraform-provider-statuscake +go 1.12 + require ( - github.com/DreamItGetIT/statuscake v0.0.0-20180728152938-85edefcbdaa3 - github.com/hashicorp/terraform v0.12.0 + github.com/DreamItGetIT/statuscake v0.0.0-20190809134845-9d26ad75405b + github.com/hashicorp/terraform v0.12.6 )