fix(deps): update module gopkg.in/yaml.v2 to v3 (#5537)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-11-13 13:47:39 +01:00
committed by GitHub
parent 1c62038344
commit f26a68587d
3 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ import (
"github.com/asdine/storm/v3"
"github.com/spf13/cobra"
"github.com/spf13/pflag"
yaml "gopkg.in/yaml.v2"
yaml "gopkg.in/yaml.v3"
"github.com/filebrowser/filebrowser/v2/settings"
"github.com/filebrowser/filebrowser/v2/storage"