]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/commit
update vendor/github.com/DreamItGetIT/statuscake/ to manage ssl tests
authorAlexandre Garand <alexandre.garand@fretlink.com>
Thu, 27 Jun 2019 10:00:53 +0000 (12:00 +0200)
committerAlexandre Garand <alexandre.garand@fretlink.com>
Thu, 27 Jun 2019 13:00:54 +0000 (15:00 +0200)
commit2ad41f522127680c37fbaea93d0360fa989e4c40
treec65b7e750231fbb04078fde236b9d4ae1cd7417e
parent5a4ed01b2130166bd200fe8342052d7957765ba3
update vendor/github.com/DreamItGetIT/statuscake/ to manage ssl tests
23 files changed:
vendor/github.com/DreamItGetIT/statuscake/Gopkg.lock
vendor/github.com/DreamItGetIT/statuscake/Gopkg.toml
vendor/github.com/DreamItGetIT/statuscake/client_test.go [new file with mode: 0644]
vendor/github.com/DreamItGetIT/statuscake/cmd/statuscake/main.go [new file with mode: 0644]
vendor/github.com/DreamItGetIT/statuscake/fixtures/auth_error.json [new file with mode: 0644]
vendor/github.com/DreamItGetIT/statuscake/fixtures/sslCreateOk.json [new file with mode: 0644]
vendor/github.com/DreamItGetIT/statuscake/fixtures/sslDeleteOk.json [new file with mode: 0644]
vendor/github.com/DreamItGetIT/statuscake/fixtures/sslListAllOk.json [new file with mode: 0644]
vendor/github.com/DreamItGetIT/statuscake/fixtures/sslUpdateOk.json [new file with mode: 0644]
vendor/github.com/DreamItGetIT/statuscake/fixtures/ssls_all_ok.json [new file with mode: 0644]
vendor/github.com/DreamItGetIT/statuscake/fixtures/ssls_create_ok.json [new file with mode: 0644]
vendor/github.com/DreamItGetIT/statuscake/fixtures/ssls_update_error.json [new file with mode: 0644]
vendor/github.com/DreamItGetIT/statuscake/fixtures/ssls_update_ok.json [new file with mode: 0644]
vendor/github.com/DreamItGetIT/statuscake/fixtures/tests_all_ok.json [new file with mode: 0644]
vendor/github.com/DreamItGetIT/statuscake/fixtures/tests_delete_error.json [new file with mode: 0644]
vendor/github.com/DreamItGetIT/statuscake/fixtures/tests_delete_ok.json [new file with mode: 0644]
vendor/github.com/DreamItGetIT/statuscake/fixtures/tests_detail_ok.json [new file with mode: 0644]
vendor/github.com/DreamItGetIT/statuscake/fixtures/tests_update_error.json [new file with mode: 0644]
vendor/github.com/DreamItGetIT/statuscake/fixtures/tests_update_error_slice_of_issues.json [new file with mode: 0644]
vendor/github.com/DreamItGetIT/statuscake/fixtures/tests_update_ok.json [new file with mode: 0644]
vendor/github.com/DreamItGetIT/statuscake/ssl.go [new file with mode: 0644]
vendor/github.com/DreamItGetIT/statuscake/ssl_test.go [new file with mode: 0644]
vendor/github.com/DreamItGetIT/statuscake/tests_test.go [new file with mode: 0644]