feed-to-muc/go.mod

18 lines
616 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
2023-04-19 18:48:38 +02:00
github.com/andybalholm/cascadia v1.3.2 // indirect
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-05-22 20:08:06 +02:00
github.com/mattn/go-xmpp v0.0.1
2023-03-04 13:29:06 +01:00
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
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
2023-05-22 20:08:06 +02:00
golang.org/x/crypto v0.9.0 // indirect
)