feed-to-muc/go.mod

18 lines
849 B
Modula-2
Raw Normal View History

module salsa.debian.org/mdosch/feed-to-muc
2020-03-28 12:22:07 +01:00
go 1.14
require (
github.com/PuerkitoBio/goquery v1.5.1-0.20190109230704-3dcf72e6c17f // indirect
github.com/andybalholm/cascadia v1.0.1-0.20181012154424-680b6a57bda4 // indirect
github.com/chilts/sid v0.0.0-20190607042430-660e94789ec9
github.com/jaytaylor/html2text v0.0.0-20190408195923-01ec452cbe43
github.com/mattn/go-runewidth v0.0.5-0.20181218000649-703b5e6b11ae // indirect
github.com/mattn/go-xmpp v0.0.0-20190124093244-6093f50721ed
github.com/mmcdole/gofeed v1.0.0-beta2.0.20190420154928-0e68beaf6fdf
github.com/olekukonko/tablewriter v0.0.2-0.20190618033246-cc27d85e17ce // indirect
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect
golang.org/x/text v0.3.3-0.20190829152558-3d0f7978add9 // indirect
)