go.mod 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. module gogs.io/gogs
  2. go 1.14
  3. require (
  4. github.com/Masterminds/semver/v3 v3.1.0
  5. github.com/bgentry/speakeasy v0.1.0 // indirect
  6. github.com/denisenkom/go-mssqldb v0.0.0-20200206145737-bbfc9a55622e // indirect
  7. github.com/editorconfig/editorconfig-core-go/v2 v2.3.2
  8. github.com/fatih/color v1.9.0 // indirect
  9. github.com/go-macaron/binding v1.1.0
  10. github.com/go-macaron/cache v0.0.0-20190810181446-10f7c57e2196
  11. github.com/go-macaron/captcha v0.2.0
  12. github.com/go-macaron/csrf v0.0.0-20190812063352-946f6d303a4c
  13. github.com/go-macaron/gzip v0.0.0-20160222043647-cad1c6580a07
  14. github.com/go-macaron/i18n v0.5.0
  15. github.com/go-macaron/session v0.0.0-20190805070824-1a3cdc6f5659
  16. github.com/go-macaron/toolbox v0.0.0-20190813233741-94defb8383c6
  17. github.com/go-sql-driver/mysql v1.5.0 // indirect
  18. github.com/gogs/chardet v0.0.0-20150115103509-2404f7772561
  19. github.com/gogs/cron v0.0.0-20171120032916-9f6c956d3e14
  20. github.com/gogs/git-module v1.1.2
  21. github.com/gogs/go-gogs-client v0.0.0-20200128182646-c69cb7680fd4
  22. github.com/gogs/go-libravatar v0.0.0-20191106065024-33a75213d0a0
  23. github.com/gogs/minwinsvc v0.0.0-20170301035411-95be6356811a
  24. github.com/google/go-github v17.0.0+incompatible
  25. github.com/google/go-querystring v1.0.0 // indirect
  26. github.com/issue9/identicon v1.0.1
  27. github.com/jaytaylor/html2text v0.0.0-20190408195923-01ec452cbe43
  28. github.com/jinzhu/gorm v1.9.12
  29. github.com/json-iterator/go v1.1.10
  30. github.com/klauspost/compress v1.8.6 // indirect
  31. github.com/klauspost/cpuid v1.2.1 // indirect
  32. github.com/lib/pq v1.3.0 // indirect
  33. github.com/mattn/go-isatty v0.0.12 // indirect
  34. github.com/mattn/go-runewidth v0.0.4 // indirect
  35. github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
  36. github.com/mcuadros/go-version v0.0.0-20190830083331-035f6764e8d2 // indirect
  37. github.com/microcosm-cc/bluemonday v1.0.4
  38. github.com/msteinert/pam v0.0.0-20190215180659-f29b9f28d6f9
  39. github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
  40. github.com/niklasfasching/go-org v0.1.9
  41. github.com/olekukonko/tablewriter v0.0.1 // indirect
  42. github.com/pkg/errors v0.9.1
  43. github.com/pquerna/otp v1.2.0
  44. github.com/prometheus/client_golang v1.6.0
  45. github.com/russross/blackfriday v1.5.2
  46. github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
  47. github.com/satori/go.uuid v1.2.0
  48. github.com/sergi/go-diff v1.1.0
  49. github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
  50. github.com/stretchr/testify v1.6.1
  51. github.com/t-tiger/gorm-bulk-insert v1.3.0
  52. github.com/unknwon/cae v1.0.2
  53. github.com/unknwon/com v1.0.1
  54. github.com/unknwon/i18n v0.0.0-20190805065654-5c6446a380b6
  55. github.com/unknwon/paginater v0.0.0-20170405233947-45e5d631308e
  56. github.com/urfave/cli v1.22.4
  57. golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975
  58. golang.org/x/net v0.0.0-20191014212845-da9a3fd4c582
  59. golang.org/x/text v0.3.3
  60. gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
  61. gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
  62. gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
  63. gopkg.in/ini.v1 v1.56.0
  64. gopkg.in/ldap.v2 v2.5.1
  65. gopkg.in/macaron.v1 v1.3.9
  66. unknwon.dev/clog/v2 v2.1.2
  67. xorm.io/builder v0.3.6
  68. xorm.io/core v0.7.2
  69. xorm.io/xorm v0.8.0
  70. )
  71. // +heroku goVersion go1.14
  72. // +heroku install ./