From 24c95871c559e4d0a284f4c245d6e7afaeb5b9a7 Mon Sep 17 00:00:00 2001 From: Ivan Schwarz Date: Fri, 14 Jun 2019 15:41:14 +0200 Subject: Update client dependency --- vendor/github.com/DreamItGetIT/statuscake/responses.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vendor/github.com/DreamItGetIT/statuscake/responses.go') diff --git a/vendor/github.com/DreamItGetIT/statuscake/responses.go b/vendor/github.com/DreamItGetIT/statuscake/responses.go index e8d4af4..ec74a63 100644 --- a/vendor/github.com/DreamItGetIT/statuscake/responses.go +++ b/vendor/github.com/DreamItGetIT/statuscake/responses.go @@ -61,6 +61,7 @@ type detailResponse struct { UseJar int `json:"UseJar"` PostRaw string `json:"PostRaw"` FinalEndpoint string `json:"FinalEndpoint"` + EnableSSLWarning bool `json:"EnableSSLWarning"` FollowRedirect bool `json:"FollowRedirect"` StatusCodes []string `json:"StatusCodes"` } @@ -96,6 +97,7 @@ func (d *detailResponse) test() *Test { UseJar: d.UseJar, PostRaw: d.PostRaw, FinalEndpoint: d.FinalEndpoint, + EnableSSLAlert: d.EnableSSLWarning, FollowRedirect: d.FollowRedirect, StatusCodes: strings.Join(d.StatusCodes[:], ","), } -- cgit v1.2.3