From 0b2cf192e771d7f41a6b3dd2c55698893f68beab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Mon, 28 Oct 2024 11:10:40 +0000 Subject: [PATCH] chore(deps): update module github.com/prometheus/client_golang to v1.20.5 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6c75e64..c21927c 100644 --- a/go.mod +++ b/go.mod @@ -45,7 +45,7 @@ require ( github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.2 // indirect github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect - github.com/prometheus/client_golang v1.20.4 + github.com/prometheus/client_golang v1.20.5 github.com/sirupsen/logrus v1.9.3 github.com/spf13/pflag v1.0.5 // indirect github.com/stretchr/testify v1.9.0