feed-to-muc/go.mod

27 lines
933 B
Modula-2
Raw Normal View History

module salsa.debian.org/mdosch/feed-to-muc
2024-01-11 15:56:19 +01:00
go 1.21.5
require (
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
2024-03-03 20:43:24 +01:00
github.com/mmcdole/gofeed v1.3.0
github.com/xmppo/go-xmpp v0.1.1
2024-01-11 15:56:19 +01:00
)
require (
2024-03-03 20:43:24 +01:00
github.com/PuerkitoBio/goquery v1.9.1 // indirect
2024-01-11 15:56:19 +01:00
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
2024-03-03 20:43:24 +01:00
github.com/mmcdole/goxpp v1.1.1 // indirect
2024-01-11 15:56:19 +01:00
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
2021-02-17 11:27:04 +01:00
github.com/olekukonko/tablewriter v0.0.5 // indirect
2024-02-17 12:25:53 +01:00
github.com/rivo/uniseg v0.4.7 // indirect
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
2024-03-03 20:43:24 +01:00
golang.org/x/crypto v0.20.0 // indirect
2024-02-17 12:25:53 +01:00
golang.org/x/net v0.21.0 // indirect
2024-01-11 15:56:19 +01:00
golang.org/x/text v0.14.0 // indirect
)