mirror of
https://salsa.debian.org/mdosch/feed-to-muc.git
synced 2024-11-10 00:06:49 +01:00
18 lines
694 B
Modula-2
18 lines
694 B
Modula-2
|
module salsa.debian.org/mdosch-guest/feed-to-muc
|
||
|
|
||
|
go 1.14
|
||
|
|
||
|
require (
|
||
|
github.com/PuerkitoBio/goquery v1.5.1 // indirect
|
||
|
github.com/chilts/sid v0.0.0-20190607042430-660e94789ec9
|
||
|
github.com/jaytaylor/html2text v0.0.0-20200220170450-61d9dc4d7195
|
||
|
github.com/mattn/go-xmpp v0.0.0-20200309091041-899ef71e80d2
|
||
|
github.com/mmcdole/gofeed v1.0.0-beta2
|
||
|
github.com/mmcdole/goxpp v0.0.0-20181012175147-0068e33feabf // indirect
|
||
|
github.com/olekukonko/tablewriter v0.0.4 // indirect
|
||
|
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
|
||
|
github.com/stretchr/testify v1.5.1 // indirect
|
||
|
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
|
||
|
golang.org/x/text v0.3.2 // indirect
|
||
|
)
|