chore: bump direct Go dependencies#3507
Merged
Merged
Conversation
Also bumps credentials to v1.19.27 and sts to v1.44.0 (required by config). Assisted-By: docker-agent
… to v1.55.0 Assisted-By: docker-agent
Assisted-By: docker-agent
Assisted-By: docker-agent
melmennaoui
approved these changes
Jul 7, 2026
docker-agent
reviewed
Jul 7, 2026
docker-agent
left a comment
Contributor
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
Routine dependency bump — all six library upgrades look clean.
Reviewed:
aws-sdk-go-v2/configv1.32.27 → v1.32.28, with consistent co-bumps ofcredentialsv1.19.27,stsv1.44.0,signinv1.3.0,ssov1.32.0,ssooidcv1.37.0 — the full AWS SDK cohort moves together as expected.bedrockruntimev1.54.2 → v1.55.0 — minor bump, no breaking public API changes in the Go SDK at this version.fzfv0.73.1 → v0.74.0 — stable Go library API, no breaking changes for this increment.go-ctyv1.18.1 → v1.19.0 — backward-compatible within the v1 series; the newgo-textseg/v17indirect dependency (replacing v15) is expected and both major versions are retained ingo.modcorrectly when different transitive paths require them.
No version downgrades, no missing transitive updates, no checksum concerns, and no breaking API changes affecting the codebase were found.
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.
Routine dependency maintenance: bump four direct Go dependencies to their latest releases. All changes are in
go.modandgo.sumonly, with no code modifications required.Each bump was validated individually with
task lintandtask test(excludingpkg/memory/database/sqlite, which has a pre-existingSQLITE_BUSYfailure on the main checkout unrelated to these changes).google.golang.org/adkwas skipped because v1.3.0+ deprecatesserver/adka2a(used inpkg/a2a), tripping staticcheck SA1019. Migrating toadka2a/v2requires rewritingpkg/a2a/executor_wrapper.goto use the iterator-based Execute API and deserves a dedicated PR.