chore: bump github.com/spf13/viper from 1.19.0 to 1.21.0#74
Merged
Conversation
Direct bump only; usage in this repo is limited to AutomaticEnv() + GetString(), so the indirect-dep churn (drops HCL / properties / mitchellh-mapstructure; adds go-viper/mapstructure/v2) is inert. Transitively pulled forward: - fsnotify v1.8.0 → v1.9.0 - pelletier/go-toml/v2 v2.2.3 → v2.2.4 - sagikazarmark/locafero v0.7.0 → v0.11.0 - spf13/afero v1.12.0 → v1.15.0 - spf13/cast v1.7.1 → v1.10.0 Verified locally: go build ./... clean, go vet ./... clean, make generate produces no proto/*.pb.go drift. Supersedes #65. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
Direct bump of
github.com/spf13/viperfrom 1.19.0 → 1.21.0.In-repo viper usage (
cmd/root.go,servers/server.go,cmd/serve.go) is limited toAutomaticEnv()+GetString(...), so the indirect-dep churn introduced by 1.21 is inert for us:hashicorp/hcl,magiconair/properties,mitchellh/mapstructure(config-format libs we don't use)go-viper/mapstructure/v2(replacement; not invoked through our code paths)Transitively bumped
fsnotifyv1.8.0 → v1.9.0pelletier/go-toml/v2v2.2.3 → v2.2.4sagikazarmark/locaferov0.7.0 → v0.11.0spf13/aferov1.12.0 → v1.15.0spf13/castv1.7.1 → v1.10.0Test plan
go build ./...cleango vet ./...cleanmake generateproduces noproto/*.pb.godriftSupersedes #65.
🤖 Generated with Claude Code