mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
feat: move jwt lib to v4 (#7773)
This commit is contained in:
parent
16dc66f173
commit
1100a2bd28
6 changed files with 8 additions and 9 deletions
|
@ -19,7 +19,7 @@ require (
|
|||
github.com/go-ldap/ldap/v3 v3.1.8
|
||||
github.com/go-playground/validator/v10 v10.10.1
|
||||
github.com/gofrs/uuid v4.0.0+incompatible
|
||||
github.com/golang-jwt/jwt v3.2.2+incompatible
|
||||
github.com/golang-jwt/jwt/v4 v4.2.0
|
||||
github.com/google/go-cmp v0.5.8
|
||||
github.com/gorilla/handlers v1.5.1
|
||||
github.com/gorilla/mux v1.7.3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue