From e678348fff05c789aba84b773a0bc07d53eb2f75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Dec 2020 13:29:19 +0000 Subject: [PATCH] :arrow_up: Bump github.com/prometheus/client_golang from 1.1.0 to 1.8.0 Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.1.0 to 1.8.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.1.0...v1.8.0) Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0f2d507..8590362 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module github.com/rluisr/mysqlrouter_exporter go 1.15 require ( - github.com/prometheus/client_golang v1.1.0 + github.com/prometheus/client_golang v1.8.0 github.com/rluisr/mysqlrouter-go v1.0.1 )