[🚀] v0.12.20

This commit is contained in:
2025-01-09 17:10:36 +08:00
parent ba7f1292f9
commit 3e5f407402
5 changed files with 115 additions and 81 deletions

View File

@ -4,7 +4,7 @@ import (
"net/url"
"time"
"github.com/golang-jwt/jwt/v4"
"github.com/golang-jwt/jwt/v5"
)
var _ Token = (*token)(nil)

View File

@ -1,7 +1,7 @@
package token
import (
"github.com/golang-jwt/jwt/v4"
"github.com/golang-jwt/jwt/v5"
"time"
)