From 89382953761d833c9017e4b7c499bfeff70b4c68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 01:45:28 +0000 Subject: [PATCH] Bump github.com/prometheus/client_golang from 1.7.1 to 1.11.1 Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.7.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.7.1...v1.11.1) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index 1d7c3f1..5099203 100644 --- a/go.mod +++ b/go.mod @@ -4,10 +4,8 @@ go 1.15 require ( github.com/gogo/protobuf v1.3.1 - github.com/golang/protobuf v1.4.2 + github.com/golang/protobuf v1.4.3 github.com/golang/snappy v0.0.1 - github.com/prometheus/client_golang v1.7.1 - github.com/prometheus/common v0.13.0 - golang.org/x/sys v0.0.0-20200916084744-dbad9cb7cb7a // indirect - google.golang.org/protobuf v1.25.0 // indirect + github.com/prometheus/client_golang v1.11.1 + github.com/prometheus/common v0.26.0 )