File: go.mod

package info (click to toggle)
golang-github-mmcdole-gofeed 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 4,468 kB
  • sloc: xml: 2,760; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 338 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
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
)