🐛 Fix userinfo insert into wrong table

This commit is contained in:
2024-09-14 21:45:42 +08:00
parent 98036b18b7
commit af1b45bd92
3 changed files with 5 additions and 2 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module git.solsynth.dev/hydrogen/paperclip
go 1.21.6
require (
git.solsynth.dev/hydrogen/dealer v0.0.0-20240911145828-d734d617bfc8
git.solsynth.dev/hydrogen/dealer v0.0.0-20240914133539-4a48b980f0b3
github.com/go-playground/validator/v10 v10.17.0
github.com/gofiber/fiber/v2 v2.52.4
github.com/google/uuid v1.6.0