aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorSimon Pasquier <spasquie@redhat.com>2019-09-13 12:23:26 +0200
committerSimon Pasquier <spasquie@redhat.com>2019-09-16 10:59:12 +0200
commitcfc06075d1b792763e91da0988ccd34e9a774e36 (patch)
tree81f5d741b6f71668002ea9cedc5edba4092d32e3 /go.mod
parenta99ef58c4b7783e17576b8106e6825daabe26e10 (diff)
downloadprometheus_node_collector-cfc06075d1b792763e91da0988ccd34e9a774e36.tar.bz2
prometheus_node_collector-cfc06075d1b792763e91da0988ccd34e9a774e36.tar.xz
prometheus_node_collector-cfc06075d1b792763e91da0988ccd34e9a774e36.zip
Bump github.com/prometheus/common to v0.7.0
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 1 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 8f5c749..43c90eb 100644
--- a/go.mod
+++ b/go.mod
@@ -13,10 +13,9 @@ require (
13 github.com/mdlayher/wifi v0.0.0-20190303161829-b1436901ddee 13 github.com/mdlayher/wifi v0.0.0-20190303161829-b1436901ddee
14 github.com/prometheus/client_golang v1.0.0 14 github.com/prometheus/client_golang v1.0.0
15 github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 15 github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
16 github.com/prometheus/common v0.4.1 16 github.com/prometheus/common v0.7.0
17 github.com/prometheus/procfs v0.0.5 17 github.com/prometheus/procfs v0.0.5
18 github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745 18 github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745
19 github.com/sirupsen/logrus v1.4.2 // indirect
20 github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a 19 github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a
21 go.uber.org/atomic v1.3.2 // indirect 20 go.uber.org/atomic v1.3.2 // indirect
22 go.uber.org/multierr v1.1.0 // indirect 21 go.uber.org/multierr v1.1.0 // indirect