From 85da916a1de43c7834bee3a1b4aa30e02d6dd029 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 01:56:40 +0000 Subject: [PATCH] build(deps): update module github.com/prometheus/common to v0.67.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e7c66c57..eb5d5ec6 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/sts v1.38.6 github.com/aws/smithy-go v1.23.0 github.com/prometheus/client_golang v1.23.2 - github.com/prometheus/common v0.66.1 + github.com/prometheus/common v0.67.0 github.com/prometheus/exporter-toolkit v0.14.1 github.com/prometheus/prometheus v0.306.0 )