mirror of
https://github.com/Luzifer/automail.git
synced 2024-12-20 04:51:20 +00:00
31 lines
1.1 KiB
Modula-2
31 lines
1.1 KiB
Modula-2
module github.com/Luzifer/automail
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/Luzifer/rconfig/v2 v2.4.0
|
|
github.com/emersion/go-imap v1.2.1
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
github.com/jhillyerd/enmime v1.0.1
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.9.3
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/cention-sany/utf7 v0.0.0-20170124080048-26cad61bd60a // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/emersion/go-sasl v0.0.0-20220912192320-0145f2c60ead // indirect
|
|
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect
|
|
github.com/jaytaylor/html2text v0.0.0-20230321000545-74c2419ad056 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
|
|
golang.org/x/net v0.17.0 // indirect
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
golang.org/x/text v0.13.0 // indirect
|
|
gopkg.in/validator.v2 v2.0.1 // indirect
|
|
)
|