Update module dependency versions (protovalidate, go-git, gqlparser, google genproto, etc.)#1056
Open
sourishkrout wants to merge 1 commit intomainfrom
Open
Conversation
Signed-off-by: Codex <codex@openai.com> Signed-off-by: Sebastian (Tiedtke) Huckleberry <sebastiantiedtke@gmail.com>
b01369e to
c7aae20
Compare
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.
Motivation
Description
go.modandgo.sumwith multiple dependency bumps, includingbuf.build/go/protovalidate1.1.2 -> 1.1.3,github.com/go-git/go-billy/v55.7.0 -> 5.8.0,github.com/go-git/go-git/v55.16.5 -> 5.17.0,github.com/vektah/gqlparser/v22.5.31 -> 2.5.32,golang.org/x/net0.50.0 -> 0.51.0,google.golang.org/api0.267.0 -> 0.269.0,google.golang.org/genprotoand itsgoogleapis/rpcentries to newer revisions,github.com/clipperhouse/displaywidth0.10.0 -> 0.11.0,github.com/envoyproxy/protoc-gen-validate1.3.0 -> 1.3.3,github.com/petermattis/goidupdated to a newer pseudo-version,github.com/prometheus/procfs0.19.2 -> 0.20.0, andgolang.org/x/expto a newer pseudo-version among other indirect updates.go.modandgo.sum) and do not modify application code or behavior.Testing
go mod tidyto refresh modules and ensurego.sumconsistency and it completed successfully.go test ./...and they passed locally (no failing tests).Codex Task