diff options
author | Alexandre Garand <alexandre.garand@fretlink.com> | 2019-07-01 17:49:23 +0200 |
---|---|---|
committer | Alexandre Garand <alexandre.garand@fretlink.com> | 2019-07-01 17:49:23 +0200 |
commit | 0bb80147ede7473cf569fc1b65d8bbd1f01616b6 (patch) | |
tree | 5fc048fca3ca3fd57baa507191d62d6578da2fc0 /go.mod | |
parent | 325ba48bdd2e456d702e17d927d7d0f58a47503e (diff) | |
download | terraform-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ | |||
1 | module github.com/terraform-providers/terraform-provider-statuscake | 1 | module github.com/terraform-providers/terraform-provider-statuscake |
2 | 2 | ||
3 | require ( | 3 | require ( |
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 | ) |