mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-10 10:55:46 +00: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>
8 lines
146 B
Modula-2
8 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
|
|
)
|