Update deps

This commit is contained in:
Jeff Mitchell
2016-09-02 18:05:09 -04:00
parent a6aec4d7c9
commit a26fe991ba
204 changed files with 11131 additions and 2336 deletions

View File

@@ -42,7 +42,8 @@ type PullRequest struct {
StatusesURL *string `json:"statuses_url,omitempty"`
DiffURL *string `json:"diff_url,omitempty"`
PatchURL *string `json:"patch_url,omitempty"`
Assignee *User `json:"assignee,omitempty"` // probably only in webhooks
Assignee *User `json:"assignee,omitempty"`
Assignees []*User `json:"assignees,omitempty"`
Head *PullRequestBranch `json:"head,omitempty"`
Base *PullRequestBranch `json:"base,omitempty"`