Upgrade to koanf 2.2.1 (#5985)

This commit is contained in:
stashcoder42
2025-11-06 02:20:52 -05:00
committed by GitHub
parent 20fa5d3146
commit 96a7e087f2
4 changed files with 29 additions and 94 deletions

View File

@@ -16,9 +16,9 @@ import (
"golang.org/x/crypto/bcrypt"
"github.com/knadh/koanf"
"github.com/knadh/koanf/parsers/yaml"
"github.com/knadh/koanf/providers/file"
"github.com/knadh/koanf/v2"
"github.com/stashapp/stash/internal/identify"
"github.com/stashapp/stash/pkg/fsutil"