Skip to content

go mod update - #441

Merged
dragonsinth merged 1 commit into
masterfrom
update
Aug 28, 2026
Merged

go mod update#441
dragonsinth merged 1 commit into
masterfrom
update

Conversation

@dragonsinth

@dragonsinth dragonsinth commented Aug 28, 2026

Copy link
Copy Markdown
Member

Note

Medium Risk
Large gRPC minor-line jump can affect TLS, credentials, xDS, and reflection behavior at runtime even without local code edits; validate CLI connectivity and reflection against real targets.

Overview
This PR only updates go.mod and go.sum—no changes to application source.

The most significant direct bump is google.golang.org/grpc from 1.66.2 to 1.83.2, along with matching google.golang.org/genproto/googleapis/rpc updates. Other direct bumps include jhump/protoreflect 1.18.1, pkg/browser to a 2024 revision, while grpcurl, protobuf, and golang.org/x/* direct versions stay as they were in the diff.

The go.sum churn reflects a refreshed indirect graph typical of newer gRPC: added OpenTelemetry, SPIFFE, cloud.google.com/go/auth, and split Envoy/xDS modules, and dropped older opencensus-proto / monolithic go-control-plane entries.

Reviewed by Cursor Bugbot for commit 5b1450d. Bugbot is set up for automated code reviews on this repo. Configure here.

Copilot AI lite review requested due to automatic review settings August 28, 2026 18:23

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the module dependency graph for grpcui by bumping gRPC and related transitive dependencies, without changing application source code.

Changes:

  • Bump google.golang.org/grpc to v1.83.2 and advance google.golang.org/genproto/googleapis/rpc to a newer pseudo-version.
  • Update select direct deps (jhump/protoreflect, pkg/browser) and refresh indirect dependencies (xDS/Envoy, OpenTelemetry, SPIFFE, Google auth-related modules) reflected in go.sum.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
go.mod Updates direct and indirect module versions (notably gRPC) to newer releases/pseudo-versions.
go.sum Refreshes checksums for the updated module graph, adding/removing transitive sums accordingly.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@dragonsinth
dragonsinth merged commit 61aa774 into master Aug 28, 2026
3 checks passed
@dragonsinth
dragonsinth deleted the update branch August 28, 2026 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants