Bump lico to latest release

This commit is contained in:
Ralf Haferkamp
2024-05-08 17:57:35 +02:00
parent 3be286a2a3
commit 62dbf737c7
18 changed files with 92 additions and 101 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ import (
"net/http"
"net/url"
"gopkg.in/square/go-jose.v2"
"github.com/go-jose/go-jose/v3"
)
// Supported Authority kind string values.
+1 -1
View File
@@ -27,10 +27,10 @@ import (
"strings"
"sync"
"github.com/go-jose/go-jose/v3"
"github.com/golang-jwt/jwt/v4"
"github.com/libregraph/oidc-go"
"github.com/sirupsen/logrus"
"gopkg.in/square/go-jose.v2"
konnectoidc "github.com/libregraph/lico/oidc"
"github.com/libregraph/lico/oidc/payload"