upgrade jwt

This commit is contained in:
chrislu
2023-08-22 08:26:31 -07:00
parent c49caff5a1
commit a1149f060b
3 changed files with 4 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ import (
"strings"
"time"
"github.com/golang-jwt/jwt"
jwt "github.com/golang-jwt/jwt/v5"
"github.com/seaweedfs/seaweedfs/weed/glog"
)