diff options
author | Unknwon <u@gogs.io> | 2017-04-07 18:15:23 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-04-07 18:15:23 -0400 |
commit | 65277e47c53ca0df86ac30056be0c1744a552545 (patch) | |
tree | 13d24ebc73d062bf96906924157b2971b53a7660 /vendor | |
parent | 9e3c83372f19853ac1dc164e2fcf58d9779ac0f0 (diff) |
api/repo: add Mirror field (#4392)
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/github.com/gogits/go-gogs-client/gogs.go | 2 | ||||
-rw-r--r-- | vendor/github.com/gogits/go-gogs-client/repo.go | 1 | ||||
-rw-r--r-- | vendor/vendor.json | 6 |
3 files changed, 5 insertions, 4 deletions
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"` diff --git a/vendor/vendor.json b/vendor/vendor.json index 0118a017..abc5d0d3 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -183,10 +183,10 @@ "revisionTime": "2017-04-07T00:57:10Z" }, { - "checksumSHA1": "D2kVXl0QpIw6t3891Sl7IM9wL+w=", + "checksumSHA1": "mMYDXzTNUWg8ZTRhqXEF+7KaSpU=", "path": "github.com/gogits/go-gogs-client", - "revision": "6422399bb531fae9500b29b5d8bfe23aa0ce6beb", - "revisionTime": "2017-03-16T21:31:09Z" + "revision": "9447dded395900409c1d3ad641a2d72502b46282", + "revisionTime": "2017-04-07T22:14:43Z" }, { "checksumSHA1": "p4yoFWgDiTfpu1JYgh26t6+VDTk=", |