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
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
8 changed files with 9 additions and 8 deletions

View file

@ -25,7 +25,7 @@ import (
"code.vikunja.io/api/pkg/user"
"code.vikunja.io/api/pkg/utils"
"code.vikunja.io/web"
"github.com/dgrijalva/jwt-go"
"github.com/golang-jwt/jwt"
"xorm.io/xorm"
)