1
0
mirror of https://github.com/minio/mc.git synced 2025-11-10 13:42:32 +03:00

deps: update jwt-go dependency (#3756)

This commit is contained in:
Emir İşman
2021-07-10 22:37:58 +02:00
committed by GitHub
parent 5e95eea60c
commit 05ec684549
3 changed files with 4 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ import (
"github.com/minio/mc/pkg/probe"
"github.com/minio/pkg/console"
jwtgo "github.com/dgrijalva/jwt-go"
jwtgo "github.com/golang-jwt/jwt"
json "github.com/minio/colorjson"
yaml "gopkg.in/yaml.v2"
)