chore(deps): bump go dependencies via update-deps script#38
Merged
Conversation
Run scripts/update-deps.sh (go run ./cmd/miru deps update) to refresh module dependencies. Promotes github.com/spf13/pflag to a direct dependency and updates go.sum entries across the linter toolchain. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BkJRqsSNZM2fYCXWdPS3gT
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
Bumps Go module dependencies by running the repo's
scripts/update-deps.sh(go run ./cmd/miru deps update).Changes
go.mod: promotesgithub.com/spf13/pflagfrom an indirect to a direct dependency (nowv1.0.10).go.sum: refreshes checksum entries across the linter/analysis toolchain (e.g.golang.org/x/net v0.52.0,github.com/onsi/ginkgo/v2 v2.28.1,github.com/onsi/gomega v1.39.1,github.com/dave/jennifer v1.7.1, and related transitive deps).Validation
go build ./...— passgo vet ./...— passgo test ./...— all packages pass except two pre-existing failures ininternal/services/covratchet(TestRatchetPackage_New_WriteError,TestRatchetPackage_Up_WriteError). These reproduce on a clean tree (no dependency changes) and are unrelated to this bump — they assert filesystem write errors that don't trigger when tests run as root.🤖 Generated with Claude Code
Generated by Claude Code
Need help on this PR? Tag
/codesmithwith what you need. Autofix is disabled.