fix: downgraded go to 1.23.0

This commit is contained in:
nihonium 2026-01-20 20:48:36 +03:00
parent 9f78848001
commit f9ae5abbee
2 changed files with 6 additions and 4 deletions

6
go.mod
View file

@ -1,11 +1,9 @@
module linux-auth
go 1.25.0
go 1.23.0
require (
github.com/mattn/go-sqlite3 v1.14.33
github.com/pelletier/go-toml/v2 v2.2.4
golang.org/x/term v0.39.0
golang.org/x/term v0.38.0
)
require golang.org/x/sys v0.40.0 // indirect