chore(deps): update Go dependencies and Dockerfile base images#31
Merged
Conversation
Go modules updated to latest: CycloneDX/cyclonedx-go 0.10.0 -> 0.11.0 (no code changes required), golang.org/x/net 0.54.0 -> 0.57.0, x/sys 0.44.0 -> 0.47.0, x/text 0.37.0 -> 0.40.0, pelletier/go-toml/v2 2.3.1 -> 2.4.3. anchore/go-struct-converter is held at 0.1.0: 0.2.1 removes ConvertFrom, which spdx/tools-golang 0.5.7 (latest) still calls, breaking the build. Dockerfile bases bumped and digest-pinned from fresh pulls: - golang 1.26.3-alpine3.23 -> 1.26.5-alpine3.24 - alpine 3.23.4 -> 3.24.1 Verified: go build, go vet, go test green; full docker build and a containerized version run pass. ReARM-Agentic-Session: cli-dep-updates-1783688459 ReARM-Agent: 62df357e-a3a4-4df5-82d4-049e629d1c6b Co-Authored-By: Claude Fable 5 <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
Routine dependency refresh for the CLI.
Go modules (all to latest):
CycloneDX/cyclonedx-go0.10.0 → 0.11.0 (compiles clean, no API changes needed)golang.org/x/net0.54.0 → 0.57.0,x/sys0.44.0 → 0.47.0,x/text0.37.0 → 0.40.0pelletier/go-toml/v22.3.1 → 2.4.3Held back deliberately:
anchore/go-struct-converterstays at 0.1.0 — 0.2.1 removesConvertFrom, whichspdx/tools-golang0.5.7 (latest available) still calls; bumping it breaks the build.Dockerfile (digest-pinned from fresh pulls):
golang:1.26.3-alpine3.23→golang:1.26.5-alpine3.24alpine:3.23.4→alpine:3.24.1Validation
go build,go vet ./...,go test ./...all greendocker buildpasses; containerizedrearm versionruns🤖 Generated with Claude Code