From 66849273174614ca4693fa4c2d89bf4546ce9c97 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 1 Aug 2019 14:37:48 +0000 Subject: [PATCH] Update module prometheus/client_golang to v1.1.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3ae7179ee..9ca394a3b 100644 --- a/go.mod +++ b/go.mod @@ -25,7 +25,7 @@ require ( github.com/patrickmn/go-cache v2.1.0+incompatible github.com/pkg/errors v0.8.1 // indirect github.com/pmezard/go-difflib v1.0.0 - github.com/prometheus/client_golang v1.0.0 + github.com/prometheus/client_golang v1.1.0 github.com/prometheus/common v0.6.0 github.com/sirupsen/logrus v1.4.2 github.com/spf13/pflag v1.0.3