aboutsummaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2018-08-17 20:03:00 +0800
committerUnknwon <u@gogs.io>2018-08-17 20:03:00 +0800
commit33434a40d75ffc08f0e99e7a42075fdce1822840 (patch)
treee1afa7cbe7864caf6f49fa5a6b6c865d5d06c43b /vendor
parent844d69143fb49305f587d5a25e009521751b8e29 (diff)
vendor: update github.com/gogs/git-module
Diffstat (limited to 'vendor')
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 de1da49a..5795d102 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 efbc8700..2a55f338 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 faa6d55d..377f0dcb 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=",