From c03e62aac323f4f59c3df87d0c9b9fe10008b8f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 15:47:42 +0000 Subject: [PATCH] deps: update module github.com/prometheus/common to v0.49.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 545e3b7b4c4..831dc979698 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.49.0 github.com/stretchr/testify v1.8.4 golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 golang.org/x/net v0.21.0