mirror of
https://github.com/minio/minio.git
synced 2025-11-21 02:09:08 -05:00
[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:
@@ -37,7 +37,7 @@ import (
|
||||
|
||||
"github.com/tinylib/msgp/msgp"
|
||||
|
||||
jwtreq "github.com/dgrijalva/jwt-go/request"
|
||||
jwtreq "github.com/golang-jwt/jwt/request"
|
||||
"github.com/gorilla/mux"
|
||||
"github.com/minio/minio/internal/config"
|
||||
xhttp "github.com/minio/minio/internal/http"
|
||||
|
||||
Reference in New Issue
Block a user