Add /user/{userId} (#24)

Closes #9

Reviewed-on: #24
This commit was merged in pull request #24.
This commit is contained in:
2025-05-08 11:31:02 +02:00
parent 1baa1afb07
commit 5a19fc041d
5 changed files with 68 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ module allowance_planner
go 1.24.2
require (
gitea.seeseepuff.be/seeseemelk/mysqlite v0.9.0
gitea.seeseepuff.be/seeseemelk/mysqlite v0.10.0
github.com/gavv/httpexpect/v2 v2.17.0
github.com/gin-gonic/gin v1.10.0
)