⬆️ Upgrade Passport to add cache

This commit is contained in:
2024-06-23 16:14:32 +08:00
parent ee4953c6d4
commit c2539530ed
2 changed files with 3 additions and 3 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-20240622131052-18ae5f12e2e7
git.solsynth.dev/hydrogen/passport v0.0.0-20240623081149-7ddbea8bcb86
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