aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2019-04-15 14:00:19 +0200
committerGitHub <noreply@github.com>2019-04-15 14:00:19 +0200
commite71e9f5a2fea95f19f7740c8c97861bb6ef94337 (patch)
treeeed1c00a87a3d49bf0d65bdc498b4f69bb5726fa /go.mod
parentb1298677aa13a5f48dd5303120fa4a4bd4579ab9 (diff)
downloadprometheus_node_collector-e71e9f5a2fea95f19f7740c8c97861bb6ef94337.tar.bz2
prometheus_node_collector-e71e9f5a2fea95f19f7740c8c97861bb6ef94337.tar.xz
prometheus_node_collector-e71e9f5a2fea95f19f7740c8c97861bb6ef94337.zip
Update vendoring (#1304)
Update to current vendoring. Signed-off-by: Ben Kochie <superq@gmail.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod14
1 files changed, 8 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index c87f413..d9e7939 100644
--- a/go.mod
+++ b/go.mod
@@ -2,12 +2,14 @@ module github.com/prometheus/node_exporter
2 2
3require ( 3require (
4 github.com/beevik/ntp v0.2.0 4 github.com/beevik/ntp v0.2.0
5 github.com/coreos/go-systemd v0.0.0-20181031085051-9002847aa142 5 github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
6 github.com/ema/qdisc v0.0.0-20180104102928-b307c22d3ce7 6 github.com/ema/qdisc v0.0.0-20180104102928-b307c22d3ce7
7 github.com/godbus/dbus v0.0.0-20190402143921-271e53dc4968 7 github.com/godbus/dbus v0.0.0-20190402143921-271e53dc4968
8 github.com/golang/protobuf v1.3.1 // indirect
8 github.com/google/go-cmp v0.2.0 // indirect 9 github.com/google/go-cmp v0.2.0 // indirect
10 github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
9 github.com/lufia/iostat v0.0.0-20170605150913-9f7362b77ad3 11 github.com/lufia/iostat v0.0.0-20170605150913-9f7362b77ad3
10 github.com/mattn/go-xmlrpc v0.0.0-20180914005235-ceecee2c45b7 12 github.com/mattn/go-xmlrpc v0.0.1
11 github.com/mdlayher/genetlink v0.0.0-20181016160152-e97704c1b795 // indirect 13 github.com/mdlayher/genetlink v0.0.0-20181016160152-e97704c1b795 // indirect
12 github.com/mdlayher/netlink v0.0.0-20181210160939-e069752bc835 // indirect 14 github.com/mdlayher/netlink v0.0.0-20181210160939-e069752bc835 // indirect
13 github.com/mdlayher/wifi v0.0.0-20180727163819-efdf3f4195d9 15 github.com/mdlayher/wifi v0.0.0-20180727163819-efdf3f4195d9
@@ -16,11 +18,11 @@ require (
16 github.com/prometheus/common v0.2.0 18 github.com/prometheus/common v0.2.0
17 github.com/prometheus/procfs v0.0.0-20190209105433-f8d8b3f739bd 19 github.com/prometheus/procfs v0.0.0-20190209105433-f8d8b3f739bd
18 github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745 20 github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745
19 github.com/sirupsen/logrus v1.3.0 // indirect 21 github.com/sirupsen/logrus v1.4.1 // indirect
20 github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a 22 github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a
21 github.com/stretchr/testify v1.3.0 // indirect 23 github.com/stretchr/testify v1.3.0 // indirect
22 golang.org/x/crypto v0.0.0-20190208162236-193df9c0f06f // indirect 24 golang.org/x/net v0.0.0-20190328230028-74de082e2cca // indirect
23 golang.org/x/net v0.0.0-20190206173232-65e2d4e15006 // indirect 25 golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 // indirect
24 golang.org/x/sys v0.0.0-20190209173611-3b5209105503 26 golang.org/x/sys v0.0.0-20190402142545-baf5eb976a8c
25 gopkg.in/alecthomas/kingpin.v2 v2.2.6 27 gopkg.in/alecthomas/kingpin.v2 v2.2.6
26) 28)