feed-to-muc/go.mod
2019-09-20 17:58:38 +02:00

16 lines
633 B
Modula-2

module salsa.debian.org/mdosch-guest/feed-to-muc
go 1.12
require (
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.4 // indirect
github.com/mattn/go-xmpp v0.0.0-20190124093244-6093f50721ed
github.com/mmcdole/gofeed v0.0.0-20190420154928-0e68beaf6fdf
github.com/olekukonko/tablewriter v0.0.1 // indirect
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect
)
replace github.com/codegangsta/cli v1.22.1 => github.com/urfave/cli v1.22.1