move to jwt-go v4 with correct releases (#13586)

This commit is contained in:
Harshavardhana
2021-11-05 12:20:08 -07:00
committed by GitHub
parent cbb0828ab8
commit 520037e721
16 changed files with 26 additions and 22 deletions

View File

@@ -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