feed-to-muc/go.mod

17 lines
597 B
Modula-2
Raw Normal View History

module salsa.debian.org/mdosch/feed-to-muc
go 1.14
require (
2023-02-19 16:47:44 +01:00
github.com/PuerkitoBio/goquery v1.8.1 // indirect
github.com/chilts/sid v0.0.0-20190607042430-660e94789ec9
2022-12-16 11:57:42 +01:00
github.com/jaytaylor/html2text v0.0.0-20211105163654-bc68cce691ba
2022-09-23 09:35:59 +02:00
github.com/mattn/go-runewidth v0.0.14 // indirect
2022-08-21 12:06:30 +02:00
github.com/mattn/go-xmpp v0.0.0-20220712221724-2eb234970ce7
2023-02-03 09:50:18 +01:00
github.com/mmcdole/gofeed v1.2.0
2022-12-16 11:45:22 +01:00
github.com/mmcdole/goxpp v1.0.0 // indirect
2021-02-17 11:27:04 +01:00
github.com/olekukonko/tablewriter v0.0.5 // indirect
2022-11-16 13:22:22 +01:00
github.com/rivo/uniseg v0.4.3 // indirect
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
)