A clean, Markdown-based publishing platform made for writers. Write together, and build a community. https://writefreely.org
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.
 
 
 
 
 

67 lines
3.2 KiB

  1. module github.com/writeas/writefreely
  2. require (
  3. github.com/BurntSushi/toml v0.3.1 // indirect
  4. github.com/alecthomas/gometalinter v3.0.0+incompatible // indirect
  5. github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
  6. github.com/captncraig/cors v0.0.0-20180620154129-376d45073b49 // indirect
  7. github.com/clbanning/mxj v1.8.4 // indirect
  8. github.com/dchest/uniuri v0.0.0-20160212164326-8902c56451e9 // indirect
  9. github.com/dustin/go-humanize v1.0.0
  10. github.com/fatih/color v1.7.0
  11. github.com/go-fed/httpsig v0.1.1-0.20190924171022-f4c36041199d // indirect
  12. github.com/go-sql-driver/mysql v1.4.1
  13. github.com/go-test/deep v1.0.1 // indirect
  14. github.com/golang/lint v0.0.0-20181217174547-8f45f776aaf1 // indirect
  15. github.com/gologme/log v0.0.0-20181207131047-4e5d8ccb38e8 // indirect
  16. github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
  17. github.com/gorilla/feeds v1.1.0
  18. github.com/gorilla/mux v1.7.0
  19. github.com/gorilla/schema v1.0.2
  20. github.com/gorilla/sessions v1.2.0
  21. github.com/guregu/null v3.4.0+incompatible
  22. github.com/hashicorp/go-multierror v1.0.0
  23. github.com/ikeikeikeike/go-sitemap-generator/v2 v2.0.2
  24. github.com/jtolds/gls v4.2.1+incompatible // indirect
  25. github.com/kylemcc/twitter-text-go v0.0.0-20180726194232-7f582f6736ec
  26. github.com/lunixbochs/vtclean v1.0.0 // indirect
  27. github.com/manifoldco/promptui v0.3.2
  28. github.com/mattn/go-colorable v0.1.0 // indirect
  29. github.com/mattn/go-sqlite3 v1.10.0
  30. github.com/microcosm-cc/bluemonday v1.0.2
  31. github.com/mitchellh/go-wordwrap v1.0.0
  32. github.com/nicksnyder/go-i18n v1.10.0 // indirect
  33. github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
  34. github.com/pelletier/go-toml v1.2.0 // indirect
  35. github.com/pkg/errors v0.8.1 // indirect
  36. github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect
  37. github.com/smartystreets/assertions v0.0.0-20190116191733-b6c0e53d7304 // indirect
  38. github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect
  39. github.com/stretchr/testify v1.3.0
  40. github.com/writeas/activity v0.1.2
  41. github.com/writeas/activityserve v0.0.0-20191115095800-dd6d19cc8b89
  42. github.com/writeas/go-strip-markdown v2.0.1+incompatible
  43. github.com/writeas/go-webfinger v0.0.0-20190106002315-85cf805c86d2
  44. github.com/writeas/httpsig v1.0.0
  45. github.com/writeas/impart v1.1.1-0.20191230230525-d3c45ced010d
  46. github.com/writeas/import v0.2.0
  47. github.com/writeas/monday v0.0.0-20181024183321-54a7dd579219
  48. github.com/writeas/nerds v1.0.0
  49. github.com/writeas/saturday v1.7.1
  50. github.com/writeas/slug v1.2.0
  51. github.com/writeas/web-core v1.2.0
  52. github.com/writefreely/go-nodeinfo v1.2.0
  53. golang.org/x/crypto v0.0.0-20190208162236-193df9c0f06f
  54. golang.org/x/lint v0.0.0-20181217174547-8f45f776aaf1 // indirect
  55. golang.org/x/net v0.0.0-20190206173232-65e2d4e15006 // indirect
  56. golang.org/x/sys v0.0.0-20190209173611-3b5209105503 // indirect
  57. golang.org/x/tools v0.0.0-20190208222737-3744606dbb67 // indirect
  58. google.golang.org/appengine v1.4.0 // indirect
  59. gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20180810215634-df19058c872c // indirect
  60. gopkg.in/ini.v1 v1.41.0
  61. gopkg.in/yaml.v2 v2.2.2 // indirect
  62. src.techknowlogick.com/xgo v0.0.0-20200129005940-d0fae26e014b // indirect
  63. )
  64. go 1.13