getting somewhere with db and auth

This commit is contained in:
2025-01-19 21:17:07 +01:00
parent be32dec202
commit 52ab45fe53
7 changed files with 326 additions and 69 deletions
+4 -1
View File
@@ -2,4 +2,7 @@ module gitea.boner.be/bdnugget/goonserver
go 1.23.0
require google.golang.org/protobuf v1.36.3
require (
github.com/mattn/go-sqlite3 v1.14.24
google.golang.org/protobuf v1.36.3
)