From cf1142e24b4c308637bfa481107f82d149a3b585 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 16:11:40 -0400 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20module=20go.opentelemet?= =?UTF-8?q?ry.io/contrib/instrumentation/net/http/otelhttp=20(v0.52.0=20?= =?UTF-8?q?=E2=86=92=20v0.53.0)=20in=20/tools=20(#1426)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------------------------------------------------------------- | ------- | ------- | | go | go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp | v0.52.0 | v0.53.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tools/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/go.mod b/tools/go.mod index 496264fe..314c2a00 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -6,7 +6,7 @@ toolchain go1.22.5 replace github.com/nats-io/nkeys => github.com/nats-io/nkeys v0.4.7 -replace go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp => go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 +replace go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp => go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 require ( github.com/golangci/golangci-lint v1.59.1