chore: bump go dependencies#3005
Conversation
Assisted-By: docker-agent
Assisted-By: docker-agent
Assisted-By: docker-agent
Assisted-By: docker-agent
…patible Assisted-By: docker-agent
Assisted-By: docker-agent
Assisted-By: docker-agent
Assisted-By: docker-agent
… to v1.53.4 Assisted-By: docker-agent
Assisted-By: docker-agent
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
Reviewed go.mod and go.sum changes for this dependency bump PR.
Summary of analysis:
All 10 dependency bumps were examined. The AWS SDK Go v2 changes (core, config, credentials, bedrockruntime, sts, smithy-go) are all patch-level and internally consistent — every direct and indirect sub-module is bumped in lockstep with matching go.sum hashes. The docker/cli and pb33f/libopenapi bumps are patch-level with no API surface concerns.
The Masterminds/semver v3.2.1 → v3.5.0 jump was investigated most closely. While this skips two minor versions that introduced ConstraintGroup and changed pre-release constraint matching semantics, the project's only usage is semver.NewVersion() and Version.GreaterThan() in pkg/selfupdate/selfupdate.go — neither API was affected by these changes.
The openai-go/v3 (v3.38→v3.39) and google.golang.org/genai (v1.58→v1.59) minor bumps carry low risk as call sites were not changed.
All go.sum entries are present and consistent — new-version hashes added, old-version hashes removed correctly.
No bugs found in the changed code.
This updates direct Go module dependencies to their latest patch and minor versions. Each dependency was validated individually with tests and the linter to ensure no breakages.
The following 10 dependencies were bumped:
github.com/aws/aws-sdk-go-v2v1.41.11 → v1.41.12github.com/aws/aws-sdk-go-v2/configv1.32.22 → v1.32.23github.com/aws/aws-sdk-go-v2/credentialsv1.19.21 → v1.19.22github.com/aws/aws-sdk-go-v2/service/bedrockruntimev1.53.3 → v1.53.4github.com/aws/smithy-gov1.27.0 → v1.27.1github.com/Masterminds/semver/v3v3.2.1 → v3.5.0github.com/docker/cliv29.5.2 → v29.5.3github.com/openai/openai-go/v3v3.38.0 → v3.39.0github.com/pb33f/libopenapiv0.37.2 → v0.37.3google.golang.org/genaiv1.58.0 → v1.59.0All tests pass and linting shows no issues.