bump direct go dependencies#2803
Open
dgageot wants to merge 3 commits into
Open
Conversation
Assisted-By: docker-agent
…patible Assisted-By: docker-agent
Assisted-By: docker-agent
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
Routine dependency bump updating three direct Go modules:
github.com/anthropics/anthropic-sdk-gov1.42.0 → v1.43.0github.com/docker/cliv29.4.3+incompatible → v29.5.0+incompatiblegoogle.golang.org/genaiv1.56.0 → v1.57.0
Also promotes github.com/standard-webhooks/standard-webhooks/libraries from a pseudo-version to the tagged release v0.0.1. The go.mod hash for that module is identical between old and new entries, confirming content consistency; the h1 hash difference is expected for a different zip archive.
All go.sum entries are consistent with their corresponding go.mod changes. No source code modifications are present — only dependency metadata files are touched. No issues 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.
Bumps direct Go module dependencies, validated individually with lint and tests.
Assisted-By: docker-agent