[chore] bumps our spf13/viper version (#3943)

* bumps our spf13/viper version

* fixes the one breaking change
This commit is contained in:
kim 2025-03-26 11:44:24 +00:00 committed by GitHub
commit f46e490c30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
147 changed files with 4637 additions and 18493 deletions

View file

@ -17,8 +17,6 @@ linters-settings:
disabled-checks:
- importShadow
- unnamedResult
golint:
min-confidence: 0
goimports:
local-prefixes: github.com/spf13/viper
@ -30,7 +28,6 @@ linters:
- dupl
- durationcheck
- exhaustive
- exportloopref
- gci
- gocritic
- godot