Skip to content

Update module dependency versions (protovalidate, go-git, gqlparser, google genproto, etc.)#1056

Open
sourishkrout wants to merge 1 commit intomainfrom
codex/create-branch-for-non-breaking-dependencies-update
Open

Update module dependency versions (protovalidate, go-git, gqlparser, google genproto, etc.)#1056
sourishkrout wants to merge 1 commit intomainfrom
codex/create-branch-for-non-breaking-dependencies-update

Conversation

@sourishkrout
Copy link
Contributor

Motivation

  • Refresh a set of direct and indirect dependencies to pick up bug fixes, patch updates, and transitive version advances.
  • Keep vendored tooling and libraries like protobuf/genproto, google APIs, and git-related packages up-to-date to reduce drift and potential compatibility issues.

Description

  • Updated go.mod and go.sum with multiple dependency bumps, including buf.build/go/protovalidate 1.1.2 -> 1.1.3, github.com/go-git/go-billy/v5 5.7.0 -> 5.8.0, github.com/go-git/go-git/v5 5.16.5 -> 5.17.0, github.com/vektah/gqlparser/v2 2.5.31 -> 2.5.32, golang.org/x/net 0.50.0 -> 0.51.0, google.golang.org/api 0.267.0 -> 0.269.0, google.golang.org/genproto and its googleapis/rpc entries to newer revisions, github.com/clipperhouse/displaywidth 0.10.0 -> 0.11.0, github.com/envoyproxy/protoc-gen-validate 1.3.0 -> 1.3.3, github.com/petermattis/goid updated to a newer pseudo-version, github.com/prometheus/procfs 0.19.2 -> 0.20.0, and golang.org/x/exp to a newer pseudo-version among other indirect updates.
  • Changes are limited to dependency metadata (go.mod and go.sum) and do not modify application code or behavior.

Testing

  • Ran go mod tidy to refresh modules and ensure go.sum consistency and it completed successfully.
  • Ran unit tests with go test ./... and they passed locally (no failing tests).

Codex Task

@sourishkrout sourishkrout marked this pull request as ready for review February 27, 2026 17:38
Signed-off-by: Codex <codex@openai.com>
Signed-off-by: Sebastian (Tiedtke) Huckleberry <sebastiantiedtke@gmail.com>
@sourishkrout sourishkrout force-pushed the codex/create-branch-for-non-breaking-dependencies-update branch from b01369e to c7aae20 Compare February 27, 2026 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant