From 5ca82af56599d9044434e88fe6125c8f0e24643c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 01:43:25 +0000 Subject: [PATCH] Bump github.com/prometheus/client_golang from 1.2.1 to 1.11.1 Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.2.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.2.1...v1.11.1) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: indirect ... Signed-off-by: dependabot[bot] --- go.mod | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index c466ae7..68f6aaa 100644 --- a/go.mod +++ b/go.mod @@ -6,6 +6,7 @@ require ( github.com/coreos/bbolt v1.3.3 // indirect github.com/coreos/etcd v3.3.13+incompatible github.com/coreos/go-semver v0.3.0 // indirect + github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect github.com/go-sql-driver/mysql v1.4.1 @@ -18,20 +19,16 @@ require ( github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect github.com/grpc-ecosystem/grpc-gateway v1.12.1 // indirect github.com/jonboulle/clockwork v0.1.0 // indirect - github.com/json-iterator/go v1.1.8 // indirect github.com/labstack/echo v3.3.10+incompatible github.com/labstack/gommon v0.3.0 - github.com/prometheus/client_golang v1.2.1 // indirect - github.com/prometheus/client_model v0.0.0-20191202183732-d1d2010b5bee // indirect - github.com/prometheus/common v0.7.0 + github.com/prometheus/client_golang v1.11.1 // indirect + github.com/prometheus/common v0.26.0 github.com/robfig/cron v1.2.0 github.com/soheilhy/cmux v0.1.4 // indirect github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect go.etcd.io/bbolt v1.3.3 // indirect go.uber.org/zap v1.13.0 // indirect - golang.org/x/crypto v0.0.0-20191219195013-becbf705a915 // indirect - golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect google.golang.org/grpc v1.26.0 // indirect )