mirror of
https://salsa.debian.org/mdosch/feed-to-muc.git
synced 2024-11-14 10:16:50 +01:00
14 lines
385 B
Modula-2
14 lines
385 B
Modula-2
module github.com/mmcdole/gofeed
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.5.1
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/json-iterator/go v1.1.10
|
|
github.com/mmcdole/goxpp v0.0.0-20181012175147-0068e33feabf
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/urfave/cli v1.22.3
|
|
golang.org/x/net v0.0.0-20200301022130-244492dfa37a
|
|
golang.org/x/text v0.3.2
|
|
)
|