mirror of
https://salsa.debian.org/mdosch/feed-to-muc.git
synced 2024-11-22 05:58:39 +01:00
28 lines
952 B
Modula-2
28 lines
952 B
Modula-2
module salsa.debian.org/mdosch/feed-to-muc
|
|
|
|
go 1.23
|
|
|
|
toolchain go1.23.1
|
|
|
|
require (
|
|
github.com/chilts/sid v0.0.0-20190607042430-660e94789ec9
|
|
github.com/jaytaylor/html2text v0.0.0-20230321000545-74c2419ad056
|
|
github.com/mmcdole/gofeed v1.3.0
|
|
github.com/xmppo/go-xmpp v0.2.5
|
|
)
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.10.0 // indirect
|
|
github.com/andybalholm/cascadia v1.3.2 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/mmcdole/goxpp v1.1.1 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
|
|
golang.org/x/crypto v0.29.0 // indirect
|
|
golang.org/x/net v0.31.0 // indirect
|
|
golang.org/x/text v0.20.0 // indirect
|
|
)
|