Skip to content

fix: grpc dep - #67

Merged
faloker merged 1 commit into
mainfrom
fix/grpc-dep
Sep 11, 2026
Merged

faloker merged 1 commit into
mainfrom
fix/grpc-dep

Conversation

@faloker

@faloker faloker commented Sep 11, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI lite review requested due to automatic review settings September 11, 2026 16:30
@faloker
faloker merged commit 69a40fe into main Sep 11, 2026
3 of 4 checks passed
@faloker
faloker deleted the fix/grpc-dep branch September 11, 2026 16:30

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.

Warning

Copilot couldn't run its full agentic review because it didn't start before the timeout. Make sure your repository has a runner available, or add a copilot-code-review.yml file specifying one with the runs-on attribute. See the docs for more details.

Pull request overview

Updates the Go module dependency set to resolve/refresh the gRPC dependency version.

Changes:

  • Bumps google.golang.org/grpc from v1.80.0 to v1.83.2 (indirect).
  • Updates related indirect dependencies (OpenTelemetry and several golang.org/x/* modules) and corresponding go.sum checksums.

Reviewed changes

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

File Description
go.mod Updates indirect module versions, including gRPC and related transitive deps.
go.sum Refreshes module checksums to match the updated dependency graph.

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

Comment thread go.mod
Comment on lines +93 to +101
golang.org/x/crypto v0.55.0 // indirect
golang.org/x/mod v0.38.0 // indirect
golang.org/x/net v0.58.0 // indirect
golang.org/x/sync v0.22.0 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/text v0.41.0 // indirect
golang.org/x/tools v0.48.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa // indirect
google.golang.org/grpc v1.83.2 // indirect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/M PR size: M

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants