From 0d8a8fb8ceda1fe1c2a2ff96abe384c079e94f6f Mon Sep 17 00:00:00 2001 From: Joachim Hill-Grannec Date: Sat, 12 Aug 2017 21:48:07 -0700 Subject: [PATCH] drone-go vendor update --- .../github.com/drone/drone-go/drone/types.go | 20 +++++++++---------- vendor/vendor.json | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/vendor/github.com/drone/drone-go/drone/types.go b/vendor/github.com/drone/drone-go/drone/types.go index fa0739f..9fb3ace 100644 --- a/vendor/github.com/drone/drone-go/drone/types.go +++ b/vendor/github.com/drone/drone-go/drone/types.go @@ -37,16 +37,16 @@ type ( // RepoPatch defines a repository patch request. RepoPatch struct { - Config *string `json:"config_file,omitempty"` - IsTrusted *bool `json:"trusted,omitempty"` - IsGated *bool `json:"gated,omitempty"` - Timeout *int64 `json:"timeout,omitempty"` - Visibility *string `json:"visibility"` - AllowPull *bool `json:"allow_pr,omitempty"` - AllowPush *bool `json:"allow_push,omitempty"` - AllowDeploy *bool `json:"allow_deploy,omitempty"` - AllowTag *bool `json:"allow_tag,omitempty"` - BuildCounter *int `json:"build_counter,omitempty"` + Config *string `json:"config_file,omitempty"` + IsTrusted *bool `json:"trusted,omitempty"` + IsGated *bool `json:"gated,omitempty"` + Timeout *int64 `json:"timeout,omitempty"` + Visibility *string `json:"visibility"` + AllowPull *bool `json:"allow_pr,omitempty"` + AllowPush *bool `json:"allow_push,omitempty"` + AllowDeploy *bool `json:"allow_deploy,omitempty"` + AllowTag *bool `json:"allow_tag,omitempty"` + BuildCounter *int `json:"build_counter,omitempty"` } // Build defines a build object. diff --git a/vendor/vendor.json b/vendor/vendor.json index 562e0db..766ccf7 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -273,10 +273,10 @@ "revisionTime": "2017-05-14T17:21:45Z" }, { - "checksumSHA1": "qLAnM1gmgrZfYrGCNE+nKYFrJAY=", + "checksumSHA1": "b7aKujxkg1kYWPvSrHFKNRC3MWU=", "path": "github.com/drone/drone-go/drone", - "revision": "327c9594f784216a651dbaed30731600e496dd4e", - "revisionTime": "2017-08-01T19:17:01Z" + "revision": "b78c6c108686d1fb224c3d9e44c33addd129bd8b", + "revisionTime": "2017-08-13T04:37:16Z" }, { "checksumSHA1": "pjMV8mwWcQ0Kk9cbLWweTGiqYPk=",