fix: 更新依赖 jwt。

This commit is contained in:
兰玉磊
2021-08-03 23:18:01 +08:00
parent abff5c4055
commit ce01de35c1
3 changed files with 4 additions and 2 deletions

View File

@@ -9,8 +9,8 @@ import (
"strings"
"time"
"github.com/dgrijalva/jwt-go"
"github.com/gin-gonic/gin"
"github.com/golang-jwt/jwt"
)
type MapClaims map[string]interface{}