aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor
diff options
context:
space:
mode:
authorAndrew N Golovkov <andrew@callstats.io>2018-01-17 16:55:18 +0200
committerAndrew N Golovkov <andrew@callstats.io>2018-01-17 16:55:18 +0200
commitc9458806c73b69e6af47eddd83391197b6d2a641 (patch)
treebc6751b5b5307b248cb7fb1f99b129136c230133 /vendor
parentb01919994f2f0113f00c3afb931cb5a278d7ab0b (diff)
downloadterraform-provider-statuscake-c9458806c73b69e6af47eddd83391197b6d2a641.tar.gz
terraform-provider-statuscake-c9458806c73b69e6af47eddd83391197b6d2a641.tar.zst
terraform-provider-statuscake-c9458806c73b69e6af47eddd83391197b6d2a641.zip
merge changes from https://github.com/DreamItGetIT/statuscake/pull/24 to vendor directory
Diffstat (limited to 'vendor')
-rw-r--r--vendor/github.com/DreamItGetIT/statuscake/responses.go2
-rw-r--r--vendor/github.com/DreamItGetIT/statuscake/tests.go2
-rw-r--r--vendor/vendor.json7
3 files changed, 6 insertions, 5 deletions
diff --git a/vendor/github.com/DreamItGetIT/statuscake/responses.go b/vendor/github.com/DreamItGetIT/statuscake/responses.go
index 9cdcb11..3cbf36d 100644
--- a/vendor/github.com/DreamItGetIT/statuscake/responses.go
+++ b/vendor/github.com/DreamItGetIT/statuscake/responses.go
@@ -28,7 +28,7 @@ type detailResponse struct {
28 Paused bool `json:"Paused"` 28 Paused bool `json:"Paused"`
29 WebsiteName string `json:"WebsiteName"` 29 WebsiteName string `json:"WebsiteName"`
30 URI string `json:"URI"` 30 URI string `json:"URI"`
31 ContactID string `json:"ContactID"` 31 ContactID int `json:"ContactID"`
32 Status string `json:"Status"` 32 Status string `json:"Status"`
33 Uptime float64 `json:"Uptime"` 33 Uptime float64 `json:"Uptime"`
34 CustomHeader string `json:"CustomHeader"` 34 CustomHeader string `json:"CustomHeader"`
diff --git a/vendor/github.com/DreamItGetIT/statuscake/tests.go b/vendor/github.com/DreamItGetIT/statuscake/tests.go
index 1b37fa1..a41b0bd 100644
--- a/vendor/github.com/DreamItGetIT/statuscake/tests.go
+++ b/vendor/github.com/DreamItGetIT/statuscake/tests.go
@@ -34,7 +34,7 @@ type Test struct {
34 Port int `json:"Port" querystring:"Port"` 34 Port int `json:"Port" querystring:"Port"`
35 35
36 // Contact group ID - will return int of contact group used else 0 36 // Contact group ID - will return int of contact group used else 0
37 ContactID string `json:"ContactID" querystring:"ContactGroup"` 37 ContactID int `json:"ContactID" querystring:"ContactGroup"`
38 38
39 // Current status at last test 39 // Current status at last test
40 Status string `json:"Status"` 40 Status string `json:"Status"`
diff --git a/vendor/vendor.json b/vendor/vendor.json
index 921131f..d2bc87c 100644
--- a/vendor/vendor.json
+++ b/vendor/vendor.json
@@ -3,10 +3,11 @@
3 "ignore": "appengine test github.com/hashicorp/nomad/ github.com/hashicorp/terraform/backend", 3 "ignore": "appengine test github.com/hashicorp/nomad/ github.com/hashicorp/terraform/backend",
4 "package": [ 4 "package": [
5 { 5 {
6 "checksumSHA1": "xjfJ6T+mQFmC9oMR+UKdGtbs/p4=", 6 "checksumSHA1": "6Fo7YzTT+MDviHOsqg6dNw8WrV4=",
7 "origin": "github.com/matschaffer/statuscake",
7 "path": "github.com/DreamItGetIT/statuscake", 8 "path": "github.com/DreamItGetIT/statuscake",
8 "revision": "2081e16dbe691bccf20b1901897d8f8245beefcd", 9 "revision": "24c596002b80d84cf3bfb0f714e880c1b2e9af16",
9 "revisionTime": "2018-01-09T18:02:45Z" 10 "revisionTime": "2018-01-16T08:09:52Z"
10 }, 11 },
11 { 12 {
12 "checksumSHA1": "FIL83loX9V9APvGQIjJpbxq53F0=", 13 "checksumSHA1": "FIL83loX9V9APvGQIjJpbxq53F0=",