2019-05-31 11:07:56 +02:00
|
|
|
module github.com/mmcdole/gofeed
|
|
|
|
|
2020-10-24 12:40:39 +02:00
|
|
|
go 1.14
|
|
|
|
|
2019-05-31 11:07:56 +02:00
|
|
|
require (
|
2020-10-24 12:40:39 +02:00
|
|
|
github.com/PuerkitoBio/goquery v1.5.1
|
2019-05-31 11:07:56 +02:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2020-10-24 12:40:39 +02:00
|
|
|
github.com/json-iterator/go v1.1.10
|
2019-05-31 11:07:56 +02:00
|
|
|
github.com/mmcdole/goxpp v0.0.0-20181012175147-0068e33feabf
|
2020-10-24 12:40:39 +02:00
|
|
|
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
|
2019-05-31 11:07:56 +02:00
|
|
|
)
|