downgrade golang-jwt to support go 1.14 (#1073)

This commit is contained in:
Kevin Wan
2021-09-21 13:42:45 +08:00
committed by GitHub
parent 9a724fe907
commit 1eb1450c43
6 changed files with 10 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ import (
"net/http"
"net/http/httputil"
"github.com/golang-jwt/jwt/v4"
"github.com/golang-jwt/jwt"
"github.com/tal-tech/go-zero/core/logx"
"github.com/tal-tech/go-zero/rest/token"
)