aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorNathan Dench <ndenc2@gmail.com>2019-05-24 15:16:44 +1000
committerNathan Dench <ndenc2@gmail.com>2019-05-24 15:16:44 +1000
commit107c1cdb09c575aa2f61d97f48d8587eb6bada4c (patch)
treeca7d008643efc555c388baeaf1d986e0b6b3e28c /go.mod
parent844b5a68d8af4791755b8f0ad293cc99f5959183 (diff)
downloadterraform-provider-statuscake-107c1cdb09c575aa2f61d97f48d8587eb6bada4c.tar.gz
terraform-provider-statuscake-107c1cdb09c575aa2f61d97f48d8587eb6bada4c.tar.zst
terraform-provider-statuscake-107c1cdb09c575aa2f61d97f48d8587eb6bada4c.zip
Upgrade to 0.12
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 1 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index fe6ac2d..5374fe2 100644
--- a/go.mod
+++ b/go.mod
@@ -2,8 +2,5 @@ module 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-20180728152938-85edefcbdaa3
5 github.com/blang/semver v3.5.1+incompatible // indirect 5 github.com/hashicorp/terraform v0.12.0
6 github.com/hashicorp/terraform v0.11.12-beta1.0.20190214175014-182daa619826
7 github.com/smartystreets/goconvey v0.0.0-20190222223459-a17d461953aa // indirect
8 golang.org/x/text v0.3.0 // indirect
9) 6)