fix: update jwt package import to v5 across multiple files

This commit is contained in:
CaIon
2025-10-09 14:17:49 +08:00
parent 15a7edf6d6
commit 60dc910a27
4 changed files with 4 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ import (
"strings"
"github.com/bytedance/gopkg/cache/asynccache"
"github.com/golang-jwt/jwt"
"github.com/golang-jwt/jwt/v5"
"fmt"
"time"