From 3bb76dde09f30e336938b704de6dca5313ef391f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 05:00:08 +0000 Subject: [PATCH] fix(deps): update bump-dependencies --- Dockerfile | 2 +- go.mod | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 96cf8f5..3b0811b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.25.12-alpine@sha256:56961d79ea8129efddcc0b8643fd8a5416b4e6228cfd477e3fd61deb2672c587 AS builder +FROM golang:1.26.5-alpine@sha256:0178a641fbb4858c5f1b48e34bdaabe0350a330a1b1149aabd498d0699ff5fb2 AS builder SHELL ["/bin/ash", "-o", "pipefail", "-ex", "-c"] diff --git a/go.mod b/go.mod index 8ead872..fe233c8 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/libops/cap go 1.25.8 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.313.1