2021-04-06 17:24:07 -04:00
|
|
|
module github.com/writefreely/writefreely
|
2019-02-11 10:30:31 -05:00
|
|
|
|
|
|
|
require (
|
2021-07-21 17:28:48 -04:00
|
|
|
git.mills.io/prologic/go-gopher v0.0.0-20210712135410-b7ebb55feece
|
2019-02-11 10:30:31 -05:00
|
|
|
github.com/clbanning/mxj v1.8.4 // indirect
|
|
|
|
github.com/dustin/go-humanize v1.0.0
|
2021-03-04 00:22:20 +00:00
|
|
|
github.com/fatih/color v1.10.0
|
2021-04-01 05:14:03 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.6.0
|
2019-02-11 10:30:31 -05:00
|
|
|
github.com/go-test/deep v1.0.1 // indirect
|
|
|
|
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
|
2021-04-22 12:41:54 -04:00
|
|
|
github.com/gorilla/csrf v1.7.0
|
2020-07-28 16:00:55 +00:00
|
|
|
github.com/gorilla/feeds v1.1.1
|
2020-09-01 13:40:59 +00:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2020-09-01 06:32:10 +00:00
|
|
|
github.com/gorilla/schema v1.2.0
|
2020-01-29 04:56:23 -05:00
|
|
|
github.com/gorilla/sessions v1.2.0
|
2020-07-28 16:01:19 +00:00
|
|
|
github.com/guregu/null v3.5.0+incompatible
|
2021-04-01 05:13:09 +00:00
|
|
|
github.com/hashicorp/go-multierror v1.1.1
|
2019-07-20 19:22:41 -04:00
|
|
|
github.com/ikeikeikeike/go-sitemap-generator/v2 v2.0.2
|
2019-02-11 10:30:31 -05:00
|
|
|
github.com/jtolds/gls v4.2.1+incompatible // indirect
|
|
|
|
github.com/kylemcc/twitter-text-go v0.0.0-20180726194232-7f582f6736ec
|
|
|
|
github.com/lunixbochs/vtclean v1.0.0 // indirect
|
2020-10-01 05:22:43 +00:00
|
|
|
github.com/manifoldco/promptui v0.8.0
|
2021-03-04 16:46:50 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.6
|
2021-04-01 11:24:37 +00:00
|
|
|
github.com/microcosm-cc/bluemonday v1.0.5
|
2020-10-03 14:30:24 +00:00
|
|
|
github.com/mitchellh/go-wordwrap v1.0.1
|
2019-02-11 10:30:31 -05:00
|
|
|
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
|
|
|
|
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect
|
|
|
|
github.com/smartystreets/assertions v0.0.0-20190116191733-b6c0e53d7304 // indirect
|
|
|
|
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect
|
2021-03-04 18:03:38 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-03-03 22:37:46 +00:00
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2019-02-11 10:30:31 -05:00
|
|
|
github.com/writeas/activity v0.1.2
|
2020-04-09 13:00:29 -04:00
|
|
|
github.com/writeas/activityserve v0.0.0-20200409150223-d7ab3eaa4481
|
2021-06-25 11:16:03 -04:00
|
|
|
github.com/writeas/go-strip-markdown/v2 v2.1.1
|
2020-04-21 13:04:19 -04:00
|
|
|
github.com/writeas/go-webfinger v1.1.0
|
2019-02-11 10:30:31 -05:00
|
|
|
github.com/writeas/httpsig v1.0.0
|
2020-03-28 13:30:44 -04:00
|
|
|
github.com/writeas/impart v1.1.1
|
2020-07-28 16:01:26 +00:00
|
|
|
github.com/writeas/import v0.2.1
|
2019-02-11 10:30:31 -05:00
|
|
|
github.com/writeas/monday v0.0.0-20181024183321-54a7dd579219
|
2020-04-28 10:50:51 -04:00
|
|
|
github.com/writeas/saturday v1.7.2-0.20200427193424-392b95a03320
|
2019-02-11 10:30:31 -05:00
|
|
|
github.com/writeas/slug v1.2.0
|
2021-03-30 12:49:12 -04:00
|
|
|
github.com/writeas/web-core v1.3.1-0.20210330164422-95a3a717ed8f
|
2019-04-11 20:37:01 -04:00
|
|
|
github.com/writefreely/go-nodeinfo v1.2.0
|
2020-07-23 11:46:00 -04:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
2021-04-26 11:18:51 -04:00
|
|
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381
|
2020-11-01 05:31:06 +00:00
|
|
|
gopkg.in/ini.v1 v1.62.0
|
2019-02-11 10:30:31 -05:00
|
|
|
)
|
2019-12-19 11:48:04 -05:00
|
|
|
|
2021-05-10 13:08:49 -04:00
|
|
|
go 1.15
|