From 891cf7f0933f47c9c753e9c282d5b9227a945fa8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 11:22:33 +0000 Subject: [PATCH] Update module github.com/prometheus/common to v0.49.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index cf06469..4e8bc89 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,6 @@ go 1.15 require ( github.com/prometheus/client_golang v1.14.0 - github.com/prometheus/common v0.39.0 + github.com/prometheus/common v0.49.0 gopkg.in/alecthomas/kingpin.v2 v2.2.6 )