authentification groundworks

This commit is contained in:
Mitsu
2025-07-11 08:30:53 +02:00
parent 5e9433f4ae
commit e411536477
7 changed files with 122 additions and 4 deletions
+4 -1
View File
@@ -2,4 +2,7 @@ module github.com/siestaw/laterna/server
go 1.24.4
require github.com/mattn/go-sqlite3 v1.14.28
require (
github.com/mattn/go-sqlite3 v1.14.28
golang.org/x/crypto v0.40.0
)