Update git-module version to support back Git 1.7.1

master
Unknwon 2016-12-08 11:44:45 -05:00
parent baeccdb161
commit b092733c2e
No known key found for this signature in database
GPG Key ID: FB9F411CDD69BEC1
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ github.com/go-xorm/core = commit:2ec3936
github.com/go-xorm/xorm = commit:311abf2
github.com/gogits/chardet = commit:2404f77
github.com/gogits/cron = commit:7f3990a
github.com/gogits/git-module = commit:5e0c133
github.com/gogits/git-module = commit:e59143d
github.com/gogits/go-gogs-client = commit:c52f7ee
github.com/gogits/go-libravatar = commit:cd1abbd
github.com/issue9/identicon = commit:d36b545

View File

@ -93,7 +93,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.4.1"},
{"github.com/gogits/git-module", git.Version, "0.4.3"},
{"github.com/gogits/go-gogs-client", gogs.Version, "0.12.1"},
}
for _, c := range checkers {

2
glide.lock generated
View File

@ -43,7 +43,7 @@ imports:
- name: github.com/gogits/cron
version: 7f3990acf1833faa5ebd0e86f0a4c72a4b5eba3c
- name: github.com/gogits/git-module
version: 5e0c1330d7853d1affbc193885d517db0f8d1ca5
version: e59143da658b709ffc76a528ee5d5d01ae5d5ee0
- name: github.com/gogits/go-gogs-client
version: c52f7ee0cc58d3cd6e379025552873a8df6de322
- name: github.com/gogits/go-libravatar