Browse Source

#3007 update git-module require version

Unknwon 8 years ago
parent
commit
15b0cbe318
3 changed files with 3 additions and 3 deletions
  1. 1 1
      .gopmfile
  2. 1 1
      cmd/web.go
  3. 1 1
      glide.lock

+ 1 - 1
.gopmfile

@@ -18,7 +18,7 @@ github.com/go-xorm/core = commit:bc1b7f8
 github.com/go-xorm/xorm = commit:b8b1711
 github.com/gogits/chardet = commit:2404f77
 github.com/gogits/cron = commit:96040e4
-github.com/gogits/git-module = commit:53bcb73
+github.com/gogits/git-module = commit:18dd87d
 github.com/gogits/go-gogs-client = commit:d725743
 github.com/issue9/identicon = commit:d36b545
 github.com/jaytaylor/html2text = commit:52d9b78

+ 1 - 1
cmd/web.go

@@ -87,7 +87,7 @@ func checkVersion() {
 		{"github.com/go-macaron/toolbox", toolbox.Version, "0.1.0"},
 		{"gopkg.in/ini.v1", ini.Version, "1.8.4"},
 		{"gopkg.in/macaron.v1", macaron.Version, "1.1.7"},
-		{"github.com/gogits/git-module", git.Version, "0.3.3"},
+		{"github.com/gogits/git-module", git.Version, "0.3.4"},
 		{"github.com/gogits/go-gogs-client", gogs.Version, "0.10.1"},
 	}
 	for _, c := range checkers {

+ 1 - 1
glide.lock

@@ -41,7 +41,7 @@ imports:
 - name: github.com/gogits/cron
   version: 96040e4fab17baa0391ce571694e4ccb5fce5dac
 - name: github.com/gogits/git-module
-  version: 53bcb7352ff838610c537c9b589ca79bca92c661
+  version: 18dd87dc5eac9ee7076133c8363803f2192d5713
 - name: github.com/gogits/go-gogs-client
   version: d725743594dfcd8eea25024f8456c9c103dadb1a
 - name: github.com/issue9/identicon