2019-03-27 19:15:23 +08:00
module code . gitea . io / gitea
2019-09-12 07:58:32 -04:00
go 1.13
2019-03-27 19:15:23 +08:00
require (
2019-09-04 21:53:54 +02:00
cloud . google . com / go v0 . 45.0 / / indirect
2019-11-28 23:37:33 +08:00
gitea . com / lunny / levelqueue v0 . 1.0
2019-08-23 09:40:30 -07:00
gitea . com / macaron / binding v0 . 0.0 - 20190822013154 - a5f53841ed2b
gitea . com / macaron / cache v0 . 0.0 - 20190822004001 - a6e7fee4ee76
gitea . com / macaron / captcha v0 . 0.0 - 20190822015246 - daa973478bae
gitea . com / macaron / cors v0 . 0.0 - 20190821152825 - 7 dcef4a17175
gitea . com / macaron / csrf v0 . 0.0 - 20190822024205 - 3 dc5a4474439
2019-11-18 13:18:33 +08:00
gitea . com / macaron / gzip v0 . 0.0 - 20191118033930 - 0 c4c5566a0e5
2019-08-23 09:40:30 -07:00
gitea . com / macaron / i18n v0 . 0.0 - 20190822004228 - 474 e714e2223
gitea . com / macaron / inject v0 . 0.0 - 20190805023432 - d4c86e31027a
2020-01-05 15:27:25 +01:00
gitea . com / macaron / macaron v1 . 4.0
2019-08-23 09:40:30 -07:00
gitea . com / macaron / session v0 . 0.0 - 20190821211443 - 122 c47c5f705
gitea . com / macaron / toolbox v0 . 0.0 - 20190822013122 - 05 ff0fc766b7
2019-08-29 05:18:42 +02:00
github . com / PuerkitoBio / goquery v1 . 5.0
2019-11-27 17:23:33 +08:00
github . com / RoaringBitmap / roaring v0 . 4.21 / / indirect
2019-03-27 19:15:23 +08:00
github . com / bgentry / speakeasy v0 . 1.0 / / indirect
2019-11-27 17:23:33 +08:00
github . com / blevesearch / bleve v0 . 8.1
2019-03-27 19:15:23 +08:00
github . com / blevesearch / blevex v0 . 0.0 - 20180227211930 - 4 b158bb555a3 / / indirect
2019-11-27 17:23:33 +08:00
github . com / blevesearch / go - porterstemmer v1 . 0.2 / / indirect
github . com / blevesearch / segment v0 . 0.0 - 20160915185041 - 762005 e7a34f / / indirect
2019-03-27 19:15:23 +08:00
github . com / boombuler / barcode v0 . 0.0 - 20161226211916 - fe0f26ff6d26 / / indirect
2019-12-19 03:03:26 +01:00
github . com / couchbase / gomemcached v0 . 0.0 - 20191004160342 - 7 b5da2ec40b2 / / indirect
github . com / couchbase / goutils v0 . 0.0 - 20191018232750 - b49639060d85 / / indirect
2019-11-27 17:23:33 +08:00
github . com / couchbase / vellum v0 . 0.0 - 20190829182332 - ef2e028c01fd / / indirect
2019-03-27 19:15:23 +08:00
github . com / cznic / b v0 . 0.0 - 20181122101859 - a26611c4d92d / / indirect
github . com / cznic / mathutil v0 . 0.0 - 20181122101859 - 297441 e03548 / / indirect
github . com / cznic / strutil v0 . 0.0 - 20181122101858 - 275 e90344537 / / indirect
2019-12-28 18:14:38 +01:00
github . com / denisenkom / go - mssqldb v0 . 0.0 - 20191128021309 - 1 d7a30a10f73
2019-07-06 17:16:43 +02:00
github . com / dgrijalva / jwt - go v3 . 2.0 + incompatible
2019-10-15 21:24:16 +00:00
github . com / editorconfig / editorconfig - core - go / v2 v2 . 1.1
2019-04-19 14:17:27 +02:00
github . com / emirpasic / gods v1 . 12.0
2019-11-27 17:23:33 +08:00
github . com / etcd - io / bbolt v1 . 3.3 / / indirect
2019-03-27 19:15:23 +08:00
github . com / ethantkoenig / rupture v0 . 0.0 - 20180203182544 - 0 a76f03a811a
github . com / facebookgo / ensure v0 . 0.0 - 20160127193407 - b4ab57deab51 / / indirect
github . com / facebookgo / stack v0 . 0.0 - 20160209184415 - 751773369052 / / indirect
github . com / facebookgo / subset v0 . 0.0 - 20150612182917 - 8 dac2c3c4870 / / indirect
2019-07-06 21:28:09 -04:00
github . com / gliderlabs / ssh v0 . 2.2
2019-11-27 17:23:33 +08:00
github . com / glycerine / go - unsnap - stream v0 . 0.0 - 20190901134440 - 81 cf024a9e0a / / indirect
2019-09-12 07:58:32 -04:00
github . com / go - openapi / jsonreference v0 . 19.3 / / indirect
2019-04-08 17:05:15 +08:00
github . com / go - redis / redis v6 . 15.2 + incompatible
2019-06-23 23:22:43 +08:00
github . com / go - sql - driver / mysql v1 . 4.1
2019-12-18 16:05:30 +01:00
github . com / go - swagger / go - swagger v0 . 21.0
2019-09-09 08:48:21 +03:00
github . com / gobwas / glob v0 . 2.3
2019-12-14 01:15:48 +01:00
github . com / gogs / chardet v0 . 0.0 - 20191104214054 - 4 b6791f73a28
2019-07-16 08:13:03 +08:00
github . com / gogs / cron v0 . 0.0 - 20171120032916 - 9 f6c956d3e14
2019-05-07 09:12:51 +08:00
github . com / google / go - github / v24 v24 . 0.1
2019-03-27 19:15:23 +08:00
github . com / gorilla / context v1 . 1.1
github . com / issue9 / assert v1 . 3.2 / / indirect
github . com / issue9 / identicon v0 . 0.0 - 20160320065130 - d36b54562f4c
github . com / jaytaylor / html2text v0 . 0.0 - 20160923191438 - 8 fb95d837f7d
github . com / jmhodges / levigo v1 . 0.0 / / indirect
github . com / joho / godotenv v1 . 3.0 / / indirect
github . com / kballard / go - shellquote v0 . 0.0 - 20170619183022 - cd60e84ee657
github . com / keybase / go - crypto v0 . 0.0 - 20170605145657 - 00 ac4db533f6
2019-11-18 13:18:33 +08:00
github . com / klauspost / compress v1 . 9.2
2019-10-17 17:26:49 +08:00
github . com / lafriks / xormstore v1 . 3.2
2019-08-23 09:40:30 -07:00
github . com / lib / pq v1 . 2.0
2019-03-27 19:15:23 +08:00
github . com / lunny / dingtalk_webhook v0 . 0.0 - 20171025031554 - e3534c89ef96
2019-09-12 07:58:32 -04:00
github . com / mailru / easyjson v0 . 7.0 / / indirect
2019-09-14 06:02:39 -04:00
github . com / markbates / goth v1 . 56.0
2019-04-02 08:48:31 +01:00
github . com / mattn / go - isatty v0 . 0.7
2019-03-27 19:15:23 +08:00
github . com / mattn / go - oci8 v0 . 0.0 - 20190320171441 - 14 ba190cf52d / / indirect
2019-08-23 09:40:30 -07:00
github . com / mattn / go - sqlite3 v1 . 11.0
2019-05-01 23:44:16 +08:00
github . com / mcuadros / go - version v0 . 0.0 - 20190308113854 - 92 cdf37c5b75
2019-03-27 19:15:23 +08:00
github . com / microcosm - cc / bluemonday v0 . 0.0 - 20161012083705 - f77f16ffc87a
github . com / msteinert / pam v0 . 0.0 - 20151204160544 - 02 ccfbfaf0cc
github . com / nfnt / resize v0 . 0.0 - 20160724205520 - 891127 d8d1b5
2020-01-16 09:27:41 +01:00
github . com / niklasfasching / go - org v0 . 1.9
2019-05-25 13:46:14 +02:00
github . com / oliamb / cutter v0 . 2.2
2019-09-18 13:39:45 +08:00
github . com / pkg / errors v0 . 8.1
2019-03-27 19:15:23 +08:00
github . com / pquerna / otp v0 . 0.0 - 20160912161815 - 54653902 c20e
2019-08-28 08:55:22 +02:00
github . com / prometheus / client_golang v1 . 1.0
2019-12-18 16:05:30 +01:00
github . com / prometheus / client_model v0 . 0.0 - 20190812154241 - 14 fe0d1b01d4 / / indirect
2019-08-28 08:55:22 +02:00
github . com / prometheus / procfs v0 . 0.4 / / indirect
2019-11-23 01:33:31 +02:00
github . com / quasoft / websspi v1 . 0.0
2019-03-27 19:15:23 +08:00
github . com / remyoudompheng / bigfft v0 . 0.0 - 20190321074620 - 2 f0d2b0e0001 / / indirect
github . com / satori / go . uuid v1 . 2.0
github . com / sergi / go - diff v1 . 0.0
2019-06-03 05:43:47 +08:00
github . com / shurcooL / httpfs v0 . 0.0 - 20190527155220 - 6 a4d4a70508b / / indirect
github . com / shurcooL / vfsgen v0 . 0.0 - 20181202132449 - 6 a9ea43bcacd
2019-03-27 19:15:23 +08:00
github . com / steveyen / gtreap v0 . 0.0 - 20150807155958 - 0 abe01ef9be2 / / indirect
2019-08-28 08:55:22 +02:00
github . com / stretchr / testify v1 . 4.0
2019-03-27 19:15:23 +08:00
github . com / tecbot / gorocksdb v0 . 0.0 - 20181010114359 - 8752 a9433481 / / indirect
github . com / tstranex / u2f v1 . 0.0
2019-08-23 09:40:30 -07:00
github . com / unknwon / cae v0 . 0.0 - 20190822084630 - 55 a0b64484a1
2020-01-05 15:27:25 +01:00
github . com / unknwon / com v1 . 0.1
2019-08-23 09:40:30 -07:00
github . com / unknwon / i18n v0 . 0.0 - 20190805065654 - 5 c6446a380b6
github . com / unknwon / paginater v0 . 0.0 - 20151104151617 - 7748 a72e0141
2019-05-03 14:49:14 +02:00
github . com / urfave / cli v1 . 20.0
2019-03-27 19:15:23 +08:00
github . com / yohcop / openid - go v0 . 0.0 - 20160914080427 - 2 c050d2dae53
2019-12-31 01:53:28 +00:00
github . com / yuin / goldmark v1 . 1.19
2019-12-18 16:05:30 +01:00
go . etcd . io / bbolt v1 . 3.3 / / indirect
2019-12-28 18:14:38 +01:00
golang . org / x / crypto v0 . 0.0 - 20191227163750 - 53104 e6ec876
2019-11-05 10:39:03 +02:00
golang . org / x / net v0 . 0.0 - 20191101175033 - 0 deb6923b6d9
2019-08-28 08:55:22 +02:00
golang . org / x / oauth2 v0 . 0.0 - 20190604053449 - 0 f29369cfe45
2019-11-27 17:23:33 +08:00
golang . org / x / sys v0 . 0.0 - 20191127021746 - 63 cb32ae39b2
2019-06-18 22:14:15 -04:00
golang . org / x / text v0 . 3.2
2019-12-15 16:21:16 +00:00
golang . org / x / tools v0 . 0.0 - 20191213221258 - 04 c2e8eff935 / / indirect
2019-03-27 19:15:23 +08:00
gopkg . in / alexcesaro / quotedprintable . v3 v3 . 0.0 - 20150716171945 - 2 caba252f4dc / / indirect
gopkg . in / asn1 - ber . v1 v1 . 0.0 - 20150924051756 - 4 e86f4367175 / / indirect
gopkg . in / gomail . v2 v2 . 0.0 - 20160411212932 - 81 ebce5c23df
2020-01-05 15:27:25 +01:00
gopkg . in / ini . v1 v1 . 51.1
2019-03-27 19:15:23 +08:00
gopkg . in / ldap . v3 v3 . 0.2
2019-07-31 18:45:42 +02:00
gopkg . in / src - d / go - billy . v4 v4 . 3.2
2019-08-01 18:31:04 +02:00
gopkg . in / src - d / go - git . v4 v4 . 13.1
2019-03-27 19:15:23 +08:00
gopkg . in / testfixtures . v2 v2 . 5.0
2019-10-14 02:38:15 +02:00
mvdan . cc / xurls / v2 v2 . 1.0
2019-10-08 16:48:57 -03:00
strk . kbt . io / projects / go / libravatar v0 . 0.0 - 20191008002943 - 06 d1c002b251
2019-09-24 21:22:39 +08:00
xorm . io / builder v0 . 3.6
2020-01-20 12:45:14 -03:00
xorm . io / core v0 . 7.3
xorm . io / xorm v0 . 8.2 - 0.20200120024500 - c37aff9b3a4a
2019-03-27 19:15:23 +08:00
)