You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module github.com/prometheus/procfs
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.3.1
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
|
|
golang.org/x/sys v0.0.0-20200106162015-b016eb3dc98e
|
|
)
|
|
|