mirror of
https://github.com/gogs/gogs.git
synced 2025-05-31 11:42:13 +00:00
vendor: update github.com/gogits/go-gogs-client
This commit is contained in:
parent
c69fa18434
commit
a1411c36de
3
vendor/github.com/gogits/go-gogs-client/repo.go
generated
vendored
3
vendor/github.com/gogits/go-gogs-client/repo.go
generated
vendored
@ -27,7 +27,10 @@ type Repository struct {
|
|||||||
Description string `json:"description"`
|
Description string `json:"description"`
|
||||||
Private bool `json:"private"`
|
Private bool `json:"private"`
|
||||||
Fork bool `json:"fork"`
|
Fork bool `json:"fork"`
|
||||||
|
Parent *Repository `json:"parent"`
|
||||||
|
Empty bool `json:"empty"`
|
||||||
Mirror bool `json:"mirror"`
|
Mirror bool `json:"mirror"`
|
||||||
|
Size int64 `json:"size"`
|
||||||
HTMLURL string `json:"html_url"`
|
HTMLURL string `json:"html_url"`
|
||||||
SSHURL string `json:"ssh_url"`
|
SSHURL string `json:"ssh_url"`
|
||||||
CloneURL string `json:"clone_url"`
|
CloneURL string `json:"clone_url"`
|
||||||
|
6
vendor/vendor.json
vendored
6
vendor/vendor.json
vendored
@ -189,10 +189,10 @@
|
|||||||
"revisionTime": "2017-04-07T00:57:10Z"
|
"revisionTime": "2017-04-07T00:57:10Z"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"checksumSHA1": "mMYDXzTNUWg8ZTRhqXEF+7KaSpU=",
|
"checksumSHA1": "GBfb+meRaVNarQavLB/bzbDoBtY=",
|
||||||
"path": "github.com/gogits/go-gogs-client",
|
"path": "github.com/gogits/go-gogs-client",
|
||||||
"revision": "9447dded395900409c1d3ad641a2d72502b46282",
|
"revision": "bbae6af45f087cf346c09a510412c47e7739b15f",
|
||||||
"revisionTime": "2017-04-07T22:14:43Z"
|
"revisionTime": "2017-06-02T18:25:02Z"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"checksumSHA1": "p4yoFWgDiTfpu1JYgh26t6+VDTk=",
|
"checksumSHA1": "p4yoFWgDiTfpu1JYgh26t6+VDTk=",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user