chore(deps): refresh Go toolchain and dependencies - #162
Merged
Conversation
|
🦞👀 Pull request received. I will update this pull request when review starts. |
|
ClawSweeper status: review started. I am starting a fresh review of this pull request: chore(deps): refresh Go toolchain and dependencies This is item 1/1 in the current shard. Shard 0/1. This placeholder means the worker is alive and reading the current context. I will edit this same comment with the actual review when the claws are done clicking. Crustacean status: shell secured, claws on keyboard, evidence pebbles being sorted. |
steipete
marked this pull request as ready for review
August 28, 2026 03:51
This was referenced Aug 28, 2026
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.
Refresh the Go dependencies and build tooling while keeping application code unchanged. The default branch's CI, Docker build, secret scan, and CodeQL workflows were green before this update.
Updates:
All 40 go.mod requirements are current within their existing module paths. The remaining Actions and pinned govulncheck, deadcode, and sqlc tools are current. The shared release workflow retains its documented
@v1contract.Held upgrades: Bubble Tea 1.3.10 → 2.0.9, Bubbles 1.0.0 → 2.2.1, and Lip Gloss 1.1.0 → 2.0.6 require the coordinated v2 migration in CrawlKit, which owns Slacrawl's TUI. Their import paths, view model, and input APIs change; forcing replacements here would be an incomplete upstream migration.
Proof:
GOWORK=off make checkpassed: module verification/tidy, formatting, vet, govulncheck (no vulnerabilities), deadcode, 14 passing test packages (3 packages have no test files), and CLI help/version/metadata/init/status/TUI smoke checks.actionlintandgit diff --checkpassed. All four upgraded pre-commit hooks and the Go test hook passed on changed files; the Go formatting hook had no changed Go files to check.Supersedes the dependency updates in #160 and #161. Those bot PRs are left open for maintainer follow-up. No release or merge is included.
Codex autoreview completed with no accepted/actionable findings at its default P0 threshold. PR CI also passed without retries: core CI, Docker, CodeQL, and secret scanning.