mirror of
https://github.com/Luzifer/automail.git
synced 2024-12-30 01:31:16 +00:00
28 lines
988 B
Modula-2
28 lines
988 B
Modula-2
module github.com/Luzifer/automail
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/Luzifer/rconfig/v2 v2.4.0
|
|
github.com/emersion/go-imap v1.2.1
|
|
github.com/jhillyerd/enmime v0.10.1
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.9.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/cention-sany/utf7 v0.0.0-20170124080048-26cad61bd60a // 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-20211105163654-bc68cce691ba // indirect
|
|
github.com/mattn/go-runewidth v0.0.14 // 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.7.0 // indirect
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
golang.org/x/text v0.7.0 // indirect
|
|
gopkg.in/validator.v2 v2.0.1 // indirect
|
|
)
|