mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
move to jwt-go v4 with correct releases (#13586)
This commit is contained in:
@@ -28,7 +28,7 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
jwtgo "github.com/golang-jwt/jwt"
|
||||
jwtgo "github.com/golang-jwt/jwt/v4"
|
||||
"github.com/minio/minio/internal/jwt"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user