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

@@ -7,9 +7,9 @@ import (
"os"
"path/filepath"
"github.com/asdine/storm"
toml "github.com/pelletier/go-toml"
yaml "gopkg.in/yaml.v2"
"github.com/asdine/storm/v3"
"github.com/pelletier/go-toml/v2"
"gopkg.in/yaml.v2"
"github.com/filebrowser/filebrowser/v2/auth"
"github.com/filebrowser/filebrowser/v2/settings"