From 39cf692eed354b6a5d54fc6255b2fea8848d0983 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 13:13:55 +0000 Subject: [PATCH] deps: update module github.com/prometheus/common to v0.51.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 ab5a5fb9e5a..58418197a75 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.0 - github.com/prometheus/common v0.47.0 + github.com/prometheus/common v0.51.0 github.com/stretchr/testify v1.9.0 golang.org/x/exp v0.0.0-20240318143956-a85f2c67cd81 golang.org/x/net v0.21.0