1
0
mirror of https://github.com/rancher/rke.git synced 2025-07-07 04:18:44 +00:00
rke/vendor/github.com/prometheus/procfs/go.mod
2020-02-18 11:19:43 -08:00

9 lines
145 B
Modula-2

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
)