Update vendor of code.gitea.io/sdk/gitea

This commit is contained in:
Andrey Nering 2017-02-22 20:53:33 -03:00
parent 946f3078d3
commit d7af8f96d7
7 changed files with 101 additions and 4 deletions

View file

@ -14,6 +14,7 @@ import (
// PullRequest represents a pull request API object.
type PullRequest struct {
ID int64 `json:"id"`
URL string `json:"url"`
Index int64 `json:"number"`
Poster *User `json:"user"`
Title string `json:"title"`