include systray
This commit is contained in:
parent
514ed02693
commit
e79abb69eb
18 changed files with 2547 additions and 22 deletions
2
go.mod
2
go.mod
|
|
@ -4,10 +4,10 @@ go 1.16
|
|||
|
||||
require (
|
||||
github.com/PuerkitoBio/goquery v1.5.1
|
||||
github.com/getlantern/systray v1.0.4
|
||||
github.com/mattn/go-sqlite3 v1.14.0
|
||||
github.com/mmcdole/gofeed v1.0.0
|
||||
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
|
||||
golang.org/x/sys v0.0.0-20201018230417-eeed37f84f13
|
||||
)
|
||||
|
||||
replace github.com/mmcdole/gofeed => ./src/gofeed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue