Use golang-jwt/jwt instead of form3tech-oss/jwt-go (#5532)

This commit is contained in:
hongming
2023-02-20 12:18:28 +08:00
committed by GitHub
parent 4ee6c8da4b
commit f0221dbed9
45 changed files with 1468 additions and 1527 deletions

View File

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