gitea/.gopmfile

58 lines
2.1 KiB
Plaintext
Raw Normal View History

2014-03-12 04:28:30 +01:00
[target]
2014-04-05 17:22:14 +02:00
path = github.com/gogits/gogs
2014-03-12 04:28:30 +01:00
2014-03-12 00:25:50 +01:00
[deps]
2016-01-30 16:12:23 +01:00
github.com/bradfitz/gomemcache = commit:fb1f79c
2016-03-19 19:51:41 +01:00
github.com/codegangsta/cli = commit:aca5b04
2016-02-24 07:14:43 +01:00
github.com/go-macaron/binding = commit:a68f342
2015-11-08 17:08:13 +01:00
github.com/go-macaron/cache = commit:5617353
2015-11-25 15:36:26 +01:00
github.com/go-macaron/captcha = commit:8aa5919
2016-03-17 19:29:45 +01:00
github.com/go-macaron/csrf = commit:6a9a7df
2016-02-24 07:14:43 +01:00
github.com/go-macaron/gzip = commit:cad1c65
2015-12-06 21:34:17 +01:00
github.com/go-macaron/i18n = commit:d2d3329
2015-11-08 17:08:13 +01:00
github.com/go-macaron/inject = commit:c5ab7bf
github.com/go-macaron/session = commit:66031fc
2016-01-30 16:12:23 +01:00
github.com/go-macaron/toolbox = commit:82b5115
2016-03-19 19:51:41 +01:00
github.com/go-sql-driver/mysql = commit:66312f7
2016-03-07 01:55:38 +01:00
github.com/go-xorm/core = commit:5021584
2016-03-19 19:51:41 +01:00
github.com/go-xorm/xorm = commit:769f6b3
github.com/gogits/chardet = commit:2404f77
2016-02-24 07:14:43 +01:00
github.com/gogits/cron = commit:3abc0f8
2016-03-07 01:55:38 +01:00
github.com/gogits/git-module = commit:76e8cce
2016-03-19 19:51:41 +01:00
github.com/gogits/go-gogs-client = commit:788ec59
2015-12-06 21:34:17 +01:00
github.com/issue9/identicon = commit:f8c0d2c
2015-12-13 03:58:54 +01:00
github.com/kardianos/minwinsvc = commit:cad6b2b
2016-03-19 19:51:41 +01:00
github.com/klauspost/compress = commit:006acde
2016-03-07 01:55:38 +01:00
github.com/klauspost/cpuid = commit:09cded8
2016-02-24 07:14:43 +01:00
github.com/klauspost/crc32 = commit:19b0b33
2016-03-07 01:55:38 +01:00
github.com/lib/pq = commit:165a352
2016-03-19 19:51:41 +01:00
github.com/mattn/go-sqlite3 = commit:76e335f
2015-11-08 17:08:13 +01:00
github.com/mcuadros/go-version = commit:d52711f
github.com/microcosm-cc/bluemonday = commit:4ac6f27
2015-12-06 21:34:17 +01:00
github.com/msteinert/pam = commit:02ccfbf
2016-01-30 16:12:23 +01:00
github.com/nfnt/resize = commit:4d93a29
2016-03-19 19:51:41 +01:00
github.com/russross/blackfriday = commit:b43df97
2016-02-24 07:14:43 +01:00
github.com/satori/go.uuid = commit:e673fdd
2016-01-30 16:12:23 +01:00
github.com/sergi/go-diff = commit:ec7fdbb
2015-11-08 17:08:13 +01:00
github.com/shurcooL/sanitized_anchor_name = commit:10ef21a
github.com/Unknwon/cae = commit:7f5e046
github.com/Unknwon/com = commit:28b053d
2015-12-06 21:34:17 +01:00
github.com/Unknwon/i18n = commit:3b48b66
2015-11-08 17:08:13 +01:00
github.com/Unknwon/paginater = commit:7748a72
2016-03-19 19:51:41 +01:00
golang.org/x/crypto = commit:c197bcf
golang.org/x/net = commit:35b06af
golang.org/x/sys = commit:9d4e42a
golang.org/x/text = commit:1b466db
gopkg.in/alexcesaro/quotedprintable.v3 = commit:2caba25
2015-12-06 21:34:17 +01:00
gopkg.in/asn1-ber.v1 = commit:4e86f43
2016-03-19 19:51:41 +01:00
gopkg.in/bufio.v1 = commit:567b2bf
gopkg.in/gomail.v2 = commit:060a5f4
2016-02-24 07:14:43 +01:00
gopkg.in/ini.v1 = commit:776aa73
gopkg.in/ldap.v2 = commit:07a7330
2016-03-19 19:51:41 +01:00
gopkg.in/macaron.v1 = commit:94a5ef7
gopkg.in/redis.v2 = commit:e617904
2014-03-12 04:28:30 +01:00
2014-03-15 00:34:59 +01:00
[res]
2015-09-03 23:19:50 +02:00
include = public|scripts|templates
2014-03-15 00:34:59 +01:00