aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2020-02-18 13:27:11 +0100
committerGitHub <noreply@github.com>2020-02-18 13:27:11 +0100
commit1567cefdaeec156b9f1a231f1bd82fa043f2bd7b (patch)
treebda0f7108dcd06b724e5a3c05f41251754b7d035 /go.mod
parent14df2a1a1a24f14070fe5a158f8b099c0e000fa3 (diff)
downloadprometheus_node_collector-1567cefdaeec156b9f1a231f1bd82fa043f2bd7b.tar.bz2
prometheus_node_collector-1567cefdaeec156b9f1a231f1bd82fa043f2bd7b.tar.xz
prometheus_node_collector-1567cefdaeec156b9f1a231f1bd82fa043f2bd7b.zip
Bump all vendoring (#1612)
Update all vendoring to current releases. Signed-off-by: Ben Kochie <superq@gmail.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod29
1 files changed, 17 insertions, 12 deletions
diff --git a/go.mod b/go.mod
index 547fd44..d8f9a4e 100644
--- a/go.mod
+++ b/go.mod
@@ -1,28 +1,33 @@
1module github.com/prometheus/node_exporter 1module github.com/prometheus/node_exporter
2 2
3require ( 3require (
4 github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
4 github.com/beevik/ntp v0.2.0 5 github.com/beevik/ntp v0.2.0
5 github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e 6 github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
6 github.com/ema/qdisc v0.0.0-20190904071900-b82c76788043 7 github.com/ema/qdisc v0.0.0-20190904071900-b82c76788043
7 github.com/go-kit/kit v0.9.0 8 github.com/go-kit/kit v0.10.0
8 github.com/godbus/dbus v0.0.0-20190402143921-271e53dc4968 9 github.com/godbus/dbus v0.0.0-20190402143921-271e53dc4968
9 github.com/hodgesds/perf-utils v0.0.7 10 github.com/golang/protobuf v1.3.3 // indirect
11 github.com/hodgesds/perf-utils v0.0.8
10 github.com/lufia/iostat v0.0.0-20170605150913-9f7362b77ad3 12 github.com/lufia/iostat v0.0.0-20170605150913-9f7362b77ad3
11 github.com/mattn/go-xmlrpc v0.0.3 13 github.com/mattn/go-xmlrpc v0.0.3
12 github.com/mdlayher/genetlink v0.0.0-20190828143517-e35f2bf499b9 // indirect 14 github.com/mdlayher/genetlink v1.0.0 // indirect
15 github.com/mdlayher/netlink v1.1.0 // indirect
13 github.com/mdlayher/wifi v0.0.0-20190303161829-b1436901ddee 16 github.com/mdlayher/wifi v0.0.0-20190303161829-b1436901ddee
14 github.com/pkg/errors v0.8.1 17 github.com/pkg/errors v0.9.1
15 github.com/prometheus/client_golang v1.0.0 18 github.com/prometheus/client_golang v1.4.1
16 github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 19 github.com/prometheus/client_model v0.2.0
17 github.com/prometheus/common v0.7.0 20 github.com/prometheus/common v0.9.1
18 github.com/prometheus/procfs v0.0.10 21 github.com/prometheus/procfs v0.0.10
19 github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745 22 github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745
20 github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a 23 github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a
21 go.uber.org/atomic v1.3.2 // indirect 24 go.uber.org/atomic v1.5.1 // indirect
22 go.uber.org/multierr v1.1.0 // indirect 25 go.uber.org/multierr v1.4.0 // indirect
23 golang.org/x/sys v0.0.0-20190902133755-9109b7679e13 26 golang.org/x/lint v0.0.0-20200130185559-910be7a94367 // indirect
27 golang.org/x/sys v0.0.0-20200217220822-9197077df867
28 golang.org/x/tools v0.0.0-20200216192241-b320d3a0f5a2 // indirect
24 gopkg.in/alecthomas/kingpin.v2 v2.2.6 29 gopkg.in/alecthomas/kingpin.v2 v2.2.6
25 gopkg.in/yaml.v2 v2.2.2 30 gopkg.in/yaml.v2 v2.2.8
26) 31)
27 32
28go 1.13 33go 1.13