Deps: Replace go-jose v2 with go-jose v3 (#64228)

replace go-jose v2 with go-jose v3
This commit is contained in:
Jo
2023-03-06 15:12:51 +01:00
committed by GitHub
parent 05275cc9a4
commit 45fde4235b
12 changed files with 17 additions and 15 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"reflect"
"time"
"gopkg.in/square/go-jose.v2/jwt"
"github.com/go-jose/go-jose/v3/jwt"
)
func (s *AuthService) initClaimExpectations() error {