forked from Virtomize/mail2most
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (25 loc) · 1.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
module github.com/cseeger-epages/mail2most
go 1.12
require (
github.com/BurntSushi/toml v0.3.1
github.com/Flaque/filet v0.0.0-20190209224823-fc4d33cfcf93
github.com/dsnet/compress v0.0.1 // indirect
github.com/emersion/go-imap v1.0.0-rc.2
github.com/emersion/go-message v0.10.4-0.20190609165112-592ace5bc1ca
github.com/go-ldap/ldap v3.0.3+incompatible // indirect
github.com/k3a/html2text v0.0.0-20190714173509-955615037597
github.com/magefile/mage v1.8.0
github.com/mattermost/mattermost-server v0.0.0-20190626111855-f21a8a370f89
github.com/mholt/archiver v3.1.1+incompatible
github.com/microcosm-cc/bluemonday v1.0.2
github.com/nwaples/rardecode v1.0.0 // indirect
github.com/sirupsen/logrus v1.4.0
github.com/stretchr/testify v1.3.0
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/zap v1.10.0 // indirect
golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4 // indirect
golang.org/x/lint v0.0.0-20190409202823-959b441ac422 // indirect
golang.org/x/text v0.3.2
)
replace willnorris.com/go/imageproxy v0.8.1-0.20190326225038-d4246a08fdec => willnorris.com/go/imageproxy v0.8.1-0.20190422234945-d4246a08fdec