🐛 Fix userinfo insert into wrong table

This commit is contained in:
2024-09-14 21:43:50 +08:00
parent a131a5bf86
commit 20e399bb39
3 changed files with 5 additions and 6 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module git.solsynth.dev/hydrogen/interactive
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/json-iterator/go v1.1.12