2019-02-11 15:30:31 +00:00
|
|
|
module github.com/writeas/writefreely
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/alecthomas/gometalinter v3.0.0+incompatible // indirect
|
|
|
|
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
|
|
|
|
github.com/clbanning/mxj v1.8.4 // indirect
|
|
|
|
github.com/dustin/go-humanize v1.0.0
|
|
|
|
github.com/fatih/color v1.7.0
|
|
|
|
github.com/go-sql-driver/mysql v1.4.1
|
|
|
|
github.com/go-test/deep v1.0.1 // indirect
|
|
|
|
github.com/golang/lint v0.0.0-20181217174547-8f45f776aaf1 // indirect
|
|
|
|
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
|
|
|
|
github.com/gorilla/feeds v1.1.0
|
2020-04-21 17:04:19 +00:00
|
|
|
github.com/gorilla/mux v1.7.4
|
2019-02-11 15:30:31 +00:00
|
|
|
github.com/gorilla/schema v1.0.2
|
2020-01-29 09:56:23 +00:00
|
|
|
github.com/gorilla/sessions v1.2.0
|
2019-02-11 15:30:31 +00:00
|
|
|
github.com/guregu/null v3.4.0+incompatible
|
2019-08-16 21:27:24 +00:00
|
|
|
github.com/hashicorp/go-multierror v1.0.0
|
2019-07-20 23:22:41 +00:00
|
|
|
github.com/ikeikeikeike/go-sitemap-generator/v2 v2.0.2
|
2020-03-20 22:07:18 +00:00
|
|
|
github.com/jteeuwen/go-bindata v3.0.7+incompatible // indirect
|
2019-02-11 15:30:31 +00: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
|
|
|
|
github.com/manifoldco/promptui v0.3.2
|
|
|
|
github.com/mattn/go-colorable v0.1.0 // indirect
|
|
|
|
github.com/mattn/go-sqlite3 v1.10.0
|
|
|
|
github.com/microcosm-cc/bluemonday v1.0.2
|
|
|
|
github.com/mitchellh/go-wordwrap v1.0.0
|
|
|
|
github.com/nicksnyder/go-i18n v1.10.0 // indirect
|
|
|
|
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
|
|
|
|
github.com/pelletier/go-toml v1.2.0 // indirect
|
2020-01-14 17:46:52 +00:00
|
|
|
github.com/pkg/errors v0.8.1 // indirect
|
2020-07-23 15:46:00 +00:00
|
|
|
github.com/prologic/go-gopher v0.0.0-20200721020712-3e11dcff0469
|
2019-02-11 15:30:31 +00:00
|
|
|
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
|
2020-07-23 15:46:00 +00:00
|
|
|
github.com/stretchr/testify v1.6.0
|
2020-02-10 06:46:58 +00:00
|
|
|
github.com/urfave/cli/v2 v2.1.1
|
2019-02-11 15:30:31 +00:00
|
|
|
github.com/writeas/activity v0.1.2
|
2020-04-09 17:00:29 +00:00
|
|
|
github.com/writeas/activityserve v0.0.0-20200409150223-d7ab3eaa4481
|
2019-02-11 15:30:31 +00:00
|
|
|
github.com/writeas/go-strip-markdown v2.0.1+incompatible
|
2020-04-21 17:04:19 +00:00
|
|
|
github.com/writeas/go-webfinger v1.1.0
|
2019-02-11 15:30:31 +00:00
|
|
|
github.com/writeas/httpsig v1.0.0
|
2020-03-28 17:30:44 +00:00
|
|
|
github.com/writeas/impart v1.1.1
|
2019-08-26 21:53:05 +00:00
|
|
|
github.com/writeas/import v0.2.0
|
2019-02-11 15:30:31 +00:00
|
|
|
github.com/writeas/monday v0.0.0-20181024183321-54a7dd579219
|
|
|
|
github.com/writeas/nerds v1.0.0
|
2020-04-28 14:50:51 +00:00
|
|
|
github.com/writeas/saturday v1.7.2-0.20200427193424-392b95a03320
|
2019-02-11 15:30:31 +00:00
|
|
|
github.com/writeas/slug v1.2.0
|
2019-11-11 14:19:23 +00:00
|
|
|
github.com/writeas/web-core v1.2.0
|
2019-04-12 00:37:01 +00:00
|
|
|
github.com/writefreely/go-nodeinfo v1.2.0
|
2020-07-23 15:46:00 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
2019-02-11 15:30:31 +00:00
|
|
|
golang.org/x/lint v0.0.0-20181217174547-8f45f776aaf1 // indirect
|
2020-07-23 15:46:00 +00:00
|
|
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
|
2020-01-14 17:46:52 +00:00
|
|
|
golang.org/x/tools v0.0.0-20190208222737-3744606dbb67 // indirect
|
2019-02-11 15:30:31 +00:00
|
|
|
google.golang.org/appengine v1.4.0 // indirect
|
|
|
|
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20180810215634-df19058c872c // indirect
|
2020-04-21 17:04:19 +00:00
|
|
|
gopkg.in/ini.v1 v1.55.0
|
2020-01-31 21:34:36 +00:00
|
|
|
src.techknowlogick.com/xgo v0.0.0-20200129005940-d0fae26e014b // indirect
|
2019-02-11 15:30:31 +00:00
|
|
|
)
|
2019-12-19 16:48:04 +00:00
|
|
|
|
|
|
|
go 1.13
|