feat(fixes): some fixes breaking build

This commit is contained in:
2025-06-16 08:36:28 +03:00
parent 45173c406c
commit 69db68607f
3 changed files with 2 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ import (
"gitea.mrixs.me/minecraft-platform/backend/internal/database"
"gitea.mrixs.me/minecraft-platform/backend/internal/models"
"github.com/golang-jwt/jwt"
"github.com/golang-jwt/jwt/v5"
"github.com/google/uuid"
"golang.org/x/crypto/bcrypt"
)