$ go mod tidy

This commit is contained in:
Nazar Kanaev
2020-08-20 12:08:06 +01:00
parent 931be80891
commit d29952008e
2 changed files with 3 additions and 3 deletions

1
go.mod
View File

@@ -6,6 +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
github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
)