mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-05 14:07:38 +03:00
45 lines
2.2 KiB
Modula-2
45 lines
2.2 KiB
Modula-2
module github.com/foxcpp/maddy
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
blitiri.com.ar/go/spf v1.1.1
|
|
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.6-0.20201022142522-f9d60f89af32
|
|
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-20200601154248-f05f54664cc4
|
|
github.com/emersion/go-imap-move v0.0.0-20190710073258-6e5a51a5b342
|
|
github.com/emersion/go-imap-sortthread v1.1.1-0.20200727121200-18e5fb409fed
|
|
github.com/emersion/go-imap-specialuse v0.0.0-20200722111535-598ff00e4075
|
|
github.com/emersion/go-imap-unselect v0.0.0-20171113212723-b985794e5f26
|
|
github.com/emersion/go-message v0.13.0
|
|
github.com/emersion/go-milter v0.3.0
|
|
github.com/emersion/go-msgauth v0.6.3-0.20201124115313-816fefe10e5d
|
|
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
|
|
github.com/emersion/go-smtp v0.13.1-0.20200724113925-09421d11e5b0
|
|
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-namespace v0.0.0-20200722130255-93092adf35f1
|
|
github.com/foxcpp/go-imap-sql v0.4.1-0.20200823124337-2f57903a7ed0
|
|
github.com/foxcpp/go-mockdns v0.0.0-20201212160233-ede2f9158d15
|
|
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/klauspost/compress v1.10.11 // indirect
|
|
github.com/lib/pq v1.8.0
|
|
github.com/mailru/easyjson v0.7.6 // indirect
|
|
github.com/martinlindhe/base36 v1.1.0 // indirect
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
|
github.com/miekg/dns v1.1.31
|
|
github.com/prometheus/client_golang v1.7.1
|
|
github.com/prometheus/common v0.13.0 // indirect
|
|
github.com/urfave/cli v1.22.4
|
|
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9
|
|
golang.org/x/net v0.0.0-20200822124328-c89045814202
|
|
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
|
|
golang.org/x/sys v0.0.0-20200821140526-fda516888d29 // indirect
|
|
golang.org/x/text v0.3.5-0.20201125200606-c27b9fd57aec
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
)
|