update dependencies

This commit is contained in:
nkanaev
2025-03-24 02:32:57 +00:00
parent 58bb2c22c3
commit 9fb3da2b4a
52 changed files with 44532 additions and 19524 deletions

12
go.mod
View File

@@ -1,11 +1,13 @@
module github.com/nkanaev/yarr
go 1.18
go 1.23.0
toolchain go1.23.5
require (
github.com/mattn/go-sqlite3 v1.14.7
golang.org/x/net v0.36.0
golang.org/x/sys v0.30.0
github.com/mattn/go-sqlite3 v1.14.24
golang.org/x/net v0.37.0
golang.org/x/sys v0.31.0
)
require golang.org/x/text v0.22.0 // indirect
require golang.org/x/text v0.23.0 // indirect