forked from foxcpp/maddy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
45 lines (43 loc) · 2.17 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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.12.0
github.com/emersion/go-milter v0.2.1-0.20201102093416-5464446c9999
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.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-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/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-20200820211705-5c72a883971a
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.3
google.golang.org/protobuf v1.25.0 // indirect
)