Update github.com/spf13/viper from v1.11.0 to v1.21.0 - #521
Merged
Merged
Conversation
bestbeforetoday
force-pushed
the
viper
branch
2 times, most recently
from
September 9, 2026 17:47
abcb5fd to
1ad6fcd
Compare
bestbeforetoday
marked this pull request as ready for review
September 9, 2026 20:26
bestbeforetoday
force-pushed
the
viper
branch
from
September 10, 2026 08:35
1ad6fcd to
dd3cbf0
Compare
Newer versions of Viper lowercase attribute keys. To ensure the correctly cased attribute keys continue to be included in YAML files, a canonical name mapping for reserved attribute names is performed. Note that a newer version of fabric-lib-go than the current latest release version (v1.1.4) is required for compatibility with the newer Viper and mapstructure usage. This change includes some additional dependency updates not related to the Viper update. Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
bestbeforetoday
force-pushed
the
viper
branch
from
September 10, 2026 08:49
dd3cbf0 to
b79a25b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Newer versions of Viper lowercase attribute keys. To ensure the correctly cased attribute keys continue to be included in YAML files, a canonical name mapping for reserved attribute names is performed.
Note that a newer version of fabric-lib-go than the current latest release version (v1.1.4) is required for compatibility with the newer Viper and mapstructure usage.
This change includes some additional dependency updates not related to the Viper update.