From 5d99d487ef1b7c4c572d8a83a6924e7fb2e89d09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 06:57:04 +0000 Subject: Bump github.com/prometheus/client_golang from 1.9.0 to 1.10.0 Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.9.0 to 1.10.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.9.0...v1.10.0) Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index e8932710..27240fd6 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( github.com/hashicorp/go-multierror v1.1.1 github.com/json-iterator/go v1.1.10 github.com/olekukonko/tablewriter v0.0.5 - github.com/prometheus/client_golang v1.9.0 + github.com/prometheus/client_golang v1.10.0 github.com/shirou/gopsutil v3.21.2+incompatible github.com/spf13/viper v1.7.1 // SPIRAL ==== @@ -33,5 +33,5 @@ require ( go.uber.org/zap v1.16.0 golang.org/x/net v0.0.0-20201224014010-6772e930b67b golang.org/x/sync v0.0.0-20201207232520-09787c993a3a - golang.org/x/sys v0.0.0-20210217105451-b926d437f341 + golang.org/x/sys v0.0.0-20210309074719-68d13333faf2 ) -- cgit v1.2.3