fix: downgraded go to 1.23.0
This commit is contained in:
parent
9f78848001
commit
f9ae5abbee
2 changed files with 6 additions and 4 deletions
6
go.mod
6
go.mod
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue