Added skeleton for basic admin auth system
This commit is contained in:
@@ -2,6 +2,9 @@ module 192.168.1.180/odonax/filehost-athome
|
||||
|
||||
go 1.26.2
|
||||
|
||||
require github.com/mattn/go-sqlite3 v1.14.44
|
||||
require (
|
||||
github.com/mattn/go-sqlite3 v1.14.44
|
||||
golang.org/x/crypto v0.51.0
|
||||
)
|
||||
|
||||
require github.com/BurntSushi/toml v1.6.0 // indirect
|
||||
require github.com/BurntSushi/toml v1.6.0
|
||||
|
||||
Reference in New Issue
Block a user