diff options
| author | chrislu <chris.lu@gmail.com> | 2023-08-22 08:26:31 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-08-22 08:26:31 -0700 |
| commit | a1149f060bbd2d37a92d2d9dec3208a22fcdac7c (patch) | |
| tree | d58c8122372fcdad82cb54c52b32f8b3b602f171 /weed/security/jwt.go | |
| parent | c49caff5a1c98bfcfbf89ea554bd21cd15d71f90 (diff) | |
| download | seaweedfs-a1149f060bbd2d37a92d2d9dec3208a22fcdac7c.tar.xz seaweedfs-a1149f060bbd2d37a92d2d9dec3208a22fcdac7c.zip | |
upgrade jwt
Diffstat (limited to 'weed/security/jwt.go')
| -rw-r--r-- | weed/security/jwt.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/security/jwt.go b/weed/security/jwt.go index 0b51f086d..446c3c21d 100644 --- a/weed/security/jwt.go +++ b/weed/security/jwt.go @@ -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" ) |
