github.com/golang-jwt/jwt v3.2.2 -> v4.1.0 (#397)

This commit is contained in:
6543
2021-10-04 15:35:47 +02:00
committed by GitHub
parent 6547ef380c
commit 3837e03866
31 changed files with 568 additions and 271 deletions

View File

@@ -18,7 +18,7 @@ import (
"fmt"
"net/http"
"github.com/golang-jwt/jwt"
"github.com/golang-jwt/jwt/v4"
"github.com/sirupsen/logrus"
)