aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2020-06-06 09:00:09 +0200
committerBen Kochie <superq@gmail.com>2020-06-14 14:18:13 +0200
commitbaa7ab732f34409d617fdab0b8eefa5e8dc4eaf6 (patch)
treefc340b9e9e66b653ef3d833a2bdd08d84ecdd6d4 /go.mod
parent2cefe3d769b161388fe3635a7243cffaac803d43 (diff)
downloadprometheus_node_collector-baa7ab732f34409d617fdab0b8eefa5e8dc4eaf6.tar.bz2
prometheus_node_collector-baa7ab732f34409d617fdab0b8eefa5e8dc4eaf6.tar.xz
prometheus_node_collector-baa7ab732f34409d617fdab0b8eefa5e8dc4eaf6.zip
Update prometheus/procfs
Fixes: https://github.com/prometheus/node_exporter/issues/1721 Signed-off-by: Ben Kochie <superq@gmail.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index dd11712..9a92e3b 100644
--- a/go.mod
+++ b/go.mod
@@ -20,7 +20,7 @@ require (
20 github.com/prometheus/client_golang v1.6.0 20 github.com/prometheus/client_golang v1.6.0
21 github.com/prometheus/client_model v0.2.0 21 github.com/prometheus/client_model v0.2.0
22 github.com/prometheus/common v0.10.0 22 github.com/prometheus/common v0.10.0
23 github.com/prometheus/procfs v0.0.11 23 github.com/prometheus/procfs v0.1.3
24 github.com/siebenmann/go-kstat v0.0.0-20200303194639-4e8294f9e9d5 24 github.com/siebenmann/go-kstat v0.0.0-20200303194639-4e8294f9e9d5
25 github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a 25 github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a
26 go.uber.org/multierr v1.5.0 // indirect 26 go.uber.org/multierr v1.5.0 // indirect
@@ -28,7 +28,7 @@ require (
28 golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect 28 golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
29 golang.org/x/net v0.0.0-20200513185701-a91f0712d120 // indirect 29 golang.org/x/net v0.0.0-20200513185701-a91f0712d120 // indirect
30 golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect 30 golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
31 golang.org/x/sys v0.0.0-20200523222454-059865788121 31 golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980
32 golang.org/x/tools v0.0.0-20200513201620-d5fe73897c97 // indirect 32 golang.org/x/tools v0.0.0-20200513201620-d5fe73897c97 // indirect
33 gopkg.in/alecthomas/kingpin.v2 v2.2.6 33 gopkg.in/alecthomas/kingpin.v2 v2.2.6
34 gopkg.in/yaml.v2 v2.3.0 34 gopkg.in/yaml.v2 v2.3.0