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:
@@ -20,7 +20,7 @@ package openid
|
||||
import (
|
||||
"crypto"
|
||||
|
||||
"github.com/golang-jwt/jwt"
|
||||
"github.com/golang-jwt/jwt/v4"
|
||||
|
||||
// Needed for SHA3 to work - See: https://golang.org/src/crypto/crypto.go?s=1034:1288
|
||||
_ "golang.org/x/crypto/sha3" // There is no SHA-3 FIPS-140 2 compliant implementation
|
||||
|
||||
Reference in New Issue
Block a user