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 (
|
2021-12-13 10:35:45 +01:00
|
|
|
github.com/PuerkitoBio/goquery v1.8.0 // indirect
|
2020-03-28 13:44:36 +01:00
|
|
|
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
|
2021-12-13 10:35:45 +01:00
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
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
|
2021-12-13 10:35:45 +01:00
|
|
|
github.com/mmcdole/gofeed v1.1.3
|
2022-12-16 11:45:22 +01:00
|
|
|
github.com/mmcdole/goxpp v1.0.0 // indirect
|
2020-10-24 12:37:32 +02:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // 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
|
2020-03-28 13:44:36 +01:00
|
|
|
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
|
2023-01-06 13:01:45 +01:00
|
|
|
golang.org/x/net v0.5.0 // indirect
|
2020-03-28 13:44:36 +01:00
|
|
|
)
|