From 5dc157f700890a176dfc69403ca752101a066ea2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 23:32:04 +0000 Subject: [PATCH] Update module github.com/prometheus/common to v0.54.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index bbb0b93..1ca4aed 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/mitchellh/copystructure v1.1.1 // indirect github.com/prometheus/alertmanager v0.24.0 github.com/prometheus/client_golang v1.12.1 - github.com/prometheus/common v0.32.1 + github.com/prometheus/common v0.54.0 go.opentelemetry.io/contrib v0.20.0 // indirect go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.30.0 go.opentelemetry.io/contrib/propagators v1.0.0