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
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"

View File

@@ -9,7 +9,7 @@ import (
"path/filepath"
"strings"
"github.com/mholt/archiver"
"github.com/mholt/archiver/v3"
"github.com/filebrowser/filebrowser/v2/files"
"github.com/filebrowser/filebrowser/v2/fileutils"