diff options
author | Unknwon <u@gogs.io> | 2015-11-21 14:40:29 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-11-21 14:40:29 -0500 |
commit | d37da1f3929f94703d7c7f19f60288109f95756d (patch) | |
tree | 9865aaf5536c37748719c336a4fddf82d7cf3e3d /.gopmfile | |
parent | cefc50b278db6d6042a1e5401c8309d408f3e9ce (diff) | |
download | gitea-d37da1f3929f94703d7c7f19f60288109f95756d.tar.gz gitea-d37da1f3929f94703d7c7f19f60288109f95756d.zip |
prepare for release
Diffstat (limited to '.gopmfile')
-rw-r--r-- | .gopmfile | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -3,32 +3,32 @@ path = github.com/gogits/gogs [deps] github.com/bradfitz/gomemcache = commit:72a68649ba -github.com/codegangsta/cli = commit:70e3fa5 +github.com/codegangsta/cli = commit:0302d39 github.com/go-macaron/binding = commit:864a5ce github.com/go-macaron/cache = commit:5617353 github.com/go-macaron/captcha = commit:875ff77 -github.com/go-macaron/csrf = commit:75c2b04 +github.com/go-macaron/csrf = commit:3372b25 github.com/go-macaron/gzip = commit:4938e9b github.com/go-macaron/i18n = commit:5e728b6 github.com/go-macaron/inject = commit:c5ab7bf github.com/go-macaron/session = commit:66031fc -github.com/go-macaron/toolbox = -github.com/go-sql-driver/mysql = commit:527bcd55aa +github.com/go-macaron/toolbox = commit:ab30a81 +github.com/go-sql-driver/mysql = commit:d512f20 github.com/go-xorm/core = commit:3e10003353 -github.com/go-xorm/xorm = commit:8bf4405 +github.com/go-xorm/xorm = commit:c643188 github.com/gogits/chardet = commit:2404f77725 -github.com/gogits/go-gogs-client = commit:1030bf8 +github.com/gogits/go-gogs-client = commit:7c02c95 github.com/issue9/identicon = commit:5a61672 -github.com/klauspost/compress = commit:0449b1c +github.com/klauspost/compress = commit:bbfa9dc github.com/klauspost/cpuid = commit:8d9fe96 -github.com/klauspost/crc32 = commit:f8d2e12 +github.com/klauspost/crc32 = commit:3e5c38b github.com/lib/pq = commit:83c4f41 github.com/mattn/go-sqlite3 = commit:5651a9d github.com/mcuadros/go-version = commit:d52711f github.com/microcosm-cc/bluemonday = commit:4ac6f27 github.com/msteinert/pam = commit:6534f23b39 github.com/nfnt/resize = commit:dc93e1b98c -github.com/russross/blackfriday = commit:510be64 +github.com/russross/blackfriday = commit:300106c github.com/shurcooL/sanitized_anchor_name = commit:10ef21a github.com/Unknwon/cae = commit:7f5e046 github.com/Unknwon/com = commit:28b053d @@ -38,7 +38,7 @@ golang.org/x/net = golang.org/x/text = golang.org/x/crypto = gopkg.in/gomail.v2 = commit:df6fc79 -gopkg.in/ini.v1 = commit:060d7da +gopkg.in/ini.v1 = commit:2e44421 gopkg.in/macaron.v1 = commit:1c6dd87 gopkg.in/redis.v2 = commit:e617904962 |