1
0

fix: upgrade jwt v5

This commit is contained in:
kolaente
2023-05-23 16:37:16 +02:00
parent 9e5c95fd6d
commit 359d0512cc
6 changed files with 6 additions and 6 deletions

View File

@ -26,7 +26,7 @@ import (
"code.vikunja.io/api/pkg/utils"
"code.vikunja.io/web"
"github.com/golang-jwt/jwt/v4"
"github.com/golang-jwt/jwt/v5"
"golang.org/x/crypto/bcrypt"
"xorm.io/builder"
"xorm.io/xorm"