blob: 4b8393a4e6542f7526d9fc0fae8c5afff6218937 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
module evgenykuznetsov.org/go/radiorus-rss
require (
github.com/PuerkitoBio/goquery v1.6.1
github.com/gorilla/feeds v1.1.1
github.com/kr/pretty v0.2.1 // indirect
)
go 1.13
|