mirror of
https://github.com/containers/podman.git
synced 2026-03-12 19:59:41 -04:00
Note that the bud-logfile-with-split-logfile-by-platform test is skipped on the remote client (see #14544). Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
9 lines
146 B
Modula-2
9 lines
146 B
Modula-2
module github.com/moby/sys/mount
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/moby/sys/mountinfo v0.6.2
|
|
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
|
|
)
|