From d7af8f96d7f340d83d8ff8d9d94189f92900aef7 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Wed, 22 Feb 2017 20:53:33 -0300 Subject: Update vendor of code.gitea.io/sdk/gitea --- vendor/code.gitea.io/sdk/gitea/pull.go | 1 + 1 file changed, 1 insertion(+) (limited to 'vendor/code.gitea.io/sdk/gitea/pull.go') diff --git a/vendor/code.gitea.io/sdk/gitea/pull.go b/vendor/code.gitea.io/sdk/gitea/pull.go index f55ecc042e..fcccf07e2b 100644 --- a/vendor/code.gitea.io/sdk/gitea/pull.go +++ b/vendor/code.gitea.io/sdk/gitea/pull.go @@ -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"` -- cgit v1.2.3