aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 77ce3fb61c2e209d58be6a0aac2597eb3406e53b (plain) (blame)
1
2
3
4
5
6
7
8
module github.com/nekr0z/radiorus-rss

require (
	github.com/PuerkitoBio/goquery v1.6.0
	github.com/gorilla/feeds v1.1.1
)

go 1.13