-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
23 lines (20 loc) · 969 Bytes
/
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
module devture-email2matrix
go 1.12
require (
github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef // indirect
github.com/euskadi31/go-service v1.4.0
github.com/flashmob/go-guerrilla v1.6.1
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect
github.com/jaytaylor/html2text v0.0.0-20211105163654-bc68cce691ba // indirect
github.com/jhillyerd/enmime v0.9.3
github.com/matrix-org/gomatrix v0.0.0-20210324163249-be2af5ef2e16
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/sirupsen/logrus v1.8.1
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
golang.org/x/sys v0.0.0-20220204135822-1c1b9b1eba6a // indirect
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/russross/blackfriday.v2 v2.1.0
)
replace gopkg.in/russross/blackfriday.v2 => github.com/russross/blackfriday/v2 v2.0.1