From a1411c36de204794247a96adde2817ea2b062d0e Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 2 Jun 2017 14:26:43 -0400 Subject: vendor: update github.com/gogits/go-gogs-client --- vendor/github.com/gogits/go-gogs-client/repo.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vendor/github.com') diff --git a/vendor/github.com/gogits/go-gogs-client/repo.go b/vendor/github.com/gogits/go-gogs-client/repo.go index f89aca54..48ded475 100644 --- a/vendor/github.com/gogits/go-gogs-client/repo.go +++ b/vendor/github.com/gogits/go-gogs-client/repo.go @@ -27,7 +27,10 @@ type Repository struct { Description string `json:"description"` Private bool `json:"private"` Fork bool `json:"fork"` + Parent *Repository `json:"parent"` + Empty bool `json:"empty"` Mirror bool `json:"mirror"` + Size int64 `json:"size"` HTMLURL string `json:"html_url"` SSHURL string `json:"ssh_url"` CloneURL string `json:"clone_url"` -- cgit v1.2.3