update dependencies to latest versions in go.mod and go.sum#117
Merged
Conversation
Co-authored-by: Copilot <copilot@github.com>
There was a problem hiding this comment.
Pull request overview
This PR is a dependency refresh for the Go module, primarily advancing the shared xconfwebconfig dependency and the transitive observability/protobuf stack that the admin service relies on. In this codebase, those updates mainly affect build/runtime behavior through the module graph rather than through in-repo source changes.
Changes:
- Bumped the direct
github.com/rdkcentral/xconfwebconfigdependency to a newer pseudo-version. - Updated direct testing/protobuf dependencies such as
go-cmp,testify, andgoogle.golang.org/protobuf. - Refreshed a large set of indirect dependencies, including OpenTelemetry, gRPC,
golang.org/x/*, and related transitive modules.
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 requirements, including xconfwebconfig, protobuf, and observability-related packages. |
| go.sum | Refreshes checksums to match the new module graph introduced by the dependency upgrades. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
guru-ossdev
approved these changes
May 4, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This pull request updates several dependencies in the
go.modfile, focusing on keeping the codebase up to date with the latest versions and improving compatibility and security. The most important changes are grouped below:Dependency version upgrades:
github.com/rdkcentral/xconfwebconfigtov0.0.0-20260501170741-de55e77db887for new features and bug fixes.github.com/google/go-cmptov0.7.0,github.com/stretchr/testifytov1.11.1, andgoogle.golang.org/protobuftov1.36.11for improved testing and protobuf support.github.com/cenkalti/backoff/v5,github.com/cespare/xxhash/v2,github.com/go-logr/logr, andgithub.com/grpc-ecosystem/grpc-gateway/v2, to their latest versions for enhanced performance and compatibility.OpenTelemetry and related libraries:
v1.43.0and addedgo.opentelemetry.io/auto/sdk v1.2.1, ensuring better observability and tracing support.Other dependency updates:
golang.org/x/*andgoogle.golang.org/*libraries to newer versions, improving security and compatibility.