From a673f149d579ea2ef4c6c4881600c52bb6bfa93f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 01:45:01 +0000 Subject: [PATCH] Bump github.com/prometheus/client_golang from 1.6.0 to 1.11.1 Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.6.0 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.6.0...v1.11.1) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index 55cd06a..6ae5d03 100644 --- a/go.mod +++ b/go.mod @@ -6,13 +6,13 @@ require ( github.com/buger/goterm v0.0.0-20200322175922-2f3e71b85129 github.com/c9s/inflect v0.0.0-20130402162822-006c50878f3f github.com/emicklei/proto v1.9.0 - github.com/golang/protobuf v1.4.2 - github.com/prometheus/client_golang v1.6.0 + github.com/golang/protobuf v1.4.3 + github.com/prometheus/client_golang v1.11.1 github.com/sirupsen/logrus v1.6.0 github.com/spf13/cobra v1.0.0 github.com/spiral/roadrunner v1.8.3 - github.com/stretchr/testify v1.5.1 - golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2 + github.com/stretchr/testify v1.6.1 + golang.org/x/net v0.0.0-20200625001655-4c5254603344 google.golang.org/grpc v1.29.1 - google.golang.org/protobuf v1.23.0 + google.golang.org/protobuf v1.26.0-rc.1 )