Initial commit

This commit is contained in:
2026-02-20 23:28:42 +01:00
commit 02b494a221
16 changed files with 234 additions and 0 deletions

9
go.mod Normal file
View File

@@ -0,0 +1,9 @@
module shap-planner-backend
go 1.26.0
require (
github.com/google/uuid v1.6.0
github.com/mattn/go-sqlite3 v1.14.34
golang.org/x/crypto v0.48.0
)