Files
TermorServer/go.mod
benya 35abd27473 feat: add sqlite-backed auth and library services
Bootstrap SQLite on server startup with embedded migrations and development seed data. Replace placeholder auth and library responses with database-backed services, bearer sessions, and repository-driven API handlers.
2026-04-02 22:22:38 +03:00

10 lines
149 B
Modula-2

module github.com/benya/temporserv
go 1.25.0
require (
github.com/go-chi/chi/v5 v5.2.1
golang.org/x/crypto v0.43.0
modernc.org/sqlite v1.39.1
)