From 5b6819039d314875b9384c94c3355bd078831dd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Dec 2020 20:10:14 +0000 Subject: [PATCH] :arrow_up: Bump github.com/prometheus/client_golang from 1.8.0 to 1.9.0 Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.8.0 to 1.9.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.8.0...v1.9.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 44a1d6e..435d978 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.8.0 + github.com/prometheus/client_golang v1.9.0 github.com/rluisr/mysqlrouter-go v1.0.2 )