chore: update pgx, grpc, and golang.org/x dependencies#138
Draft
kendraash wants to merge 1 commit into
Draft
Conversation
Bump direct deps pgx/v5 (v5.10.0), golang.org/x/text (v0.38.0), and
grpc (v1.81.1), plus indirect golang.org/x/{crypto,net,sync,sys,term}.
Re-vendored; build and tests pass.
Co-authored-by: c1-squire-dev[bot] <c1-squire-dev[bot]@users.noreply.github.com>
2 tasks
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.
What
Updates several dependencies (minor/patch only, no major bumps) and re-vendors.
Direct:
github.com/jackc/pgx/v5v5.7.4 → v5.10.0golang.org/x/textv0.36.0 → v0.38.0google.golang.org/grpcv1.81.0 → v1.81.1Indirect:
golang.org/x/cryptov0.50.0 → v0.53.0golang.org/x/netv0.53.0 → v0.56.0golang.org/x/syncv0.20.0 → v0.21.0golang.org/x/sysv0.43.0 → v0.46.0golang.org/x/termv0.42.0 → v0.44.0How
go get(pinned versions) →go mod tidy→go mod vendor.Verification
go build ./...go test ./...(all packages pass)🤖 Generated with Claude Code
🏰 Squire environment: noble-bear-83740
Task: 5518629e-e5dd-4331-9b26-21be4f169606