listmonk/go.mod

45 lines
1.6 KiB
Modula-2
Raw Normal View History

2019-01-09 19:13:13 +08:00
module github.com/knadh/listmonk
2020-05-17 01:11:30 +08:00
go 1.13
2019-01-09 19:13:13 +08:00
require (
github.com/Masterminds/sprig/v3 v3.2.2
2020-03-08 18:33:57 +08:00
github.com/disintegration/imaging v1.6.2
github.com/emersion/go-message v0.15.0
2021-09-29 02:37:26 +08:00
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/gofrs/uuid v4.0.0+incompatible
github.com/google/uuid v1.3.0 // indirect
2022-11-11 02:01:15 +08:00
github.com/gorilla/feeds v1.1.1
2021-09-29 02:37:26 +08:00
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/jmoiron/sqlx v1.3.4
github.com/knadh/go-pop3 v0.3.0
2021-09-29 02:37:26 +08:00
github.com/knadh/goyesql/v2 v2.1.2
github.com/knadh/koanf v1.2.3
github.com/knadh/paginator v1.0.0
github.com/knadh/smtppool v1.0.2
github.com/knadh/stuffbin v1.1.0
2022-11-11 02:01:15 +08:00
github.com/kr/pretty v0.3.1 // indirect
github.com/labstack/echo/v4 v4.9.0
2021-09-29 02:37:26 +08:00
github.com/lib/pq v1.10.3
github.com/mailru/easyjson v0.7.7
github.com/mattn/go-colorable v0.1.12 // indirect
2021-09-29 02:37:26 +08:00
github.com/mitchellh/mapstructure v1.4.2 // indirect
2020-03-08 18:33:57 +08:00
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/paulbellamy/ratecounter v0.2.0
2021-09-29 02:37:26 +08:00
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/rhnvrm/simples3 v0.8.2
2021-09-29 02:37:26 +08:00
github.com/spf13/cast v1.4.1 // indirect
2020-03-08 18:33:57 +08:00
github.com/spf13/pflag v1.0.5
2021-09-29 02:37:26 +08:00
github.com/yuin/goldmark v1.4.1
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e // indirect
2021-09-29 02:37:26 +08:00
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect
golang.org/x/mod v0.5.1
golang.org/x/net v0.0.0-20211209124913-491a49abca63 // indirect
golang.org/x/sys v0.1.0 // indirect
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
)
replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.8