mirror of
https://github.com/nkanaev/yarr.git
synced 2025-11-28 01:51:04 +00:00
update dependencies
This commit is contained in:
12
go.mod
12
go.mod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user