From 33434a40d75ffc08f0e99e7a42075fdce1822840 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 17 Aug 2018 20:03:00 +0800 Subject: [PATCH] vendor: update github.com/gogs/git-module --- vendor/github.com/gogs/git-module/git.go | 2 +- vendor/github.com/gogs/git-module/repo_commit.go | 2 +- vendor/vendor.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/vendor/github.com/gogs/git-module/git.go b/vendor/github.com/gogs/git-module/git.go index de1da49a0..5795d1026 100644 --- a/vendor/github.com/gogs/git-module/git.go +++ b/vendor/github.com/gogs/git-module/git.go @@ -10,7 +10,7 @@ import ( "time" ) -const _VERSION = "0.6.8" +const _VERSION = "0.6.9" func Version() string { return _VERSION diff --git a/vendor/github.com/gogs/git-module/repo_commit.go b/vendor/github.com/gogs/git-module/repo_commit.go index efbc8700a..2a55f338e 100644 --- a/vendor/github.com/gogs/git-module/repo_commit.go +++ b/vendor/github.com/gogs/git-module/repo_commit.go @@ -129,7 +129,7 @@ func (repo *Repository) GetCommit(commitID string) (*Commit, error) { var err error commitID, err = GetFullCommitID(repo.Path, commitID) if err != nil { - return nil, fmt.Errorf("GetCommitFullID: %v", err) + return nil, err } id, err := NewIDFromString(commitID) if err != nil { diff --git a/vendor/vendor.json b/vendor/vendor.json index faa6d55d2..377f0dcb7 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -207,10 +207,10 @@ "revisionTime": "2017-03-01T03:54:11Z" }, { - "checksumSHA1": "dlSQtPgdbhxV8VAcE5YV3aLgSew=", + "checksumSHA1": "n1ICKQ+DRIMl/J6DRYzQHtkUbnM=", "path": "github.com/gogs/git-module", - "revision": "73275fa99ef150d697b7fc81245e22b0319622ae", - "revisionTime": "2018-06-25T11:56:28Z" + "revision": "e05862f3466cbb7fba61ddbf7ff578c4d73e39f6", + "revisionTime": "2018-08-17T11:56:23Z" }, { "checksumSHA1": "MLO0PyrK2MUO6A7Z9PxWuu43C/A=",