aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2019-09-05 15:35:13 +0200
committerGitHub <noreply@github.com>2019-09-05 15:35:13 +0200
commit0e77317955c4aa9345d1918ec82460eda82b2961 (patch)
treed49ffe918e0bc4a8844e752a9501a5ff19fb852c /go.mod
parent8c3de12c2213c775217290d2b97f465c23f7bff6 (diff)
downloadprometheus_node_collector-0e77317955c4aa9345d1918ec82460eda82b2961.tar.bz2
prometheus_node_collector-0e77317955c4aa9345d1918ec82460eda82b2961.tar.xz
prometheus_node_collector-0e77317955c4aa9345d1918ec82460eda82b2961.zip
Update netlink vendoring (#1471)
* github.com/ema/qdisc * github.com/mdlayher/genetlink * github.com/mdlayher/wifi Signed-off-by: Ben Kochie <superq@gmail.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 4 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index a9ad1d3..4c26dd2 100644
--- a/go.mod
+++ b/go.mod
@@ -3,15 +3,14 @@ module github.com/prometheus/node_exporter
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-20190321100706-95778dfbb74e 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-20190904071900-b82c76788043
7 github.com/godbus/dbus v0.0.0-20190402143921-271e53dc4968 7 github.com/godbus/dbus v0.0.0-20190402143921-271e53dc4968
8 github.com/hodgesds/perf-utils v0.0.7 8 github.com/hodgesds/perf-utils v0.0.7
9 github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect 9 github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
10 github.com/lufia/iostat v0.0.0-20170605150913-9f7362b77ad3 10 github.com/lufia/iostat v0.0.0-20170605150913-9f7362b77ad3
11 github.com/mattn/go-xmlrpc v0.0.1 11 github.com/mattn/go-xmlrpc v0.0.1
12 github.com/mdlayher/genetlink v0.0.0-20181016160152-e97704c1b795 // indirect 12 github.com/mdlayher/genetlink v0.0.0-20190828143517-e35f2bf499b9 // indirect
13 github.com/mdlayher/netlink v0.0.0-20181210160939-e069752bc835 // indirect 13 github.com/mdlayher/wifi v0.0.0-20190303161829-b1436901ddee
14 github.com/mdlayher/wifi v0.0.0-20180727163819-efdf3f4195d9
15 github.com/prometheus/client_golang v1.0.0 14 github.com/prometheus/client_golang v1.0.0
16 github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 15 github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
17 github.com/prometheus/common v0.4.1 16 github.com/prometheus/common v0.4.1
@@ -21,8 +20,7 @@ require (
21 github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a 20 github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a
22 go.uber.org/atomic v1.3.2 // indirect 21 go.uber.org/atomic v1.3.2 // indirect
23 go.uber.org/multierr v1.1.0 // indirect 22 go.uber.org/multierr v1.1.0 // indirect
24 golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c // indirect
25 golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect 23 golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
26 golang.org/x/sys v0.0.0-20190610081024-1e42afee0f76 24 golang.org/x/sys v0.0.0-20190902133755-9109b7679e13
27 gopkg.in/alecthomas/kingpin.v2 v2.2.6 25 gopkg.in/alecthomas/kingpin.v2 v2.2.6
28) 26)