summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-01-25 16:33:39 +0300
committerGitHub <[email protected]>2021-01-25 16:33:39 +0300
commit5fd1168c687040ca7d72f4727ee1aec753d3f258 (patch)
treee44f6885b996cf39ef003155c160d057244f589d /go.mod
parentf293b5eef6126125858ce1ae3ad61736d3422688 (diff)
parent4e0ad46a7c567d670b78ae1b94db55682197d16f (diff)
Merge pull request #497 from spiral/dependabot/go_modules/github.com/prometheus/client_golang-1.9.0
Bump github.com/prometheus/client_golang from 1.7.1 to 1.9.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index c76eb689..7648f7a0 100644
--- a/go.mod
+++ b/go.mod
@@ -18,7 +18,7 @@ require (
github.com/json-iterator/go v1.1.10
github.com/mattn/go-runewidth v0.0.10
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