update third party dependencies

This commit is contained in:
MaysWind
2022-03-20 23:13:34 +08:00
parent 7364380312
commit 2dbf4d652d
6 changed files with 547 additions and 74 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package core
import (
"github.com/dgrijalva/jwt-go"
"github.com/golang-jwt/jwt/v4"
)
// TokenType represents token type
+2 -2
View File
@@ -6,8 +6,8 @@ import (
"strings"
"time"
"github.com/dgrijalva/jwt-go"
"github.com/dgrijalva/jwt-go/request"
"github.com/golang-jwt/jwt/v4"
"github.com/golang-jwt/jwt/v4/request"
"xorm.io/xorm"
"github.com/mayswind/ezbookkeeping/pkg/core"