2019-01-09 12:13:13 +01:00
|
|
|
module github.com/knadh/listmonk
|
2020-07-08 13:00:14 +02:00
|
|
|
|
2020-05-16 19:11:30 +02:00
|
|
|
go 1.13
|
2019-01-09 12:13:13 +01:00
|
|
|
|
|
|
|
require (
|
2020-08-08 09:41:49 +02:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
|
2020-03-08 11:33:57 +01:00
|
|
|
github.com/disintegration/imaging v1.6.2
|
2020-03-07 16:07:48 +01:00
|
|
|
github.com/gofrs/uuid v3.2.0+incompatible
|
2020-04-10 00:27:39 +02:00
|
|
|
github.com/jaytaylor/html2text v0.0.0-20200220170450-61d9dc4d7195
|
2019-01-09 12:13:13 +01:00
|
|
|
github.com/jmoiron/sqlx v1.2.0
|
2020-03-07 19:33:22 +01:00
|
|
|
github.com/knadh/goyesql/v2 v2.1.1
|
2020-07-08 13:00:14 +02:00
|
|
|
github.com/knadh/koanf v0.12.0
|
2020-10-17 20:05:03 +02:00
|
|
|
github.com/knadh/smtppool v0.2.1
|
2020-03-14 16:37:14 +01:00
|
|
|
github.com/knadh/stuffbin v1.1.0
|
2019-05-27 13:40:02 +02:00
|
|
|
github.com/labstack/echo v3.3.10+incompatible
|
2020-03-08 11:33:57 +01:00
|
|
|
github.com/labstack/gommon v0.3.0 // indirect
|
|
|
|
github.com/lib/pq v1.3.0
|
2020-09-20 13:01:24 +02:00
|
|
|
github.com/mailru/easyjson v0.7.6
|
2020-03-08 11:33:57 +01:00
|
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
2020-04-10 00:27:39 +02:00
|
|
|
github.com/olekukonko/tablewriter v0.0.4 // indirect
|
2020-03-07 19:33:22 +01:00
|
|
|
github.com/rhnvrm/simples3 v0.5.0
|
2020-03-08 11:33:57 +01:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2020-04-10 00:27:39 +02:00
|
|
|
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
|
2021-02-13 08:12:38 +01:00
|
|
|
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59 // indirect
|
2020-08-03 15:32:23 +02:00
|
|
|
golang.org/x/mod v0.3.0
|
2020-03-08 11:33:57 +01:00
|
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
2019-01-09 12:13:13 +01:00
|
|
|
gopkg.in/volatiletech/null.v6 v6.0.0-20170828023728-0bef4e07ae1b
|
2020-07-08 13:00:14 +02:00
|
|
|
)
|