vendor: update github.com/gogits/git-module (#4475)

pull/4337/merge
Unknwon 2017-06-08 16:56:09 -04:00
parent 1af01f5e30
commit 7b85ee4954
No known key found for this signature in database
GPG Key ID: 7A02C406FAC875A2
3 changed files with 6 additions and 4 deletions

View File

@ -10,7 +10,7 @@ import (
"time"
)
const _VERSION = "0.6.2"
const _VERSION = "0.6.3"
func Version() string {
return _VERSION

View File

@ -293,6 +293,8 @@ func ParsePatch(done chan<- error, maxLines, maxLineCharacteres, maxFiles int, r
curFile.Name = b
curFile.Index = b
break CHECK_TYPE
case strings.HasPrefix(line, "old mode"):
break CHECK_TYPE
}
}
}

6
vendor/vendor.json vendored
View File

@ -183,10 +183,10 @@
"revisionTime": "2016-08-10T03:50:02Z"
},
{
"checksumSHA1": "SZuq+ZMDc6aRw7DuR2sfotbYBeA=",
"checksumSHA1": "kPsa/ri8Vh9yHG8LQYgnH2Xa6YY=",
"path": "github.com/gogits/git-module",
"revision": "6ad215295b08e552871b8ed57bb0d57940cbf1b6",
"revisionTime": "2017-06-05T17:33:32Z"
"revision": "1de103dca47a72afccccb4ccd6085110874f3551",
"revisionTime": "2017-06-08T20:55:22Z"
},
{
"checksumSHA1": "GBfb+meRaVNarQavLB/bzbDoBtY=",