2019-01-09 19:13:13 +08:00
|
|
|
module github.com/knadh/listmonk
|
2020-07-08 19:00:14 +08:00
|
|
|
|
2023-08-27 15:54:47 +08:00
|
|
|
go 1.20
|
2019-01-09 19:13:13 +08:00
|
|
|
|
|
|
|
require (
|
2023-03-20 00:19:12 +08:00
|
|
|
github.com/Masterminds/sprig/v3 v3.2.3
|
2020-03-08 18:33:57 +08:00
|
|
|
github.com/disintegration/imaging v1.6.2
|
2023-03-20 00:19:12 +08:00
|
|
|
github.com/emersion/go-message v0.16.0
|
2024-01-27 23:25:50 +08:00
|
|
|
github.com/gdgvda/cron v0.2.0
|
|
|
|
github.com/gofrs/uuid/v5 v5.0.0
|
2022-11-11 02:01:15 +08:00
|
|
|
github.com/gorilla/feeds v1.1.1
|
2023-03-20 00:19:12 +08:00
|
|
|
github.com/jmoiron/sqlx v1.3.5
|
2021-11-10 22:59:21 +08:00
|
|
|
github.com/knadh/go-pop3 v0.3.0
|
2023-03-20 00:19:12 +08:00
|
|
|
github.com/knadh/goyesql/v2 v2.2.0
|
2023-04-10 15:15:25 +08:00
|
|
|
github.com/knadh/koanf/maps v0.1.1
|
|
|
|
github.com/knadh/koanf/parsers/json v0.1.0
|
|
|
|
github.com/knadh/koanf/parsers/toml v0.1.0
|
|
|
|
github.com/knadh/koanf/providers/confmap v0.1.0
|
|
|
|
github.com/knadh/koanf/providers/env v0.1.0
|
|
|
|
github.com/knadh/koanf/providers/file v0.1.0
|
|
|
|
github.com/knadh/koanf/providers/posflag v0.1.0
|
|
|
|
github.com/knadh/koanf/providers/rawbytes v0.1.0
|
2023-04-13 00:30:09 +08:00
|
|
|
github.com/knadh/koanf/v2 v2.0.1
|
2023-06-03 18:49:10 +08:00
|
|
|
github.com/knadh/paginator v1.0.1
|
2024-01-05 02:14:45 +08:00
|
|
|
github.com/knadh/smtppool v1.1.0
|
2020-03-14 23:37:14 +08:00
|
|
|
github.com/knadh/stuffbin v1.1.0
|
2024-01-27 23:25:50 +08:00
|
|
|
github.com/labstack/echo/v4 v4.11.4
|
|
|
|
github.com/lib/pq v1.10.9
|
2022-06-27 18:17:38 +08:00
|
|
|
github.com/paulbellamy/ratecounter v0.2.0
|
2023-03-20 00:19:12 +08:00
|
|
|
github.com/rhnvrm/simples3 v0.8.3
|
2020-03-08 18:33:57 +08:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2024-01-27 23:25:50 +08:00
|
|
|
github.com/yuin/goldmark v1.6.0
|
2024-01-27 23:29:24 +08:00
|
|
|
github.com/zerodha/easyjson v1.0.0
|
2024-01-27 23:25:50 +08:00
|
|
|
golang.org/x/mod v0.14.0
|
2023-08-27 15:54:47 +08:00
|
|
|
gopkg.in/volatiletech/null.v6 v6.0.0-20170828023728-0bef4e07ae1b
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
|
|
github.com/Masterminds/semver/v3 v3.2.0 // indirect
|
|
|
|
github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594 // indirect
|
|
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
|
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
|
|
github.com/huandu/xstrings v1.4.0 // indirect
|
|
|
|
github.com/imdario/mergo v0.3.14 // indirect
|
|
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
|
|
github.com/kr/pretty v0.3.1 // indirect
|
2024-01-27 23:25:50 +08:00
|
|
|
github.com/labstack/gommon v0.4.2 // indirect
|
2023-08-27 15:54:47 +08:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
2023-11-25 14:23:48 +08:00
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2023-08-27 15:54:47 +08:00
|
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
|
|
github.com/pelletier/go-toml v1.9.5 // indirect
|
|
|
|
github.com/shopspring/decimal v1.3.1 // indirect
|
|
|
|
github.com/spf13/cast v1.5.0 // indirect
|
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
2024-01-27 23:25:50 +08:00
|
|
|
golang.org/x/crypto v0.18.0 // indirect
|
2023-11-11 23:03:06 +08:00
|
|
|
golang.org/x/image v0.10.0 // indirect
|
2024-01-27 23:25:50 +08:00
|
|
|
golang.org/x/net v0.20.0 // indirect
|
|
|
|
golang.org/x/sys v0.16.0 // indirect
|
2023-11-25 14:23:48 +08:00
|
|
|
golang.org/x/text v0.14.0 // indirect
|
2024-01-27 23:25:50 +08:00
|
|
|
golang.org/x/time v0.5.0 // indirect
|
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
|