mirror of
https://github.com/foxcpp/maddy.git
synced 2026-02-19 22:59:11 +02:00
42 lines
1.9 KiB
Modula-2
42 lines
1.9 KiB
Modula-2
module github.com/foxcpp/maddy
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
blitiri.com.ar/go/spf v1.1.0
|
|
github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/emersion/go-imap v1.0.4
|
|
github.com/emersion/go-imap-appendlimit v0.0.0-20190308131241-25671c986a6a
|
|
github.com/emersion/go-imap-compress v0.0.0-20170105185004-f036eda44681
|
|
github.com/emersion/go-imap-idle v0.0.0-20190519112320-2704abd7050e
|
|
github.com/emersion/go-imap-move v0.0.0-20190710073258-6e5a51a5b342
|
|
github.com/emersion/go-imap-specialuse v0.0.0-20161227184202-ba031ced6a62
|
|
github.com/emersion/go-imap-unselect v0.0.0-20171113212723-b985794e5f26
|
|
github.com/emersion/go-message v0.12.0
|
|
github.com/emersion/go-milter v0.1.1-0.20200513090417-c3e74efc8df9
|
|
github.com/emersion/go-msgauth v0.5.0
|
|
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
|
|
github.com/emersion/go-smtp v0.13.1-0.20200521085049-d143b3ef4b5e
|
|
github.com/foxcpp/go-dovecot-sasl v0.0.0-20200522223722-c4699d7a24bf
|
|
github.com/foxcpp/go-imap-i18nlevel v0.0.0-20200208001533-d6ec88553005
|
|
github.com/foxcpp/go-imap-sql v0.4.1-0.20200426175844-c3172a53940a
|
|
github.com/foxcpp/go-mockdns v0.0.0-20200531120619-ae750bbf9d73
|
|
github.com/foxcpp/go-mtasts v0.0.0-20191219193356-62bc3f1f74b8
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/google/uuid v1.1.1
|
|
github.com/jcmturner/gokrb5/v8 v8.3.0 // indirect
|
|
github.com/klauspost/compress v1.10.6 // indirect
|
|
github.com/lib/pq v1.6.0
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
|
github.com/miekg/dns v1.1.29
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/urfave/cli v1.22.4
|
|
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
|
|
golang.org/x/net v0.0.0-20200528225125-3c3fba18258b
|
|
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
|
|
golang.org/x/sys v0.0.0-20200523222454-059865788121 // indirect
|
|
golang.org/x/text v0.3.2
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|