aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2019-11-16 18:32:15 +0100
committerGitHub <noreply@github.com>2019-11-16 18:32:15 +0100
commit8a4c9c154b3c03ecc6578ae561eac9a5055b19b1 (patch)
tree6bf582e0ae0582f67050645065e5ec08a1bef84a /go.mod
parentaede04172cbcd072629e0a5f43cd0435e26a28d4 (diff)
downloadprometheus_node_collector-8a4c9c154b3c03ecc6578ae561eac9a5055b19b1.tar.bz2
prometheus_node_collector-8a4c9c154b3c03ecc6578ae561eac9a5055b19b1.tar.xz
prometheus_node_collector-8a4c9c154b3c03ecc6578ae561eac9a5055b19b1.zip
Bump procfs to v0.0.7 (#1538)
Update Prometheus procfs library to the latest release. Signed-off-by: Ben Kochie <superq@gmail.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 1 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index c1a58fb..3fc7629 100644
--- a/go.mod
+++ b/go.mod
@@ -15,12 +15,11 @@ require (
15 github.com/prometheus/client_golang v1.0.0 15 github.com/prometheus/client_golang v1.0.0
16 github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 16 github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
17 github.com/prometheus/common v0.7.0 17 github.com/prometheus/common v0.7.0
18 github.com/prometheus/procfs v0.0.5 18 github.com/prometheus/procfs v0.0.7
19 github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745 19 github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745
20 github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a 20 github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a
21 go.uber.org/atomic v1.3.2 // indirect 21 go.uber.org/atomic v1.3.2 // indirect
22 go.uber.org/multierr v1.1.0 // indirect 22 go.uber.org/multierr v1.1.0 // indirect
23 golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
24 golang.org/x/sys v0.0.0-20190902133755-9109b7679e13 23 golang.org/x/sys v0.0.0-20190902133755-9109b7679e13
25 gopkg.in/alecthomas/kingpin.v2 v2.2.6 24 gopkg.in/alecthomas/kingpin.v2 v2.2.6
26 gopkg.in/yaml.v2 v2.2.2 25 gopkg.in/yaml.v2 v2.2.2