From 74b55eb9daa2eaf499e1079fcf182d10b68db871 Mon Sep 17 00:00:00 2001 From: like-inspur Date: Tue, 23 Feb 2021 09:58:42 +0800 Subject: [PATCH] update prometheus version --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c18ee02..2a1e3a1 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/golang/protobuf v1.4.2 // indirect github.com/pkg/errors v0.9.1 github.com/prometheus/common v0.14.0 - github.com/prometheus/prometheus v1.8.2-0.20201015110737-0a7fdd3b7696 + github.com/prometheus/prometheus v2.25.0 github.com/sirupsen/logrus v1.6.0 github.com/spf13/cobra v1.0.0 github.com/stretchr/testify v1.5.1