From e168bd65773163529eb917ac4edbec030a9a3617 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 18:50:01 +0800 Subject: [PATCH] build(deps): bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 in /tests/client (#5992) ref tikv/pd#897, ref tikv/pd#962, ref tikv/pd#969, ref tikv/pd#974, ref tikv/pd#975, ref tikv/pd#976, ref tikv/pd#986, ref tikv/pd#987, ref prometheus/client_golang#987, ref tikv/pd#989, ref tikv/pd#998, ref tikv/pd#1013, ref tikv/pd#1014, ref tikv/pd#1025, ref tikv/pd#1028, ref tikv/pd#1031, ref tikv/pd#1043, ref tikv/pd#1055, ref tikv/pd#1075, ref tikv/pd#1091, ref tikv/pd#1094, ref tikv/pd#1102, ref tikv/pd#1103, ref tikv/pd#1118, ref tikv/pd#1146, ref tikv/pd#1148, ref tikv/pd#1150, ref tikv/pd#4399 Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tests/client/go.mod | 2 +- tests/client/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/client/go.mod b/tests/client/go.mod index 06655b8ef89..73a1dd1f0b3 100644 --- a/tests/client/go.mod +++ b/tests/client/go.mod @@ -104,7 +104,7 @@ require ( github.com/pkg/errors v0.9.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect - github.com/prometheus/client_golang v1.11.0 // indirect + github.com/prometheus/client_golang v1.11.1 // indirect github.com/prometheus/client_model v0.2.0 // indirect github.com/prometheus/common v0.26.0 // indirect github.com/prometheus/procfs v0.6.0 // indirect diff --git a/tests/client/go.sum b/tests/client/go.sum index c0dab0d248d..c5cc79a54c8 100644 --- a/tests/client/go.sum +++ b/tests/client/go.sum @@ -373,8 +373,8 @@ github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c/go.mod h1:Om github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo= github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M= -github.com/prometheus/client_golang v1.11.0 h1:HNkLOAEQMIDv/K+04rukrLx6ch7msSRwf3/SASFAGtQ= -github.com/prometheus/client_golang v1.11.0/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0= +github.com/prometheus/client_golang v1.11.1 h1:+4eQaD7vAZ6DsfsxB15hbE0odUjGI5ARs9yskGu1v4s= +github.com/prometheus/client_golang v1.11.1/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0= github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=