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

@ -10,7 +10,7 @@ import (
"strings"
"time"
"gopkg.in/square/go-jose.v2"
jose "github.com/go-jose/go-jose/v3"
str "github.com/zitadel/oidc/v3/pkg/strings"
)