diff options
author | Valery Piashchynski <[email protected]> | 2021-01-25 16:33:39 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-25 16:33:39 +0300 |
commit | 5fd1168c687040ca7d72f4727ee1aec753d3f258 (patch) | |
tree | e44f6885b996cf39ef003155c160d057244f589d /go.mod | |
parent | f293b5eef6126125858ce1ae3ad61736d3422688 (diff) | |
parent | 4e0ad46a7c567d670b78ae1b94db55682197d16f (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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |