Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jun 6, 2025

This PR updates key dependencies in the go.mod file for the release/v1.5 branch to address security vulnerabilities and bug fixes identified by dependabot.

Changes

The following dependencies have been updated:

  • google.golang.org/grpc: v1.72.2v1.73.0
  • golang.org/x/crypto: v0.38.0v0.39.0
  • golang.org/x/sync: v0.14.0v0.15.0
  • golang.org/x/time: v0.11.0v0.12.0

Additional transitive dependencies were also updated:

  • google.golang.org/genproto/googleapis/rpc: Updated to latest version
  • golang.org/x/text: v0.25.0v0.26.0
  • go.opentelemetry.io/otel packages: v1.34.0v1.35.0

Verification

  • ✅ All builds pass (go build ./cni/..., go build ./cns/..., go build ./npm/...)
  • ✅ Unit tests pass
  • go mod verify confirms all modules are verified
  • go mod tidy applied to ensure consistency
  • ✅ No breaking changes introduced

These updates address security fixes and bug improvements while maintaining compatibility with the existing codebase.

Fixes #3720.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@jpayne3506 jpayne3506 closed this Jun 6, 2025
Copilot AI changed the title [WIP] Update ./go.mod on release/v1.5 branch Update dependencies in go.mod for release/v1.5 branch Jun 6, 2025
Copilot AI requested a review from jpayne3506 June 6, 2025 22:24
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.

Update ./go.mod on release/v1.5 branch

2 participants