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

fixed direct dependencies (#6565)

This commit is contained in:
Dmitry Salakhov 2022-04-08 10:27:58 +12:00 committed by GitHub
parent 298e3d263e
commit 6419e7740a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 19 additions and 14 deletions

View file

@ -5,7 +5,7 @@ import (
"testing"
"time"
"github.com/dgrijalva/jwt-go"
"github.com/golang-jwt/jwt"
portainer "github.com/portainer/portainer/api"
"github.com/stretchr/testify/assert"
)