From 71325ba090d00fd4fc9be759ad9a316c73c80a49 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 12 Mar 2023 12:19:37 +0000 Subject: [PATCH] Update module github.com/prometheus/client_golang to v1.14.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8b23b2a..6cd6a41 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/simonpasquier/instrumented_app require ( github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect - github.com/prometheus/client_golang v1.7.1 + github.com/prometheus/client_golang v1.14.0 gopkg.in/alecthomas/kingpin.v2 v2.2.6 )