diff options
-rw-r--r-- | .gopmfile | 2 | ||||
-rw-r--r-- | cmd/web.go | 2 | ||||
-rw-r--r-- | glide.lock | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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 @@ -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 { @@ -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 |