1
0

Replace jwt-go with github.com/golang-jwt/jwt

This commit is contained in:
kolaente
2021-07-27 10:46:28 +02:00
parent d9b38b85f6
commit eae3cbc7bb
8 changed files with 9 additions and 8 deletions

View File

@ -29,7 +29,7 @@ import (
"xorm.io/xorm"
"code.vikunja.io/web"
"github.com/dgrijalva/jwt-go"
"github.com/golang-jwt/jwt"
"github.com/labstack/echo/v4"
"golang.org/x/crypto/bcrypt"
)