2019-01-09 11:13:13 +00:00
|
|
|
module github.com/knadh/listmonk
|
|
|
|
|
|
|
|
require (
|
2020-03-08 10:33:57 +00:00
|
|
|
github.com/disintegration/imaging v1.6.2
|
2020-03-07 15:07:48 +00:00
|
|
|
github.com/gofrs/uuid v3.2.0+incompatible
|
2020-04-09 22:27:39 +00:00
|
|
|
github.com/jaytaylor/html2text v0.0.0-20200220170450-61d9dc4d7195
|
2019-01-09 11:13:13 +00:00
|
|
|
github.com/jmoiron/sqlx v1.2.0
|
2020-03-08 10:33:57 +00:00
|
|
|
github.com/jordan-wright/email v0.0.0-20200307200233-de844847de93
|
2020-03-07 18:33:22 +00:00
|
|
|
github.com/knadh/goyesql/v2 v2.1.1
|
|
|
|
github.com/knadh/koanf v0.8.1
|
2020-03-14 15:37:14 +00:00
|
|
|
github.com/knadh/stuffbin v1.1.0
|
2019-05-27 11:40:02 +00:00
|
|
|
github.com/labstack/echo v3.3.10+incompatible
|
2020-03-08 10:33:57 +00:00
|
|
|
github.com/labstack/gommon v0.3.0 // indirect
|
|
|
|
github.com/lib/pq v1.3.0
|
|
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
2020-04-09 22:27:39 +00:00
|
|
|
github.com/olekukonko/tablewriter v0.0.4 // indirect
|
2020-03-07 18:33:22 +00:00
|
|
|
github.com/rhnvrm/simples3 v0.5.0
|
2020-03-08 10:33:57 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2020-04-09 22:27:39 +00:00
|
|
|
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
|
2020-03-08 10:33:57 +00:00
|
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
2019-01-09 11:13:13 +00:00
|
|
|
gopkg.in/volatiletech/null.v6 v6.0.0-20170828023728-0bef4e07ae1b
|
2020-04-09 22:27:39 +00:00
|
|
|
jaytaylor.com/html2text v0.0.0-20200220170450-61d9dc4d7195
|
2019-01-09 11:13:13 +00:00
|
|
|
)
|
2019-10-15 12:21:32 +00:00
|
|
|
|
2020-02-06 10:09:43 +00:00
|
|
|
replace github.com/jordan-wright/email => github.com/knadh/email v0.0.0-20200206100304-6d2c7064c2e8
|
|
|
|
|
2019-10-15 12:21:32 +00:00
|
|
|
go 1.13
|