update dependencies

This commit is contained in:
Nazar Kanaev
2021-05-03 22:21:01 +01:00
parent d13a04898e
commit 16e4cad9ad
2 changed files with 15 additions and 18 deletions

6
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/nkanaev/yarr
go 1.16
require (
github.com/mattn/go-sqlite3 v1.14.0
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
golang.org/x/sys v0.0.0-20201018230417-eeed37f84f13
github.com/mattn/go-sqlite3 v1.14.7
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420
golang.org/x/sys v0.0.0-20210503173754-0981d6026fa6
)