feed-to-muc/vendor/github.com/mmcdole/gofeed/go.mod
2021-12-13 10:29:47 +01:00

13 lines
338 B
Modula-2

module github.com/mmcdole/gofeed
go 1.14
require (
github.com/PuerkitoBio/goquery v1.5.1
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
)