2019-01-09 19:13:13 +08:00
|
|
|
module github.com/knadh/listmonk
|
2020-07-08 19:00:14 +08:00
|
|
|
|
2020-05-17 01:11:30 +08:00
|
|
|
go 1.13
|
2019-01-09 19:13:13 +08:00
|
|
|
|
|
|
|
require (
|
2021-04-11 18:00:48 +08:00
|
|
|
github.com/Masterminds/sprig/v3 v3.2.2
|
2020-08-08 15:41:49 +08:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
|
2020-03-08 18:33:57 +08:00
|
|
|
github.com/disintegration/imaging v1.6.2
|
2020-03-07 23:07:48 +08:00
|
|
|
github.com/gofrs/uuid v3.2.0+incompatible
|
2019-01-09 19:13:13 +08:00
|
|
|
github.com/jmoiron/sqlx v1.2.0
|
2020-03-08 02:33:22 +08:00
|
|
|
github.com/knadh/goyesql/v2 v2.1.1
|
2020-07-08 19:00:14 +08:00
|
|
|
github.com/knadh/koanf v0.12.0
|
2020-10-18 02:05:03 +08:00
|
|
|
github.com/knadh/smtppool v0.2.1
|
2020-03-14 23:37:14 +08:00
|
|
|
github.com/knadh/stuffbin v1.1.0
|
2019-05-27 19:40:02 +08:00
|
|
|
github.com/labstack/echo v3.3.10+incompatible
|
2020-03-08 18:33:57 +08:00
|
|
|
github.com/labstack/gommon v0.3.0 // indirect
|
|
|
|
github.com/lib/pq v1.3.0
|
2020-09-20 19:01:24 +08:00
|
|
|
github.com/mailru/easyjson v0.7.6
|
2021-04-10 18:52:09 +08:00
|
|
|
github.com/mitchellh/copystructure v1.1.2 // indirect
|
2020-03-08 18:33:57 +08:00
|
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
2020-03-08 02:33:22 +08:00
|
|
|
github.com/rhnvrm/simples3 v0.5.0
|
2020-03-08 18:33:57 +08:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2021-05-22 02:05:08 +08:00
|
|
|
github.com/yuin/goldmark v1.3.4
|
2020-08-03 21:32:23 +08:00
|
|
|
golang.org/x/mod v0.3.0
|
2020-03-08 18:33:57 +08:00
|
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
2019-01-09 19:13:13 +08:00
|
|
|
gopkg.in/volatiletech/null.v6 v6.0.0-20170828023728-0bef4e07ae1b
|
2020-07-08 19:00:14 +08:00
|
|
|
)
|
2021-04-10 18:52:09 +08:00
|
|
|
|
|
|
|
replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.8
|