feed finder

This commit is contained in:
Nazar Kanaev
2020-06-27 20:59:37 +01:00
parent 86afb37a53
commit 241f99fc58
4 changed files with 49 additions and 1 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module github.com/nkanaev/yarr
go 1.14
require github.com/mattn/go-sqlite3 v1.14.0
require (
github.com/PuerkitoBio/goquery v1.5.1
github.com/mattn/go-sqlite3 v1.14.0
)