vendor: update github.com/gogits/go-gogs-client

This commit is contained in:
Unknwon
2017-06-02 14:26:43 -04:00
parent c69fa18434
commit a1411c36de
2 changed files with 6 additions and 3 deletions

View File

@@ -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"`