From 928e9877a82bf821f6a9f6ed8401ef2b70c45f2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 21:25:37 +0000 Subject: [PATCH] Renovate: Update External dependencies --- go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 22998e3..e84526a 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/sapcc/maia go 1.22.0 -toolchain go1.23.2 +toolchain go1.23.3 require ( github.com/databus23/goslo.policy v0.0.0-20210929125152-81bf2876dbdb @@ -12,13 +12,13 @@ require ( github.com/patrickmn/go-cache v2.1.0+incompatible github.com/prometheus/client_golang v1.20.5 github.com/prometheus/common v0.60.1 - github.com/prometheus/prometheus v0.55.0 + github.com/prometheus/prometheus v0.55.1 github.com/rs/cors v1.11.1 github.com/spf13/cobra v1.8.1 github.com/spf13/viper v1.19.0 github.com/stretchr/testify v1.9.0 go.uber.org/mock v0.5.0 - golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c + golang.org/x/exp 2d47ceb2692f ) require (