diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,8 +1,9 @@ module github.com/nekr0z/radiorus-rss require ( - github.com/PuerkitoBio/goquery v1.6.0 + 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 |