Skip to content

chore(deps): update Go dependencies and Dockerfile base images#31

Merged
taleodor merged 1 commit into
mainfrom
2026-07-dep-updates
Jul 10, 2026
Merged

chore(deps): update Go dependencies and Dockerfile base images#31
taleodor merged 1 commit into
mainfrom
2026-07-dep-updates

Conversation

@taleodor-claude

Copy link
Copy Markdown
Contributor

Summary

Routine dependency refresh for the CLI.

Go modules (all to latest):

  • CycloneDX/cyclonedx-go 0.10.0 → 0.11.0 (compiles clean, no API changes needed)
  • 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

Held back deliberately: anchore/go-struct-converter stays at 0.1.0 — 0.2.1 removes ConvertFrom, which spdx/tools-golang 0.5.7 (latest available) still calls; bumping it breaks the build.

Dockerfile (digest-pinned from fresh pulls):

  • builder: golang:1.26.3-alpine3.23golang:1.26.5-alpine3.24
  • runtime: alpine:3.23.4alpine:3.24.1

Validation

  • go build, go vet ./..., go test ./... all green
  • Full multi-stage docker build passes; containerized rearm version runs

🤖 Generated with Claude Code

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>
@taleodor
taleodor merged commit 2f7a5b9 into main Jul 10, 2026
1 check passed
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.

2 participants