mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-30 10:47:14 -06:00
provider/statuscake: Bump statuscake deps for json unmarshalling (#13501)
This commit is contained in:
parent
db0a9ce735
commit
a80c8bb4de
2
vendor/github.com/DreamItGetIT/statuscake/responses.go
generated
vendored
2
vendor/github.com/DreamItGetIT/statuscake/responses.go
generated
vendored
@ -43,7 +43,7 @@ type detailResponse struct {
|
|||||||
ProcessingOn string `json:"ProcessingOn"`
|
ProcessingOn string `json:"ProcessingOn"`
|
||||||
DownTimes int `json:"DownTimes,string"`
|
DownTimes int `json:"DownTimes,string"`
|
||||||
Sensitive bool `json:"Sensitive"`
|
Sensitive bool `json:"Sensitive"`
|
||||||
TriggerRate int `json:"string,TriggerRate"`
|
TriggerRate int `json:"TriggerRate,string"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (d *detailResponse) test() *Test {
|
func (d *detailResponse) test() *Test {
|
||||||
|
6
vendor/vendor.json
vendored
6
vendor/vendor.json
vendored
@ -375,10 +375,10 @@
|
|||||||
"revision": "edd0930276e7f1a5f2cf3e7835b5dc42a3217669"
|
"revision": "edd0930276e7f1a5f2cf3e7835b5dc42a3217669"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"checksumSHA1": "jtSV16UIYcS+MTy2bor1Nd+6tM8=",
|
"checksumSHA1": "MV5JueYPwNkLZ+KNqmDcNDhsKi4=",
|
||||||
"path": "github.com/DreamItGetIT/statuscake",
|
"path": "github.com/DreamItGetIT/statuscake",
|
||||||
"revision": "2eaa583e3badecb05ab0e963ed19f3d7f1a23273",
|
"revision": "acc13ec021cd1e8a6ebb1d9035f513217f5c4562",
|
||||||
"revisionTime": "2017-04-07T12:51:49Z"
|
"revisionTime": "2017-04-10T11:34:45Z"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"checksumSHA1": "nomT+8bvze/Qmc0tK0r0mwgHV6M=",
|
"checksumSHA1": "nomT+8bvze/Qmc0tK0r0mwgHV6M=",
|
||||||
|
Loading…
Reference in New Issue
Block a user