populate search table

This commit is contained in:
Nazar Kanaev
2020-07-15 00:21:44 +01:00
parent 9d10d3a7d4
commit 3c4d48fdc7
4 changed files with 62 additions and 2 deletions

1
go.mod
View File

@@ -6,4 +6,5 @@ require (
github.com/PuerkitoBio/goquery v1.5.1
github.com/mattn/go-sqlite3 v1.14.0
github.com/mmcdole/gofeed v1.0.0
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
)