gogs/.gopmfile

59 lines
2.2 KiB
Plaintext
Raw Normal View History

2014-03-12 07:28:30 +04:00
[target]
2014-04-05 19:22:14 +04:00
path = github.com/gogits/gogs
2014-03-12 07:28:30 +04:00
2014-03-12 03:25:50 +04:00
[deps]
2016-01-30 18:12:23 +03:00
github.com/bradfitz/gomemcache = commit:fb1f79c
2016-07-17 04:25:30 +03:00
github.com/codegangsta/cli = commit:1efa31f
github.com/go-macaron/binding = commit:9440f33
2015-11-08 19:08:13 +03:00
github.com/go-macaron/cache = commit:5617353
2015-11-25 17:36:26 +03:00
github.com/go-macaron/captcha = commit:8aa5919
2016-03-17 21:29:45 +03:00
github.com/go-macaron/csrf = commit:6a9a7df
2016-02-24 09:14:43 +03:00
github.com/go-macaron/gzip = commit:cad1c65
2016-07-17 04:25:30 +03:00
github.com/go-macaron/i18n = commit:ef57533
2015-11-08 19:08:13 +03:00
github.com/go-macaron/inject = commit:c5ab7bf
github.com/go-macaron/session = commit:66031fc
2016-01-30 18:12:23 +03:00
github.com/go-macaron/toolbox = commit:82b5115
2016-07-17 04:25:30 +03:00
github.com/go-sql-driver/mysql = commit:3654d25
github.com/go-xorm/core = commit:bc1b7f8
github.com/go-xorm/xorm = commit:b8b1711
2016-03-19 21:51:41 +03:00
github.com/gogits/chardet = commit:2404f77
2016-07-17 04:25:30 +03:00
github.com/gogits/cron = commit:96040e4
2016-07-22 16:52:39 +03:00
github.com/gogits/git-module = commit:53bcb73
2016-07-17 04:25:30 +03:00
github.com/gogits/go-gogs-client = commit:ee68cd9
github.com/issue9/identicon = commit:d36b545
github.com/jaytaylor/html2text = commit:52d9b78
2015-12-13 05:58:54 +03:00
github.com/kardianos/minwinsvc = commit:cad6b2b
2016-07-17 04:25:30 +03:00
github.com/klauspost/compress = commit:14eb9c4
2016-03-07 03:55:38 +03:00
github.com/klauspost/cpuid = commit:09cded8
2016-02-24 09:14:43 +03:00
github.com/klauspost/crc32 = commit:19b0b33
2016-07-17 04:25:30 +03:00
github.com/lib/pq = commit:ee1442b
github.com/mattn/go-sqlite3 = commit:38ee283
2015-11-08 19:08:13 +03:00
github.com/mcuadros/go-version = commit:d52711f
github.com/microcosm-cc/bluemonday = commit:4ac6f27
2015-12-06 23:34:17 +03:00
github.com/msteinert/pam = commit:02ccfbf
2016-01-30 18:12:23 +03:00
github.com/nfnt/resize = commit:4d93a29
2016-07-17 04:25:30 +03:00
github.com/russross/blackfriday = commit:4e6f303
github.com/satori/go.uuid = commit:879c588
2016-01-30 18:12:23 +03:00
github.com/sergi/go-diff = commit:ec7fdbb
2015-11-08 19:08:13 +03:00
github.com/shurcooL/sanitized_anchor_name = commit:10ef21a
github.com/Unknwon/cae = commit:7f5e046
github.com/Unknwon/com = commit:28b053d
2016-07-17 04:25:30 +03:00
github.com/Unknwon/i18n = commit:39d6f27
2015-11-08 19:08:13 +03:00
github.com/Unknwon/paginater = commit:7748a72
2016-07-17 04:25:30 +03:00
golang.org/x/crypto = commit:77f4136
golang.org/x/net = commit:3f122ce
golang.org/x/sys = commit:7f918dd
golang.org/x/text = commit:e477511
2016-03-19 21:51:41 +03:00
gopkg.in/alexcesaro/quotedprintable.v3 = commit:2caba25
2015-12-06 23:34:17 +03:00
gopkg.in/asn1-ber.v1 = commit:4e86f43
2016-03-19 21:51:41 +03:00
gopkg.in/bufio.v1 = commit:567b2bf
2016-07-17 04:25:30 +03:00
gopkg.in/gomail.v2 = commit:81ebce5
gopkg.in/ini.v1 = commit:72ba3e6
gopkg.in/ldap.v2 = commit:0e7db8e
2016-07-17 05:46:21 +03:00
gopkg.in/macaron.v1 = commit:2133042
2016-03-19 21:51:41 +03:00
gopkg.in/redis.v2 = commit:e617904
2014-03-12 07:28:30 +04:00
2014-03-15 03:34:59 +04:00
[res]
2015-09-04 00:19:50 +03:00
include = public|scripts|templates
2014-03-15 03:34:59 +04:00