From 13caf34341cde514314df8830482b850e08f8d4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 17:30:26 +0000 Subject: [PATCH] fix(deps): update module github.com/prometheus/prometheus to v0.51.2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 36f1db60..3d9c4c03 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/opentracing/opentracing-go v1.1.0 // indirect github.com/pkg/errors v0.8.1 github.com/prometheus/common v0.4.1 - github.com/prometheus/prometheus v0.0.0-20190710134608-e5b22494857d + github.com/prometheus/prometheus v0.51.2 github.com/rakyll/statik v0.1.6 github.com/sirupsen/logrus v1.4.2 // indirect github.com/spf13/cobra v0.0.5