summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-03-19 10:10:11 +0300
committerGitHub <[email protected]>2021-03-19 10:10:11 +0300
commitbd91ca0f3e444405f0f6cf9d1dabbeef93de2d85 (patch)
treef3313f3d8f55c17e9b84a962075faedb040de454 /go.mod
parentab43e6cf82aee415a9fd3ffed8834af090484b75 (diff)
parent5d99d487ef1b7c4c572d8a83a6924e7fb2e89d09 (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.mod4
1 files changed, 2 insertions, 2 deletions
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
)