spiegel_podman/vendor/github.com/prometheus/procfs/go.mod
Daniel J Walsh e7dc66d832 [NO TESTS NEEDED] Vendor in containers/buildah v1.20.0
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>

<MH: Fixed cherry-pick conflicts. Re-ran vendor.>

Signed-off-by: Matthew Heon <mheon@redhat.com>
2021-03-29 11:06:03 -04:00

9 lines
198 B
Modula-2

module github.com/prometheus/procfs
go 1.13
require (
github.com/google/go-cmp v0.5.4
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
)