diff options
author | Valery Piashchynski <[email protected]> | 2021-03-19 10:10:11 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-19 10:10:11 +0300 |
commit | bd91ca0f3e444405f0f6cf9d1dabbeef93de2d85 (patch) | |
tree | f3313f3d8f55c17e9b84a962075faedb040de454 /go.mod | |
parent | ab43e6cf82aee415a9fd3ffed8834af090484b75 (diff) | |
parent | 5d99d487ef1b7c4c572d8a83a6924e7fb2e89d09 (diff) |
Merge pull request #605 from spiral/dependabot/go_modules/github.com/prometheus/client_golang-1.10.0
Bump github.com/prometheus/client_golang from 1.9.0 to 1.10.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ) |