diff options
author | Alexandre Garand <alexandre.garand@fretlink.com> | 2019-06-27 12:00:53 +0200 |
---|---|---|
committer | Alexandre Garand <alexandre.garand@fretlink.com> | 2019-06-27 15:00:54 +0200 |
commit | 2ad41f522127680c37fbaea93d0360fa989e4c40 (patch) | |
tree | c65b7e750231fbb04078fde236b9d4ae1cd7417e /vendor/github.com/DreamItGetIT/statuscake/Gopkg.toml | |
parent | 5a4ed01b2130166bd200fe8342052d7957765ba3 (diff) | |
download | terraform-provider-statuscake-2ad41f522127680c37fbaea93d0360fa989e4c40.tar.gz terraform-provider-statuscake-2ad41f522127680c37fbaea93d0360fa989e4c40.tar.zst terraform-provider-statuscake-2ad41f522127680c37fbaea93d0360fa989e4c40.zip |
update vendor/github.com/DreamItGetIT/statuscake/ to manage ssl tests
Diffstat (limited to 'vendor/github.com/DreamItGetIT/statuscake/Gopkg.toml')
-rw-r--r-- | vendor/github.com/DreamItGetIT/statuscake/Gopkg.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/github.com/DreamItGetIT/statuscake/Gopkg.toml b/vendor/github.com/DreamItGetIT/statuscake/Gopkg.toml index b0c1687..e02ee65 100644 --- a/vendor/github.com/DreamItGetIT/statuscake/Gopkg.toml +++ b/vendor/github.com/DreamItGetIT/statuscake/Gopkg.toml | |||
@@ -36,3 +36,7 @@ | |||
36 | [prune] | 36 | [prune] |
37 | go-tests = true | 37 | go-tests = true |
38 | unused-packages = true | 38 | unused-packages = true |
39 | |||
40 | [[constraint]] | ||
41 | name = "github.com/google/go-querystring" | ||
42 | version = "1.0.0" | ||