Replace vulnerable dependency gopkg.in/square/go-jose.v2 (#6290)

Signed-off-by: hongming <coder.scala@gmail.com>
This commit is contained in:
hongming
2024-11-26 11:13:36 +08:00
committed by GitHub
parent 9c962d3cbf
commit fa7c1340e3
41 changed files with 8 additions and 9255 deletions

View File

@@ -22,11 +22,11 @@ import (
"kubesphere.io/kubesphere/pkg/server/options"
"github.com/go-jose/go-jose/v4"
"github.com/golang-jwt/jwt/v4"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
"github.com/onsi/gomega/gexec"
"gopkg.in/square/go-jose.v2"
"kubesphere.io/kubesphere/pkg/apiserver/authentication/identityprovider"
)