aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2019-02-13 14:12:12 +0100
committerGitHub <noreply@github.com>2019-02-13 14:12:12 +0100
commitdc4c58671de96f35b82e74232d882f64cd66ccd9 (patch)
treea236d1bdb862b9aa5e4654fed68c8eb32aa30fd9 /go.mod
parentcb9e23c536b1daf2ac50ea52e515509951e0cd16 (diff)
downloadprometheus_node_collector-dc4c58671de96f35b82e74232d882f64cd66ccd9.tar.bz2
prometheus_node_collector-dc4c58671de96f35b82e74232d882f64cd66ccd9.tar.xz
prometheus_node_collector-dc4c58671de96f35b82e74232d882f64cd66ccd9.zip
Update vendoring. (#1257)
* Update vendoring. Update vendoring to latest upstream. Signed-off-by: Ben Kochie <superq@gmail.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod35
1 files changed, 14 insertions, 21 deletions
diff --git a/go.mod b/go.mod
index c6ea6a6..658a809 100644
--- a/go.mod
+++ b/go.mod
@@ -1,33 +1,26 @@
1module github.com/prometheus/node_exporter 1module github.com/prometheus/node_exporter
2 2
3require ( 3require (
4 github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
5 github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
6 github.com/beevik/ntp v0.2.0 4 github.com/beevik/ntp v0.2.0
7 github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect 5 github.com/coreos/go-systemd v0.0.0-20181031085051-9002847aa142
8 github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7
9 github.com/ema/qdisc v0.0.0-20180104102928-b307c22d3ce7 6 github.com/ema/qdisc v0.0.0-20180104102928-b307c22d3ce7
10 github.com/godbus/dbus v4.1.0+incompatible 7 github.com/godbus/dbus v0.0.0-20181101234600-2ff6f7ffd60f
11 github.com/gogo/protobuf v1.1.1 // indirect
12 github.com/golang/protobuf v1.2.0 // indirect
13 github.com/google/go-cmp v0.2.0 // indirect 8 github.com/google/go-cmp v0.2.0 // indirect
14 github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
15 github.com/lufia/iostat v0.0.0-20170605150913-9f7362b77ad3 9 github.com/lufia/iostat v0.0.0-20170605150913-9f7362b77ad3
16 github.com/mattn/go-xmlrpc v0.0.0-20180913190254-6e944673e4c0 10 github.com/mattn/go-xmlrpc v0.0.0-20180914005235-ceecee2c45b7
17 github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect 11 github.com/mdlayher/genetlink v0.0.0-20181016160152-e97704c1b795 // indirect
18 github.com/mdlayher/genetlink v0.0.0-20180917171408-7615bc153978 // indirect 12 github.com/mdlayher/netlink v0.0.0-20181210160939-e069752bc835 // indirect
19 github.com/mdlayher/netlink v0.0.0-20180920202405-794849f2d5bf // indirect
20 github.com/mdlayher/wifi v0.0.0-20180727163819-efdf3f4195d9 13 github.com/mdlayher/wifi v0.0.0-20180727163819-efdf3f4195d9
21 github.com/prometheus/client_golang v0.9.1 14 github.com/prometheus/client_golang v0.9.2
22 github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 15 github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
23 github.com/prometheus/common v0.0.0-20181015124227-bcb74de08d37 16 github.com/prometheus/common v0.2.0
24 github.com/prometheus/procfs v0.0.0-20190129233650-316cf8ccfec5 17 github.com/prometheus/procfs v0.0.0-20190209105433-f8d8b3f739bd
25 github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745 18 github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745
26 github.com/sirupsen/logrus v1.1.1 // indirect 19 github.com/sirupsen/logrus v1.3.0 // indirect
27 github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a 20 github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a
28 golang.org/x/crypto v0.0.0-20181009213950-7c1a557ab941 // indirect 21 github.com/stretchr/testify v1.3.0 // indirect
29 golang.org/x/net v0.0.0-20181005035420-146acd28ed58 // indirect 22 golang.org/x/crypto v0.0.0-20190208162236-193df9c0f06f // indirect
30 golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect 23 golang.org/x/net v0.0.0-20190206173232-65e2d4e15006 // indirect
31 golang.org/x/sys v0.0.0-20181005133103-4497e2df6f9e 24 golang.org/x/sys v0.0.0-20190209173611-3b5209105503
32 gopkg.in/alecthomas/kingpin.v2 v2.2.6 25 gopkg.in/alecthomas/kingpin.v2 v2.2.6
33) 26)