peridot/vendor/github.com/prometheus/procfs/go.mod
Mustafa Gezen 8176493bc0
Add grpc-middleware-prometheus and promhttp dependencies
Signed-off-by: Mustafa Gezen <mustafa@ctrliq.com>
2022-08-31 20:06:02 +02:00

10 lines
198 B
Modula-2

module github.com/prometheus/procfs
go 1.17
require (
github.com/google/go-cmp v0.5.8
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
)