fix:code overrided by pr#4011

Signed-off-by: Roland.Ma <rolandma@yunify.com>
This commit is contained in:
Roland.Ma
2021-06-28 07:16:24 +00:00
parent fe4ba178a7
commit d6f4311b43
4 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ import (
"kubesphere.io/kubesphere/pkg/utils/sliceutil"
oidc "github.com/coreos/go-oidc"
jwt "github.com/dgrijalva/jwt-go"
jwt "github.com/form3tech-oss/jwt-go"
"github.com/mitchellh/mapstructure"
"golang.org/x/oauth2"

View File

@@ -32,7 +32,7 @@ import (
"testing"
"time"
jwt "github.com/dgrijalva/jwt-go"
jwt "github.com/form3tech-oss/jwt-go"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"github.com/onsi/gomega/gexec"

View File

@@ -20,7 +20,7 @@ import (
"fmt"
"time"
jwt "github.com/dgrijalva/jwt-go"
jwt "github.com/form3tech-oss/jwt-go"
"k8s.io/apiserver/pkg/authentication/user"
"k8s.io/klog"
)

View File

@@ -29,7 +29,7 @@ import (
"path/filepath"
"strings"
jwt "github.com/dgrijalva/jwt-go"
jwt "github.com/form3tech-oss/jwt-go"
authtoken "kubesphere.io/kubesphere/pkg/apiserver/authentication/token"
"kubesphere.io/kubesphere/pkg/simple/client/devops"