feat: first working version

This commit is contained in:
nihonium 2026-01-14 12:55:21 +03:00
parent a67e208d6e
commit 1029563cb1
11 changed files with 585 additions and 0 deletions

11
go.mod Normal file
View file

@ -0,0 +1,11 @@
module linux-auth
go 1.25.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
)
require golang.org/x/sys v0.40.0 // indirect