mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
dc4c58671d
* Update vendoring. Update vendoring to latest upstream. Signed-off-by: Ben Kochie <superq@gmail.com>
27 lines
1.3 KiB
Modula-2
27 lines
1.3 KiB
Modula-2
module github.com/prometheus/node_exporter
|
|
|
|
require (
|
|
github.com/beevik/ntp v0.2.0
|
|
github.com/coreos/go-systemd v0.0.0-20181031085051-9002847aa142
|
|
github.com/ema/qdisc v0.0.0-20180104102928-b307c22d3ce7
|
|
github.com/godbus/dbus v0.0.0-20181101234600-2ff6f7ffd60f
|
|
github.com/google/go-cmp v0.2.0 // indirect
|
|
github.com/lufia/iostat v0.0.0-20170605150913-9f7362b77ad3
|
|
github.com/mattn/go-xmlrpc v0.0.0-20180914005235-ceecee2c45b7
|
|
github.com/mdlayher/genetlink v0.0.0-20181016160152-e97704c1b795 // indirect
|
|
github.com/mdlayher/netlink v0.0.0-20181210160939-e069752bc835 // indirect
|
|
github.com/mdlayher/wifi v0.0.0-20180727163819-efdf3f4195d9
|
|
github.com/prometheus/client_golang v0.9.2
|
|
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
|
|
github.com/prometheus/common v0.2.0
|
|
github.com/prometheus/procfs v0.0.0-20190209105433-f8d8b3f739bd
|
|
github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745
|
|
github.com/sirupsen/logrus v1.3.0 // indirect
|
|
github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20190208162236-193df9c0f06f // indirect
|
|
golang.org/x/net v0.0.0-20190206173232-65e2d4e15006 // indirect
|
|
golang.org/x/sys v0.0.0-20190209173611-3b5209105503
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
)
|