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

@ -25,7 +25,7 @@ import (
"code.vikunja.io/api/pkg/user"
"code.vikunja.io/web"
"github.com/golang-jwt/jwt/v4"
"github.com/golang-jwt/jwt/v5"
"github.com/labstack/echo/v4"
)