2020-05-14 16:09:08 +02:00
|
|
|
module salsa.debian.org/mdosch/feed-to-muc
|
2020-03-28 13:44:36 +01:00
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2023-02-19 16:47:44 +01:00
|
|
|
github.com/PuerkitoBio/goquery v1.8.1 // indirect
|
2023-04-19 18:48:38 +02:00
|
|
|
github.com/andybalholm/cascadia v1.3.2 // indirect
|
2020-03-28 13:44:36 +01:00
|
|
|
github.com/chilts/sid v0.0.0-20190607042430-660e94789ec9
|
2023-03-21 20:28:07 +01:00
|
|
|
github.com/jaytaylor/html2text v0.0.0-20230321000545-74c2419ad056
|
2022-09-23 09:35:59 +02:00
|
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
2023-03-04 13:29:06 +01:00
|
|
|
github.com/mattn/go-xmpp v0.0.0-20230302152058-9129a110df1b
|
|
|
|
github.com/mmcdole/gofeed v1.2.1
|
2021-02-17 11:27:04 +01:00
|
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
2023-03-04 13:29:06 +01:00
|
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
2020-03-28 13:44:36 +01:00
|
|
|
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
|
|
|
|
)
|