Skip to content

chore(deps): bump go dependencies via update-deps script#38

Merged
ben-miru merged 1 commit into
mainfrom
claude/gotools-update-deps-buplj8
Jun 26, 2026
Merged

chore(deps): bump go dependencies via update-deps script#38
ben-miru merged 1 commit into
mainfrom
claude/gotools-update-deps-buplj8

Conversation

@miru-agents

@miru-agents miru-agents commented Jun 26, 2026

Copy link
Copy Markdown
Collaborator

Summary

Bumps Go module dependencies by running the repo's scripts/update-deps.sh (go run ./cmd/miru deps update).

Changes

  • go.mod: promotes github.com/spf13/pflag from an indirect to a direct dependency (now v1.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 ./... — pass
  • go vet ./... — pass
  • go test ./... — all packages pass except two pre-existing failures in internal/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


View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.

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
@ben-miru ben-miru merged commit b8f32fa into main Jun 26, 2026
3 checks passed
@ben-miru ben-miru deleted the claude/gotools-update-deps-buplj8 branch June 26, 2026 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants