From 65277e47c53ca0df86ac30056be0c1744a552545 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 7 Apr 2017 18:15:23 -0400 Subject: api/repo: add Mirror field (#4392) --- vendor/github.com/gogits/go-gogs-client/gogs.go | 2 +- vendor/github.com/gogits/go-gogs-client/repo.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'vendor/github.com') diff --git a/vendor/github.com/gogits/go-gogs-client/gogs.go b/vendor/github.com/gogits/go-gogs-client/gogs.go index 2869e6c2..1c81d16f 100644 --- a/vendor/github.com/gogits/go-gogs-client/gogs.go +++ b/vendor/github.com/gogits/go-gogs-client/gogs.go @@ -14,7 +14,7 @@ import ( ) func Version() string { - return "0.12.11" + return "0.12.12" } // Client represents a Gogs API client. diff --git a/vendor/github.com/gogits/go-gogs-client/repo.go b/vendor/github.com/gogits/go-gogs-client/repo.go index f3b393c9..f89aca54 100644 --- a/vendor/github.com/gogits/go-gogs-client/repo.go +++ b/vendor/github.com/gogits/go-gogs-client/repo.go @@ -27,6 +27,7 @@ type Repository struct { Description string `json:"description"` Private bool `json:"private"` Fork bool `json:"fork"` + Mirror bool `json:"mirror"` HTMLURL string `json:"html_url"` SSHURL string `json:"ssh_url"` CloneURL string `json:"clone_url"` -- cgit v1.2.3