From a6447c823a65873576dca0985e51227191ea95ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 01:45:00 +0000 Subject: [PATCH] chore(deps): bump github.com/prometheus/client_golang Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.5.1 to 1.11.1. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.5.1...v1.11.1) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 4e32277..30b3cc9 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,6 @@ require ( github.com/gogo/protobuf v1.3.1 github.com/golang/mock v1.3.1 github.com/golang/protobuf v1.5.2 // indirect - github.com/json-iterator/go v1.1.11 // indirect github.com/kr/text v0.2.0 // indirect github.com/mattn/go-isatty v0.0.13 // indirect github.com/nacos-group/nacos-sdk-go v0.3.2 @@ -23,7 +22,7 @@ require ( github.com/onsi/gomega v1.10.2 github.com/operator-framework/operator-sdk v0.17.1 github.com/pkg/errors v0.9.1 - github.com/prometheus/client_golang v1.5.1 + github.com/prometheus/client_golang v1.11.1 github.com/spf13/cobra v1.1.1 github.com/spf13/pflag v1.0.5 github.com/ugorji/go v1.2.6 // indirect