diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ module github.com/nekr0z/radiorus-rss -require github.com/gorilla/feeds v1.1.1 +require ( + github.com/PuerkitoBio/goquery v1.6.0 + github.com/gorilla/feeds v1.1.1 +) go 1.13 |