update deps

This commit is contained in:
Nazar Kanaev
2020-08-31 22:13:41 +01:00
parent 2772866e5f
commit 78cb1c1bed
2 changed files with 3 additions and 2 deletions

4
go.mod
View File

@@ -4,9 +4,9 @@ go 1.14
require (
github.com/PuerkitoBio/goquery v1.5.1
github.com/getlantern/systray v1.0.4 // indirect
github.com/getlantern/systray v1.0.4
github.com/mattn/go-sqlite3 v1.14.0
github.com/mmcdole/gofeed v1.0.0
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
)