mirror of
https://salsa.debian.org/mdosch/feed-to-muc.git
synced 2024-11-10 08:16:49 +01:00
12 lines
394 B
Modula-2
12 lines
394 B
Modula-2
module github.com/mmcdole/gofeed
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.5.0
|
|
github.com/codegangsta/cli v1.20.0
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/mmcdole/goxpp v0.0.0-20181012175147-0068e33feabf
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/stretchr/testify v1.2.2
|
|
golang.org/x/net v0.0.0-20181220203305-927f97764cc3
|
|
golang.org/x/text v0.3.0
|
|
)
|