This commit is contained in:
2026-01-30 23:45:13 +01:00
commit 7df2651208
5 changed files with 244 additions and 0 deletions

7
backend/go.mod Normal file
View File

@@ -0,0 +1,7 @@
module git.out.jafre.li/jafreli/dashboard/backend
go 1.25.6
require github.com/go-chi/chi/v5 v5.2.3
require github.com/mattn/go-sqlite3 v1.14.33