v0.3.0 storage with sqlite3 and pid management added

This commit is contained in:
2025-10-30 09:52:23 -04:00
parent 461af20c8c
commit 85be6295fc
18 changed files with 1570 additions and 69 deletions
+1
View File
@@ -6,6 +6,7 @@ require (
github.com/go-playground/validator/v10 v10.28.0
github.com/gofiber/fiber/v2 v2.52.9
github.com/google/uuid v1.6.0
github.com/mattn/go-sqlite3 v1.14.32
)
require (