forked from wbernest/mattermost-plugin-rssfeed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (25 loc) · 1.24 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/wbernest/mattermost-plugin-rssfeed
go 1.12
require (
github.com/JohannesKaufmann/html-to-markdown v0.0.0-20200715210235-5532d9674154
github.com/go-ldap/ldap v3.0.3+incompatible // indirect
github.com/hashicorp/go-hclog v0.9.2 // indirect
github.com/hashicorp/go-plugin v1.0.1 // indirect
github.com/lib/pq v1.1.1 // indirect
github.com/mattermost/go-i18n v1.11.0 // indirect
github.com/mattermost/mattermost-server v5.12.0+incompatible
github.com/pelletier/go-toml v1.4.0 // indirect
github.com/pkg/errors v0.8.1
github.com/stretchr/objx v0.2.0 // indirect
github.com/wbernest/atom-parser v0.0.0-20190507183633-f862cce5996a
github.com/wbernest/rss-v2-parser v0.0.0-20190507183749-19659d6a25f2
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/sys v0.0.0-20190626221950-04f50cda93cb // indirect
google.golang.org/appengine v1.6.1 // indirect
google.golang.org/genproto v0.0.0-20190626174449-989357319d63 // indirect
google.golang.org/grpc v1.21.1 // indirect
jaytaylor.com/html2text v0.0.0-20200412013138-3577fbdbcff7
)
replace willnorris.com/go/imageproxy => willnorris.com/go/imageproxy v0.8.1-0.20190422234945-d4246a08fdec