From 49e2844b4195cf939ac17a766a0becd7df55bfd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 15:40:05 +0000 Subject: [PATCH] deps: update module github.com/prometheus/common to v0.55.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- metrics-operator/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metrics-operator/go.mod b/metrics-operator/go.mod index 7c43f9bc1a5..de878ff59db 100644 --- a/metrics-operator/go.mod +++ b/metrics-operator/go.mod @@ -13,7 +13,7 @@ require ( github.com/pkg/errors v0.9.1 github.com/prometheus/client_golang v1.18.0 github.com/prometheus/client_model v0.6.1 - github.com/prometheus/common v0.47.0 + github.com/prometheus/common v0.55.0 github.com/stretchr/testify v1.9.0 golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 golang.org/x/net v0.25.0