chore: upgrade dependencies (#1444)

* chore: upgrade dependencies

* ci: upgrade go to 1.15
This commit is contained in:
Kevin Wan
2022-01-14 11:01:02 +08:00
committed by GitHub
parent b9b80c068b
commit 468c237189
7 changed files with 76 additions and 74 deletions

View File

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