gitignore and modules after debian 13 build
This commit is contained in:
parent
ebd3333a14
commit
290989064d
3 changed files with 7 additions and 5 deletions
6
go.mod
6
go.mod
|
|
@ -1,9 +1,13 @@
|
|||
module linux-auth
|
||||
|
||||
go 1.23.0
|
||||
go 1.24.0
|
||||
|
||||
toolchain go1.24.4
|
||||
|
||||
require (
|
||||
github.com/mattn/go-sqlite3 v1.14.33
|
||||
github.com/pelletier/go-toml/v2 v2.2.4
|
||||
golang.org/x/term v0.38.0
|
||||
)
|
||||
|
||||
require golang.org/x/sys v0.39.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue