-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update Go dependencies to latest (#357)
### TL;DR Updated Go module dependencies and removed unused package. ### What changed? - Updated several Go module dependencies to their latest versions - Removed the unused `github.com/pkg/errors` package - Updated Kubernetes-related packages to version 0.31.1 - Updated OpenTelemetry packages to version 1.30.0 - Updated other dependencies like `golang.org/x/exp`, `google.golang.org/grpc`, and `google.golang.org/protobuf` ### How to test? 1. Run `go mod tidy` to ensure all dependencies are properly updated 2. Compile the project and check for any build errors 3. Run the test suite to ensure all tests pass with the updated dependencies 4. Perform a smoke test of the application's main functionality to verify no regressions ### Why make this change? Keeping dependencies up-to-date is crucial for: 1. Security: Newer versions often include security patches 2. Performance: Updated packages may contain performance improvements 3. Bug fixes: Latest versions typically include fixes for known issues 4. New features: Access to new functionality provided by updated packages 5. Compatibility: Ensuring the project works with the latest versions of its dependencies Removing unused packages helps maintain a clean and efficient codebase.
- Loading branch information
Showing
2 changed files
with
51 additions
and
57 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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