9 lines
147 B
Modula-2
9 lines
147 B
Modula-2
module linux-auth
|
|
|
|
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.38.0
|
|
)
|