build(backend): bump dependency versions

This commit is contained in:
Oleg Lobanov
2022-05-04 00:48:45 +04:00
parent 596c73288f
commit 7c9a75e725
16 changed files with 494 additions and 191 deletions

View File

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