mirror of
https://github.com/pgsty/minio.git
synced 2026-03-16 17:53:43 +01:00
move to jwt-go v4 with correct releases (#13586)
This commit is contained in:
@@ -22,8 +22,8 @@ import (
|
||||
"net/http"
|
||||
"time"
|
||||
|
||||
jwtgo "github.com/golang-jwt/jwt"
|
||||
jwtreq "github.com/golang-jwt/jwt/request"
|
||||
jwtgo "github.com/golang-jwt/jwt/v4"
|
||||
jwtreq "github.com/golang-jwt/jwt/v4/request"
|
||||
"github.com/minio/minio/internal/auth"
|
||||
xjwt "github.com/minio/minio/internal/jwt"
|
||||
"github.com/minio/minio/internal/logger"
|
||||
|
||||
Reference in New Issue
Block a user