⬆️ Upgrade Passport to fix bug

This commit is contained in:
2024-06-22 13:10:06 +08:00
parent 72299c810b
commit 0f56dba457
3 changed files with 26 additions and 39 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/passport v0.0.0-20240622041415-c37a55b88b50
git.solsynth.dev/hydrogen/passport v0.0.0-20240622050421-7007cda8f210
github.com/go-playground/validator/v10 v10.17.0
github.com/gofiber/fiber/v2 v2.52.4
github.com/golang-jwt/jwt/v5 v5.2.0