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

Signed-off-by: hongming <coder.scala@gmail.com>
(cherry picked from commit fa7c1340e3)
This commit is contained in:
hongming
2024-11-26 11:13:36 +08:00
committed by hongming
parent 4583b5a62e
commit b1a887fbb4
40 changed files with 6 additions and 9253 deletions

View File

@@ -10,7 +10,7 @@ import (
restfulspec "github.com/emicklei/go-restful-openapi/v2"
"github.com/emicklei/go-restful/v3"
"gopkg.in/square/go-jose.v2"
"github.com/go-jose/go-jose/v4"
"kubesphere.io/kubesphere/pkg/api"
"kubesphere.io/kubesphere/pkg/apiserver/authentication/oauth"