module git.sr.ht/~humaid/neatnote
go 1.13
require (
github.com/BurntSushi/toml v0.3.1
github.com/badoux/checkmail v0.0.0-20181210160741-9661bd69e9ad
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/go-macaron/cache v0.0.0-20191101040916-6575fa0eaf7b
github.com/go-macaron/captcha v0.0.0-20191101040934-3bb6001259f1
github.com/go-macaron/csrf v0.0.0-20191101041016-98718788f460
github.com/go-macaron/session v0.0.0-20191101041208-c5d57a35f512
github.com/go-sql-driver/mysql v1.5.0
github.com/hako/durafmt v0.0.0-20191009132224-3f39dc1ed9f4
github.com/mattn/go-sqlite3 v2.0.2+incompatible
github.com/microcosm-cc/bluemonday v1.0.2
github.com/unknwon/com v1.0.1 // indirect
github.com/urfave/cli/v2 v2.1.1
github.com/yuin/goldmark v1.1.20
golang.org/x/crypto v0.0.0-20200109152110-61a87790db17 // indirect
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
gopkg.in/ini.v1 v1.51.1 // indirect
gopkg.in/macaron.v1 v1.3.4
xorm.io/core v0.7.2
xorm.io/xorm v0.8.1
)