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

closes #390
This commit is contained in:
Tim Möhlmann 2023-08-29 18:45:26 +03:00
parent 0879c88399
commit a3aa772ba6
32 changed files with 47 additions and 44 deletions

View file

@ -5,11 +5,11 @@ import (
"testing"
"time"
jose "github.com/go-jose/go-jose/v3"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
tu "github.com/zitadel/oidc/v3/internal/testutil"
"github.com/zitadel/oidc/v3/pkg/oidc"
"gopkg.in/square/go-jose.v2"
)
func TestVerifyTokens(t *testing.T) {