mirror of
https://salsa.debian.org/mdosch/feed-to-muc.git
synced 2024-11-13 01:36:49 +01:00
17 lines
614 B
Modula-2
17 lines
614 B
Modula-2
module salsa.debian.org/mdosch/feed-to-muc
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.8.1 // indirect
|
|
github.com/andybalholm/cascadia v1.3.2 // indirect
|
|
github.com/chilts/sid v0.0.0-20190607042430-660e94789ec9
|
|
github.com/jaytaylor/html2text v0.0.0-20230321000545-74c2419ad056
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/mattn/go-xmpp v0.0.1
|
|
github.com/mmcdole/gofeed v1.2.1
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
|
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
|
|
golang.org/x/net v0.15.0 // indirect
|
|
)
|