mirror of
https://salsa.debian.org/mdosch/feed-to-muc.git
synced 2024-11-14 02:06:50 +01:00
19 lines
814 B
Modula-2
19 lines
814 B
Modula-2
module salsa.debian.org/mdosch/feed-to-muc
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.8.0 // indirect
|
|
github.com/chilts/sid v0.0.0-20190607042430-660e94789ec9
|
|
github.com/jaytaylor/html2text v0.0.0-20211105163654-bc68cce691ba
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
|
github.com/mattn/go-xmpp v0.0.0-20211029151415-912ba614897a
|
|
github.com/mmcdole/gofeed v1.1.3
|
|
github.com/mmcdole/goxpp v0.0.0-20200921145534-2f3784f67354 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
|
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
|
|
golang.org/x/net v0.0.0-20211209124913-491a49abca63 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
)
|