feed-to-muc/go.mod

20 lines
817 B
Modula-2
Raw Normal View History

module salsa.debian.org/mdosch/feed-to-muc
go 1.14
require (
2021-12-13 10:35:45 +01:00
github.com/PuerkitoBio/goquery v1.8.0 // indirect
github.com/chilts/sid v0.0.0-20190607042430-660e94789ec9
2021-12-13 10:35:45 +01:00
github.com/json-iterator/go v1.1.12 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
2022-07-07 16:23:19 +02:00
github.com/mattn/go-xmpp v0.0.0-20220513082406-1411b9cc8b9a
2021-12-13 10:35:45 +01:00
github.com/mmcdole/gofeed v1.1.3
2020-10-24 12:37:32 +02:00
github.com/mmcdole/goxpp v0.0.0-20200921145534-2f3784f67354 // indirect
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
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
github.com/stretchr/testify v1.5.1 // indirect
2022-07-07 16:23:19 +02:00
golang.org/x/net v0.0.0-20220706163947-c90051bbdb60 // indirect
2021-12-13 10:35:45 +01:00
jaytaylor.com/html2text v0.0.0-20211105163654-bc68cce691ba
)