chore(deps): update fxamacker/cbor to v2.9.2 and bump other dependencies#131
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates several indirect Go dependencies in go.mod and go.sum to their newer versions, including github.com/fxamacker/cbor/v2, go.yaml.in/yaml/v2, golang.org/x/net, golang.org/x/text, k8s.io/kube-openapi, k8s.io/utils, and sigs.k8s.io/structured-merge-diff/v6, and removes unused dependencies such as github.com/kr/text. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
There was a problem hiding this comment.
Pull request overview
Note
Copilot couldn't run its full agentic review because no GitHub Actions runner was available. Make sure your repository has a runner available to run Copilot's review, or add a copilot-setup-steps.yml file specifying one with the runs-on attribute. See the docs for more details.
Updates Go module dependencies, primarily bumping fxamacker/cbor and several indirect libraries to newer versions.
Changes:
- Bumped
github.com/fxamacker/cbor/v2fromv2.9.0tov2.9.2 - Updated several indirect dependencies (e.g.,
golang.org/x/net,golang.org/x/text,k8s.io/*,go.yaml.in/yaml/v2) - Cleaned up
go.sumentries to match the updated module graph
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates indirect dependency versions, including fxamacker/cbor/v2 and various golang.org/x/* and k8s.io/* modules. |
| go.sum | Refreshes checksums in line with the updated dependency versions and prunes no-longer-needed sums. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.