1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 13:29:41 +02:00

feat: move jwt lib to v4 (#7773)

This commit is contained in:
Dmitry Salakhov 2022-10-20 10:26:11 +13:00 committed by GitHub
parent 16dc66f173
commit 1100a2bd28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 9 deletions

View file

@ -9,7 +9,7 @@ import (
portainer "github.com/portainer/portainer/api"
"github.com/portainer/portainer/api/dataservices"
"github.com/golang-jwt/jwt"
"github.com/golang-jwt/jwt/v4"
"github.com/gorilla/securecookie"
"github.com/rs/zerolog/log"
)