aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vendor/github.com/gogs/git-module/git.go2
-rw-r--r--vendor/github.com/gogs/git-module/repo_commit.go2
-rw-r--r--vendor/vendor.json6
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=",