diff options
author | Unknwon <joe2010xtmf@163.com> | 2015-01-05 20:37:22 +0800 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2015-01-05 20:37:22 +0800 |
commit | 13e35398aa035ba9cc70c53af29828c5e9fd4d74 (patch) | |
tree | 7ef1ab0ea3172a8a937861c9c2b06cf3ffaf843c | |
parent | d5c6b535715c9c791f6cff7e19c66cedd089c6d2 (diff) | |
download | gitea-13e35398aa035ba9cc70c53af29828c5e9fd4d74.tar.gz gitea-13e35398aa035ba9cc70c53af29828c5e9fd4d74.zip |
prepare for mirror update release
-rw-r--r-- | .gopmfile | 34 | ||||
-rw-r--r-- | cmd/web.go | 4 |
2 files changed, 19 insertions, 19 deletions
@@ -4,30 +4,30 @@ path = github.com/gogits/gogs [deps] github.com/beego/memcache = commit:2aea774416 github.com/Unknwon/cae = commit:2e70a1351b -github.com/Unknwon/com = -github.com/Unknwon/i18n = -github.com/Unknwon/macaron = -github.com/codegangsta/cli = commit:7381bc4e62 -github.com/go-sql-driver/mysql = commit:8111ee3ec3 -github.com/go-xorm/core = commit:3e0fa232ab -github.com/go-xorm/xorm = commit:58d33844ce +github.com/Unknwon/com = commit:d9bcf409c8 +github.com/Unknwon/i18n = commit:1e88666229 +github.com/Unknwon/macaron = commit:256ba0beab +github.com/codegangsta/cli = commit:a14c5b47c7 +github.com/go-sql-driver/mysql = commit:04cf947760 +github.com/go-xorm/core = commit:e7882d8b00 +github.com/go-xorm/xorm = commit:dcc529b68a github.com/gogits/go-gogs-client = commit:92e76d616a -github.com/gogits/oauth2 = commit:99cbec870a -github.com/lib/pq = commit:b021d0ef20 -github.com/macaron-contrib/binding = -github.com/macaron-contrib/cache = +github.com/lib/pq = commit:3e3efe51a0 +github.com/macaron-contrib/binding = commit:0fbe4b9707 +github.com/macaron-contrib/cache = commit:1d99a5b621 github.com/macaron-contrib/captcha = commit:3567dc48b8 -github.com/macaron-contrib/csrf = -github.com/macaron-contrib/i18n = +github.com/macaron-contrib/csrf = commit:3ea14e7ee7 +github.com/macaron-contrib/i18n = commit:0ee0539c84 github.com/macaron-contrib/oauth2 = commit:8f394c3629 -github.com/macaron-contrib/session = +github.com/macaron-contrib/session = commit:2633cef14f github.com/macaron-contrib/toolbox = commit:57127bcc89 github.com/mattn/go-sqlite3 = commit:a80c27ba33 -github.com/nfnt/resize = commit:581d15cb53 +github.com/nfnt/resize = commit:8f44931448 github.com/russross/blackfriday = commit:05b8cefd6a +github.com/shurcooL/go = commit:48293cbc7a github.com/saintfish/chardet = commit:3af4cd4741 -gopkg.in/ini.v1 = -gopkg.in/redis.v2 = +gopkg.in/ini.v1 = commit:28ad8c408b +gopkg.in/redis.v2 = commit:e617904962 [res] include = conf|etc|public|scripts|templates diff --git a/cmd/web.go b/cmd/web.go index e0c899d37f..9155958310 100644 --- a/cmd/web.go +++ b/cmd/web.go @@ -77,10 +77,10 @@ func checkVersion() { checkers := []VerChecker{ {"github.com/Unknwon/macaron", macaron.Version, "0.4.9"}, {"github.com/macaron-contrib/binding", binding.Version, "0.0.4"}, - {"github.com/macaron-contrib/cache", cache.Version, "0.0.3"}, + {"github.com/macaron-contrib/cache", cache.Version, "0.0.5"}, {"github.com/macaron-contrib/csrf", csrf.Version, "0.0.1"}, {"github.com/macaron-contrib/i18n", i18n.Version, "0.0.5"}, - {"github.com/macaron-contrib/session", session.Version, "0.1.2"}, + {"github.com/macaron-contrib/session", session.Version, "0.1.4"}, {"gopkg.in/ini.v1", ini.Version, "1.0.1"}, } for _, c := range checkers { |