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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user