mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
4f074dfbc7
procfs v0.0.3 is a requirement for https://github.com/prometheus/node_exporter/pull/1357 Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com>
7 lines
136 B
Modula-2
7 lines
136 B
Modula-2
module github.com/prometheus/procfs
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.3.0
|
|
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
|
|
)
|