From c15681e544e0855c3e6fce29bbe55523c2cb8fb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:10:36 +0000 Subject: [PATCH] fix(deps): update module github.com/prometheus/common to v0.60.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 36f1db60..cd5aa699 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/hashicorp/go-version v1.2.0 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/common v0.60.0 github.com/prometheus/prometheus v0.0.0-20190710134608-e5b22494857d github.com/rakyll/statik v0.1.6 github.com/sirupsen/logrus v1.4.2 // indirect