1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-20 02:03:17 +00:00

lib/jwtutil: upgrade jwt-go (golang-jwt) from v4 to v5

This commit is contained in:
albertony
2025-01-15 16:33:18 +01:00
parent f4d7df1511
commit 8c3ea2842c
2 changed files with 27 additions and 127 deletions

View File

@@ -14,7 +14,7 @@ import (
"strings"
"time"
"github.com/golang-jwt/jwt/v4"
"github.com/golang-jwt/jwt/v5"
"github.com/rclone/rclone/fs"
"github.com/rclone/rclone/fs/config/configmap"
"github.com/rclone/rclone/lib/oauthutil"