mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-26 10:17:53 +00:00
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>
8 lines
146 B
Modula-2
8 lines
146 B
Modula-2
module github.com/moby/sys/mount
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/moby/sys/mountinfo v0.4.0
|
|
golang.org/x/sys v0.0.0-20200922070232-aee5d888a860
|
|
)
|