feed finder
This commit is contained in:
parent
86afb37a53
commit
241f99fc58
4 changed files with 49 additions and 1 deletions
5
go.mod
5
go.mod
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue