mirror of
https://github.com/minio/minio.git
synced 2025-11-21 02:09:08 -05:00
move to jwt-go v4 with correct releases (#13586)
This commit is contained in:
@@ -37,7 +37,7 @@ import (
|
||||
|
||||
"github.com/tinylib/msgp/msgp"
|
||||
|
||||
jwtreq "github.com/golang-jwt/jwt/request"
|
||||
jwtreq "github.com/golang-jwt/jwt/v4/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