From 1cf5f679895328dd2da1f452e2b4358d9015fbb6 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Sun, 27 Apr 2025 12:50:01 +0000 Subject: [PATCH] Update module github.com/prometheus/client_golang to v1.22.0 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- go.mod | 2 +- konnectivity-client/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index fb9e9900c..f600022de 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.20 require ( github.com/golang/mock v1.6.0 github.com/google/uuid v1.3.0 - github.com/prometheus/client_golang v1.14.0 + github.com/prometheus/client_golang v1.22.0 github.com/spf13/cobra v1.6.0 github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.8.1 diff --git a/konnectivity-client/go.mod b/konnectivity-client/go.mod index 3a407d8c2..e2edb0c0c 100644 --- a/konnectivity-client/go.mod +++ b/konnectivity-client/go.mod @@ -5,7 +5,7 @@ go 1.20 // Prefer to keep requirements compatible with the oldest supported // k/k minor version, to prevent client backport issues. require ( - github.com/prometheus/client_golang v1.11.1 + github.com/prometheus/client_golang v1.22.0 go.uber.org/goleak v1.2.0 golang.org/x/net v0.17.0 // indirect google.golang.org/grpc v1.56.3