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.
 
 
 
 
 

50 lines
2.1 KiB

  1. module github.com/writefreely/writefreely
  2. require (
  3. github.com/clbanning/mxj v1.8.4 // indirect
  4. github.com/dustin/go-humanize v1.0.0
  5. github.com/fatih/color v1.10.0
  6. github.com/go-sql-driver/mysql v1.6.0
  7. github.com/go-test/deep v1.0.1 // indirect
  8. github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
  9. github.com/gorilla/csrf v1.7.0
  10. github.com/gorilla/feeds v1.1.1
  11. github.com/gorilla/mux v1.8.0
  12. github.com/gorilla/schema v1.2.0
  13. github.com/gorilla/sessions v1.2.0
  14. github.com/guregu/null v3.5.0+incompatible
  15. github.com/hashicorp/go-multierror v1.1.1
  16. github.com/ikeikeikeike/go-sitemap-generator/v2 v2.0.2
  17. github.com/jtolds/gls v4.2.1+incompatible // indirect
  18. github.com/kylemcc/twitter-text-go v0.0.0-20180726194232-7f582f6736ec
  19. github.com/lunixbochs/vtclean v1.0.0 // indirect
  20. github.com/manifoldco/promptui v0.8.0
  21. github.com/mattn/go-sqlite3 v1.14.6
  22. github.com/microcosm-cc/bluemonday v1.0.5
  23. github.com/mitchellh/go-wordwrap v1.0.1
  24. github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
  25. github.com/prologic/go-gopher v0.0.0-20200721020712-3e11dcff0469
  26. github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect
  27. github.com/smartystreets/assertions v0.0.0-20190116191733-b6c0e53d7304 // indirect
  28. github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect
  29. github.com/stretchr/testify v1.7.0
  30. github.com/urfave/cli/v2 v2.3.0
  31. github.com/writeas/activity v0.1.2
  32. github.com/writeas/activityserve v0.0.0-20200409150223-d7ab3eaa4481
  33. github.com/writeas/go-strip-markdown v2.0.1+incompatible
  34. github.com/writeas/go-webfinger v1.1.0
  35. github.com/writeas/httpsig v1.0.0
  36. github.com/writeas/impart v1.1.1
  37. github.com/writeas/import v0.2.1
  38. github.com/writeas/monday v0.0.0-20181024183321-54a7dd579219
  39. github.com/writeas/saturday v1.7.2-0.20200427193424-392b95a03320
  40. github.com/writeas/slug v1.2.0
  41. github.com/writeas/web-core v1.3.1-0.20210330164422-95a3a717ed8f
  42. github.com/writefreely/go-nodeinfo v1.2.0
  43. golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
  44. golang.org/x/net v0.0.0-20200707034311-ab3426394381
  45. gopkg.in/ini.v1 v1.62.0
  46. )
  47. go 1.13