From 9d9518661d3e3b5897c38dc79cfd2dcd92cb8b60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 13:22:21 +0000 Subject: Bump github.com/prometheus/client_golang from 1.7.1 to 1.9.0 Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.7.1 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.7.1...v1.9.0) Signed-off-by: dependabot[bot] --- go.mod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) mode change 100755 => 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod old mode 100755 new mode 100644 index cfb6bd26..db57f605 --- a/go.mod +++ b/go.mod @@ -4,11 +4,13 @@ go 1.15 require ( github.com/NYTimes/gziphandler v1.1.1 + github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect github.com/alicebob/miniredis/v2 v2.14.1 github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b github.com/buger/goterm v0.0.0-20200322175922-2f3e71b85129 github.com/dustin/go-humanize v1.0.0 github.com/fatih/color v1.10.0 + github.com/go-ole/go-ole v1.2.5 // indirect github.com/go-redis/redis/v8 v8.4.4 github.com/gofiber/fiber/v2 v2.3.0 github.com/golang/mock v1.4.4 @@ -16,7 +18,7 @@ require ( github.com/json-iterator/go v1.1.10 github.com/mattn/go-runewidth v0.0.9 github.com/olekukonko/tablewriter v0.0.4 - github.com/prometheus/client_golang v1.7.1 + github.com/prometheus/client_golang v1.9.0 github.com/shirou/gopsutil v3.20.11+incompatible github.com/spf13/cobra v1.1.1 github.com/spf13/viper v1.7.1 -- cgit v1.2.3