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
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.3.0
|
|
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
|
|
)
|
|
|