You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

go.mod 5.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. module code.gitea.io/gitea
  2. go 1.13
  3. require (
  4. cloud.google.com/go v0.45.0 // indirect
  5. gitea.com/lunny/levelqueue v0.2.0
  6. gitea.com/macaron/binding v0.0.0-20190822013154-a5f53841ed2b
  7. gitea.com/macaron/cache v0.0.0-20190822004001-a6e7fee4ee76
  8. gitea.com/macaron/captcha v0.0.0-20190822015246-daa973478bae
  9. gitea.com/macaron/cors v0.0.0-20190826180238-95aec09ea8b4
  10. gitea.com/macaron/csrf v0.0.0-20190822024205-3dc5a4474439
  11. gitea.com/macaron/gzip v0.0.0-20191118041502-506895b47aae
  12. gitea.com/macaron/i18n v0.0.0-20190822004228-474e714e2223
  13. gitea.com/macaron/inject v0.0.0-20190805023432-d4c86e31027a
  14. gitea.com/macaron/macaron v1.4.0
  15. gitea.com/macaron/session v0.0.0-20191207215012-613cebf0674d
  16. gitea.com/macaron/toolbox v0.0.0-20190822013122-05ff0fc766b7
  17. github.com/PuerkitoBio/goquery v1.5.0
  18. github.com/RoaringBitmap/roaring v0.4.21 // indirect
  19. github.com/bgentry/speakeasy v0.1.0 // indirect
  20. github.com/blevesearch/bleve v0.8.1
  21. github.com/blevesearch/blevex v0.0.0-20180227211930-4b158bb555a3 // indirect
  22. github.com/blevesearch/go-porterstemmer v1.0.2 // indirect
  23. github.com/blevesearch/segment v0.0.0-20160915185041-762005e7a34f // indirect
  24. github.com/boombuler/barcode v0.0.0-20161226211916-fe0f26ff6d26 // indirect
  25. github.com/couchbase/gomemcached v0.0.0-20191004160342-7b5da2ec40b2 // indirect
  26. github.com/couchbase/vellum v0.0.0-20190829182332-ef2e028c01fd // indirect
  27. github.com/cznic/b v0.0.0-20181122101859-a26611c4d92d // indirect
  28. github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect
  29. github.com/cznic/strutil v0.0.0-20181122101858-275e90344537 // indirect
  30. github.com/denisenkom/go-mssqldb v0.0.0-20191128021309-1d7a30a10f73
  31. github.com/dgrijalva/jwt-go v3.2.0+incompatible
  32. github.com/dustin/go-humanize v1.0.0
  33. github.com/editorconfig/editorconfig-core-go/v2 v2.1.1
  34. github.com/emirpasic/gods v1.12.0
  35. github.com/etcd-io/bbolt v1.3.3 // indirect
  36. github.com/ethantkoenig/rupture v0.0.0-20180203182544-0a76f03a811a
  37. github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 // indirect
  38. github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
  39. github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 // indirect
  40. github.com/gliderlabs/ssh v0.2.2
  41. github.com/glycerine/go-unsnap-stream v0.0.0-20190901134440-81cf024a9e0a // indirect
  42. github.com/go-openapi/jsonreference v0.19.3 // indirect
  43. github.com/go-redis/redis v6.15.2+incompatible
  44. github.com/go-sql-driver/mysql v1.4.1
  45. github.com/go-swagger/go-swagger v0.21.0
  46. github.com/gobwas/glob v0.2.3
  47. github.com/gogs/chardet v0.0.0-20191104214054-4b6791f73a28
  48. github.com/gogs/cron v0.0.0-20171120032916-9f6c956d3e14
  49. github.com/google/go-github/v24 v24.0.1
  50. github.com/gorilla/context v1.1.1
  51. github.com/huandu/xstrings v1.3.0
  52. github.com/issue9/assert v1.3.2 // indirect
  53. github.com/issue9/identicon v0.0.0-20160320065130-d36b54562f4c
  54. github.com/jaytaylor/html2text v0.0.0-20160923191438-8fb95d837f7d
  55. github.com/jmhodges/levigo v1.0.0 // indirect
  56. github.com/joho/godotenv v1.3.0 // indirect
  57. github.com/kballard/go-shellquote v0.0.0-20170619183022-cd60e84ee657
  58. github.com/keybase/go-crypto v0.0.0-20200123153347-de78d2cb44f4
  59. github.com/klauspost/compress v1.10.2
  60. github.com/lafriks/xormstore v1.3.2
  61. github.com/lib/pq v1.2.0
  62. github.com/lunny/dingtalk_webhook v0.0.0-20171025031554-e3534c89ef96
  63. github.com/mailru/easyjson v0.7.0 // indirect
  64. github.com/markbates/goth v1.61.2
  65. github.com/mattn/go-isatty v0.0.7
  66. github.com/mattn/go-oci8 v0.0.0-20190320171441-14ba190cf52d // indirect
  67. github.com/mattn/go-sqlite3 v1.11.0
  68. github.com/mcuadros/go-version v0.0.0-20190308113854-92cdf37c5b75
  69. github.com/microcosm-cc/bluemonday v0.0.0-20161012083705-f77f16ffc87a
  70. github.com/msteinert/pam v0.0.0-20151204160544-02ccfbfaf0cc
  71. github.com/nfnt/resize v0.0.0-20160724205520-891127d8d1b5
  72. github.com/niklasfasching/go-org v0.1.9
  73. github.com/oliamb/cutter v0.2.2
  74. github.com/olivere/elastic/v7 v7.0.9
  75. github.com/pkg/errors v0.8.1
  76. github.com/pquerna/otp v0.0.0-20160912161815-54653902c20e
  77. github.com/prometheus/client_golang v1.1.0
  78. github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect
  79. github.com/prometheus/procfs v0.0.4 // indirect
  80. github.com/quasoft/websspi v1.0.0
  81. github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 // indirect
  82. github.com/satori/go.uuid v1.2.0
  83. github.com/sergi/go-diff v1.0.0
  84. github.com/shurcooL/httpfs v0.0.0-20190527155220-6a4d4a70508b // indirect
  85. github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd
  86. github.com/src-d/enry/v2 v2.1.0
  87. github.com/steveyen/gtreap v0.0.0-20150807155958-0abe01ef9be2 // indirect
  88. github.com/stretchr/testify v1.4.0
  89. github.com/tecbot/gorocksdb v0.0.0-20181010114359-8752a9433481 // indirect
  90. github.com/tstranex/u2f v1.0.0
  91. github.com/unknwon/cae v1.0.0
  92. github.com/unknwon/com v1.0.1
  93. github.com/unknwon/i18n v0.0.0-20190805065654-5c6446a380b6
  94. github.com/unknwon/paginater v0.0.0-20151104151617-7748a72e0141
  95. github.com/urfave/cli v1.20.0
  96. github.com/yohcop/openid-go v0.0.0-20160914080427-2c050d2dae53
  97. github.com/yuin/goldmark v1.1.25
  98. go.etcd.io/bbolt v1.3.3 // indirect
  99. golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d
  100. golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa
  101. golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
  102. golang.org/x/sys v0.0.0-20200219091948-cb0a6d8edb6c
  103. golang.org/x/text v0.3.2
  104. golang.org/x/tools v0.0.0-20191213221258-04c2e8eff935 // indirect
  105. gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
  106. gopkg.in/asn1-ber.v1 v1.0.0-20150924051756-4e86f4367175 // indirect
  107. gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
  108. gopkg.in/ini.v1 v1.52.0
  109. gopkg.in/ldap.v3 v3.0.2
  110. gopkg.in/src-d/go-billy.v4 v4.3.2
  111. gopkg.in/src-d/go-git.v4 v4.13.1
  112. gopkg.in/testfixtures.v2 v2.5.0
  113. mvdan.cc/xurls/v2 v2.1.0
  114. strk.kbt.io/projects/go/libravatar v0.0.0-20191008002943-06d1c002b251
  115. xorm.io/builder v0.3.6
  116. xorm.io/core v0.7.3
  117. xorm.io/xorm v0.8.2-0.20200120024500-c37aff9b3a4a
  118. )