-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gomod: update otel and circl for CVEs
This updates two of our dependencies to resolve GHSA-9763-4f94-gfch and CVE-2023-47108. Initially I ran go get \ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/[email protected] \ github.com/cloudflare/[email protected] But then "go mod tidy" failed since otel likes to refactor and rename things for not much benefit to end users. I tried a few different things to get it to work, but finally just updated all otel deps to the latest version: go get -u go.opentelemetry.io/otel/... Test Plan: unit tests, "go mod tidy" is clean and "trivy fs go.mod" reports no vulns.
- Loading branch information
1 parent
7ec3d8e
commit f664883
Showing
2 changed files
with
89 additions
and
123 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
Oops, something went wrong.