[deps]: update jwt-go dependency (#12544)

jwt-go has been renamed to jwt and has a new home. See
https://github.com/dgrijalva/jwt-go/issues/462
This commit is contained in:
Emir İşman
2021-06-24 18:41:04 +03:00
committed by GitHub
parent ba6e9682e5
commit 9bf1ac0bb6
12 changed files with 20 additions and 18 deletions

View File

@@ -22,8 +22,8 @@ import (
"net/http"
"time"
jwtgo "github.com/dgrijalva/jwt-go"
jwtreq "github.com/dgrijalva/jwt-go/request"
jwtgo "github.com/golang-jwt/jwt"
jwtreq "github.com/golang-jwt/jwt/request"
"github.com/minio/minio/internal/auth"
xjwt "github.com/minio/minio/internal/jwt"
"github.com/minio/minio/internal/logger"