diff options
author | Unknwon <u@gogs.io> | 2016-07-17 09:25:30 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-07-17 09:25:30 +0800 |
commit | 5aa2bf86f4cb9b3c6c472a3f8f1db10331f27c65 (patch) | |
tree | a645f612482c700b5c6f045b6ce488123a542487 /.gopmfile | |
parent | b0eb47cb1c6c1399b3fcd880b17c9d5e70af329e (diff) | |
download | gitea-5aa2bf86f4cb9b3c6c472a3f8f1db10331f27c65.tar.gz gitea-5aa2bf86f4cb9b3c6c472a3f8f1db10331f27c65.zip |
Update locales and .gopmfile
Diffstat (limited to '.gopmfile')
-rw-r--r-- | .gopmfile | 47 |
1 files changed, 24 insertions, 23 deletions
@@ -3,52 +3,53 @@ path = github.com/gogits/gogs [deps] github.com/bradfitz/gomemcache = commit:fb1f79c -github.com/codegangsta/cli = commit:aca5b04 -github.com/go-macaron/binding = commit:a68f342 +github.com/codegangsta/cli = commit:1efa31f +github.com/go-macaron/binding = commit:9440f33 github.com/go-macaron/cache = commit:5617353 github.com/go-macaron/captcha = commit:8aa5919 github.com/go-macaron/csrf = commit:6a9a7df github.com/go-macaron/gzip = commit:cad1c65 -github.com/go-macaron/i18n = commit:d2d3329 +github.com/go-macaron/i18n = commit:ef57533 github.com/go-macaron/inject = commit:c5ab7bf github.com/go-macaron/session = commit:66031fc github.com/go-macaron/toolbox = commit:82b5115 -github.com/go-sql-driver/mysql = commit:66312f7 -github.com/go-xorm/core = commit:5021584 -github.com/go-xorm/xorm = commit:769f6b3 +github.com/go-sql-driver/mysql = commit:3654d25 +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:3abc0f8 -github.com/gogits/git-module = commit:76e8cce -github.com/gogits/go-gogs-client = commit:1da1834 -github.com/issue9/identicon = commit:f8c0d2c +github.com/gogits/cron = commit:96040e4 +github.com/gogits/git-module = commit:db93fa5 +github.com/gogits/go-gogs-client = commit:ee68cd9 +github.com/issue9/identicon = commit:d36b545 +github.com/jaytaylor/html2text = commit:52d9b78 github.com/kardianos/minwinsvc = commit:cad6b2b -github.com/klauspost/compress = commit:006acde +github.com/klauspost/compress = commit:14eb9c4 github.com/klauspost/cpuid = commit:09cded8 github.com/klauspost/crc32 = commit:19b0b33 -github.com/lib/pq = commit:165a352 -github.com/mattn/go-sqlite3 = commit:76e335f +github.com/lib/pq = commit:ee1442b +github.com/mattn/go-sqlite3 = commit:38ee283 github.com/mcuadros/go-version = commit:d52711f github.com/microcosm-cc/bluemonday = commit:4ac6f27 github.com/msteinert/pam = commit:02ccfbf github.com/nfnt/resize = commit:4d93a29 -github.com/russross/blackfriday = commit:b43df97 -github.com/satori/go.uuid = commit:e673fdd +github.com/russross/blackfriday = commit:4e6f303 +github.com/satori/go.uuid = commit:879c588 github.com/sergi/go-diff = commit:ec7fdbb github.com/shurcooL/sanitized_anchor_name = commit:10ef21a github.com/Unknwon/cae = commit:7f5e046 github.com/Unknwon/com = commit:28b053d -github.com/Unknwon/i18n = commit:3b48b66 +github.com/Unknwon/i18n = commit:39d6f27 github.com/Unknwon/paginater = commit:7748a72 -golang.org/x/crypto = commit:c197bcf -golang.org/x/net = commit:35b06af -golang.org/x/sys = commit:9d4e42a -golang.org/x/text = commit:1b466db +golang.org/x/crypto = commit:77f4136 +golang.org/x/net = commit:3f122ce +golang.org/x/sys = commit:7f918dd +golang.org/x/text = commit:e477511 gopkg.in/alexcesaro/quotedprintable.v3 = commit:2caba25 gopkg.in/asn1-ber.v1 = commit:4e86f43 gopkg.in/bufio.v1 = commit:567b2bf -gopkg.in/gomail.v2 = commit:060a5f4 -gopkg.in/ini.v1 = commit:776aa73 -gopkg.in/ldap.v2 = commit:07a7330 +gopkg.in/gomail.v2 = commit:81ebce5 +gopkg.in/ini.v1 = commit:72ba3e6 +gopkg.in/ldap.v2 = commit:0e7db8e gopkg.in/macaron.v1 = commit:94a5ef7 gopkg.in/redis.v2 = commit:e617904 |