From c05fa2d1c82f0f04e8bc52b1a56d6db4193ad22e Mon Sep 17 00:00:00 2001 From: Arun Mahendra Date: Wed, 11 May 2022 13:40:37 -0400 Subject: [PATCH] reverted change in the main go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d5a4338caffe9..b3fc74683b408 100644 --- a/go.mod +++ b/go.mod @@ -404,7 +404,7 @@ require ( github.com/pmezard/go-difflib v1.0.0 // indirect github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect github.com/pquerna/cachecontrol v0.1.0 // indirect - github.com/prometheus/client_golang v1.12.2-0.20220318110013-3bc8f2c651ff // indirect + github.com/prometheus/client_golang v1.12.1 // indirect github.com/prometheus/client_model v0.2.0 // indirect github.com/prometheus/common v0.34.0 // indirect github.com/prometheus/common/sigv4 v0.1.0 // indirect