Browse Source

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

pull/3095/merge
Unknwon 8 years ago
parent
commit
a1411c36de
No known key found for this signature in database
GPG Key ID: 25B575AE3213B2B3
  1. 3
      vendor/github.com/gogits/go-gogs-client/repo.go
  2. 6
      vendor/vendor.json

3
vendor/github.com/gogits/go-gogs-client/repo.go generated vendored

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

6
vendor/vendor.json vendored

@ -189,10 +189,10 @@
"revisionTime": "2017-04-07T00:57:10Z"
},
{
"checksumSHA1": "mMYDXzTNUWg8ZTRhqXEF+7KaSpU=",
"checksumSHA1": "GBfb+meRaVNarQavLB/bzbDoBtY=",
"path": "github.com/gogits/go-gogs-client",
"revision": "9447dded395900409c1d3ad641a2d72502b46282",
"revisionTime": "2017-04-07T22:14:43Z"
"revision": "bbae6af45f087cf346c09a510412c47e7739b15f",
"revisionTime": "2017-06-02T18:25:02Z"
},
{
"checksumSHA1": "p4yoFWgDiTfpu1JYgh26t6+VDTk=",

Loading…
Cancel
Save