From 906e64e20b7d02d9c0147dc1a3b0cf80032ae0ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 18:28:35 +0000 Subject: [PATCH] fix(deps): update bump-dependencies --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index e7b8cec..89415fe 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/libops/cap go 1.25.3 require ( - github.com/GoogleCloudPlatform/prometheus-engine v0.8.0 + github.com/GoogleCloudPlatform/prometheus-engine v0.17.2 github.com/go-kit/log v0.2.1 github.com/prometheus/client_golang v1.23.2 github.com/prometheus/prometheus v1.99.0 @@ -70,4 +70,4 @@ require ( gopkg.in/yaml.v3 v3.0.1 // indirect ) -replace github.com/prometheus/prometheus => github.com/prometheus/prometheus v0.41.0 +replace github.com/prometheus/prometheus => github.com/prometheus/prometheus v0.311.1