mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-05 14:07:38 +03:00
37 lines
1.7 KiB
Modula-2
37 lines
1.7 KiB
Modula-2
module github.com/foxcpp/maddy
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
blitiri.com.ar/go/spf v0.0.0-20191018194539-a683815bdae8
|
|
github.com/GehirnInc/crypt v0.0.0-20190301055215-6c0105aabd46
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/emersion/go-imap v1.0.3
|
|
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.11.2-0.20200215191609-9c4415ed8676
|
|
github.com/emersion/go-msgauth v0.4.0
|
|
github.com/emersion/go-sasl v0.0.0-20191210011802-430746ea8b9b
|
|
github.com/emersion/go-smtp v0.12.2-0.20200219094142-f9be832b5554
|
|
github.com/foxcpp/go-imap-i18nlevel v0.0.0-20200208001533-d6ec88553005
|
|
github.com/foxcpp/go-imap-sql v0.3.2-0.20200215215045-d7d4cb3f7d1d
|
|
github.com/foxcpp/go-mockdns v0.0.0-20191226172053-3b5a6e57c8fe
|
|
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/lib/pq v1.3.0
|
|
github.com/mattn/go-sqlite3 v1.13.0
|
|
github.com/miekg/dns v1.1.27
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/stretchr/testify v1.4.0 // indirect
|
|
github.com/urfave/cli v1.22.1
|
|
golang.org/x/crypto v0.0.0-20200214034016-1d94cc7ab1c6
|
|
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
|
|
golang.org/x/text v0.3.2
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|