fix(deps): update module github.com/spf13/viper (v1.20.0 → v1.20.1) (#25)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-09-05 17:07:11 +03:00
committed by GitHub
parent 9e3d1292df
commit 428e9cb977
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -7,7 +7,7 @@ require (
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
github.com/schollz/progressbar/v3 v3.18.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/viper v1.20.0
github.com/spf13/viper v1.20.1
gopkg.in/yaml.v3 v3.0.1
)