Skip to content

chore: bump go dependencies#3033

Merged
dgageot merged 12 commits into
docker:mainfrom
dgageot:board/888d81c7af91fd1c
Jun 9, 2026
Merged

chore: bump go dependencies#3033
dgageot merged 12 commits into
docker:mainfrom
dgageot:board/888d81c7af91fd1c

Conversation

@dgageot

@dgageot dgageot commented Jun 9, 2026

Copy link
Copy Markdown
Member

This updates 15 direct Go module dependencies to their latest versions. Each dependency was bumped in a separate commit and validated with lint and test to ensure stability and catch any compatibility issues early.

The vast majority of dependencies updated without issue. One skipped update requires follow-up work: google.golang.org/adk v1.4.0 deprecates server/adka2a in favor of adka2a/v2, which is used in pkg/a2a/server.go and requires a separate code migration. This will be addressed in a follow-up PR.

Module From To Status
github.com/JohannesKaufmann/html-to-markdown/v2 v2.5.1 v2.5.2 bumped
github.com/anthropics/anthropic-sdk-go v1.46.0 v1.48.0 bumped
github.com/aws/aws-sdk-go-v2 v1.41.12 v1.42.0 bumped
github.com/aws/aws-sdk-go-v2/config v1.32.23 v1.32.24 bumped
github.com/aws/aws-sdk-go-v2/credentials v1.19.22 v1.19.23 bumped (with config)
github.com/aws/aws-sdk-go-v2/service/bedrockruntime v1.53.4 v1.53.5 bumped
github.com/aws/aws-sdk-go-v2/service/sts v1.43.2 v1.43.3 bumped (with config)
github.com/aws/smithy-go v1.27.1 v1.27.2 bumped
github.com/dop251/goja v0.0.0-20260603143327-1f200ca63355 v0.0.0-20260607120635-348e6bea910d bumped
go.yaml.in/yaml/v4 v4.0.0-rc.4 v4.0.0-rc.5 bumped
golang.org/x/image v0.41.0 v0.42.0 bumped
golang.org/x/sync v0.20.0 v0.21.0 bumped (with image)
golang.org/x/sys v0.45.0 v0.46.0 bumped
golang.org/x/term v0.43.0 v0.44.0 bumped
google.golang.org/adk v1.2.0 v1.4.0 skipped — lint failure (server/adka2a deprecated, requires migration to adka2a/v2)
modernc.org/sqlite v1.51.0 v1.52.0 bumped

@dgageot dgageot requested a review from a team as a code owner June 9, 2026 13:40

@docker-agent docker-agent left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assessment: 🟢 APPROVE

Reviewed dependency bump PR: 15 direct Go module dependencies updated in go.mod / go.sum.

Summary of analysis:

  • All bumped versions are minor/patch increments (no major version changes).
  • go.sum entries are consistent with the go.mod version constraints — old hashes removed, new hashes present.
  • No transitive dependency downgrade patterns detected.
  • The RC dependency (go.yaml.in/yaml/v4 rc.4 → rc.5) is a controlled pre-release progression with no instability signals in the diff.
  • The skipped google.golang.org/adk bump (v1.4.0) is correctly excluded; the go.mod retains v1.2.0 and no v1.4.0 entries appear in go.sum.
  • No breaking API changes or known regressions were identified across the bumped packages.

No issues found. Changes look correct and safe to merge.

@aheritier aheritier added dependencies Pull requests that update a dependency file kind/chore Maintenance, deps, CI, tooling (maps to chore: commit prefix) labels Jun 9, 2026
@dgageot dgageot merged commit 8d403b6 into docker:main Jun 9, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file kind/chore Maintenance, deps, CI, tooling (maps to chore: commit prefix)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants