Browse Source

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

Unknwon 7 years ago
parent
commit
a1411c36de
2 changed files with 6 additions and 3 deletions
  1. 3 0
      vendor/github.com/gogits/go-gogs-client/repo.go
  2. 3 3
      vendor/vendor.json

+ 3 - 0
vendor/github.com/gogits/go-gogs-client/repo.go

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

+ 3 - 3
vendor/vendor.json

@@ -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=",