chore(deps): migrage jose to go-jose/v3 (#433)

closes #390
This commit is contained in:
Tim Möhlmann 2023-09-01 14:33:16 +03:00 committed by GitHub
parent 0879c88399
commit daf82a5e04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 47 additions and 44 deletions

View file

@ -11,8 +11,8 @@ import (
"sync"
"time"
jose "github.com/go-jose/go-jose/v3"
"github.com/google/uuid"
"gopkg.in/square/go-jose.v2"
"github.com/zitadel/oidc/v3/pkg/oidc"
"github.com/zitadel/oidc/v3/pkg/op"

View file

@ -4,7 +4,7 @@ import (
"context"
"time"
"gopkg.in/square/go-jose.v2"
jose "github.com/go-jose/go-jose/v3"
"github.com/zitadel/oidc/v3/pkg/oidc"
"github.com/zitadel/oidc/v3/pkg/op"