aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBen Ye <yb532204897@gmail.com>2019-12-31 11:19:37 -0500
committerBen Kochie <superq@gmail.com>2019-12-31 17:19:37 +0100
commit2477c5c67dff7e7655a9d466450235e9c9eac193 (patch)
tree198cb44d48f454df765984bc614e1b1972a646e8 /go.mod
parenta80b7d0bc5ee93e704bab22e7592ed8b7d65899e (diff)
downloadprometheus_node_collector-2477c5c67dff7e7655a9d466450235e9c9eac193.tar.bz2
prometheus_node_collector-2477c5c67dff7e7655a9d466450235e9c9eac193.tar.xz
prometheus_node_collector-2477c5c67dff7e7655a9d466450235e9c9eac193.zip
switch to go-kit/log (#1575)
Signed-off-by: yeya24 <yb532204897@gmail.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 078e3bb..a811337 100644
--- a/go.mod
+++ b/go.mod
@@ -4,9 +4,9 @@ require (
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-20190904071900-b82c76788043 6 github.com/ema/qdisc v0.0.0-20190904071900-b82c76788043
7 github.com/go-kit/kit v0.9.0
7 github.com/godbus/dbus v0.0.0-20190402143921-271e53dc4968 8 github.com/godbus/dbus v0.0.0-20190402143921-271e53dc4968
8 github.com/hodgesds/perf-utils v0.0.7 9 github.com/hodgesds/perf-utils v0.0.7
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.3 11 github.com/mattn/go-xmlrpc v0.0.3
12 github.com/mdlayher/genetlink v0.0.0-20190828143517-e35f2bf499b9 // indirect 12 github.com/mdlayher/genetlink v0.0.0-20190828143517-e35f2bf499b9 // indirect