Skip to content

Commit

Permalink
otel test
Browse files Browse the repository at this point in the history
Signed-off-by: Spolti <fspolti@redhat.com>
  • Loading branch information
spolti committed Jan 9, 2024
1 parent 5a0bdc2 commit f8b3f0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ require (
)

replace (
//
// Fixes CVE-2022-21698 and CVE-2023-45142
// this dependency comes from k8s.io/component-base@v0.28.4 and k8s.io/apiextensions-apiserver@v0.28.4
// before removing it make sure that the next version of the related k8s dependencies contains the fix
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp => go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0
// The crypto is pulled from go/compute which is pulled by go/storage
// this replace can be removed when version 1.36.1 of go/storage is released.
Expand Down

0 comments on commit f8b3f0d

Please sign in to comment.