aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authormknapphrt <39998367+mknapphrt@users.noreply.github.com>2019-02-04 10:54:41 -0500
committerBen Kochie <superq@gmail.com>2019-02-04 16:54:41 +0100
commit7fbdd0ae93bc792d103b39ffcd5bb92b270f8e35 (patch)
treef77f62301d684e588ea9e6afe101e7a6a295577f /go.mod
parent7d150d578232f9fe4847035d0dd4b9ae9126d146 (diff)
downloadprometheus_node_collector-7fbdd0ae93bc792d103b39ffcd5bb92b270f8e35.tar.bz2
prometheus_node_collector-7fbdd0ae93bc792d103b39ffcd5bb92b270f8e35.tar.xz
prometheus_node_collector-7fbdd0ae93bc792d103b39ffcd5bb92b270f8e35.zip
Update procfs vendor (#1248)
Signed-off-by: Mark Knapp <mknapp@hudson-trading.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 8b80a61..c6ea6a6 100644
--- a/go.mod
+++ b/go.mod
@@ -21,7 +21,7 @@ require (
21 github.com/prometheus/client_golang v0.9.1 21 github.com/prometheus/client_golang v0.9.1
22 github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 22 github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
23 github.com/prometheus/common v0.0.0-20181015124227-bcb74de08d37 23 github.com/prometheus/common v0.0.0-20181015124227-bcb74de08d37
24 github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d 24 github.com/prometheus/procfs v0.0.0-20190129233650-316cf8ccfec5
25 github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745 25 github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745
26 github.com/sirupsen/logrus v1.1.1 // indirect 26 github.com/sirupsen/logrus v1.1.1 // indirect
27 github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a 27 github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a