fix: upgrade vulnerable versions of the library

This commit is contained in:
Oleg Lobanov 2021-12-21 00:17:26 +01:00
parent c2e03bbfab
commit 6eb3ab0635
No known key found for this signature in database
GPG key ID: 7CC64E41212621B0
4 changed files with 36 additions and 24 deletions

View file

@ -8,8 +8,8 @@ import (
"strings"
"time"
jwt "github.com/dgrijalva/jwt-go"
"github.com/dgrijalva/jwt-go/request"
jwt "github.com/golang-jwt/jwt"
"github.com/golang-jwt/jwt/request"
"github.com/filebrowser/filebrowser/v2/errors"
"github.com/filebrowser/filebrowser/v2/users"