mirror of
https://github.com/containers/podman.git
synced 2025-11-30 18:18:18 +08:00
Switch common, storage and image to monorepo.
Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
This commit is contained in:
4
vendor/github.com/containers/buildah/chroot/run_linux.go
generated
vendored
4
vendor/github.com/containers/buildah/chroot/run_linux.go
generated
vendored
@@ -14,12 +14,12 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/containers/buildah/copier"
|
||||
"github.com/containers/storage/pkg/mount"
|
||||
"github.com/containers/storage/pkg/unshare"
|
||||
"github.com/moby/sys/capability"
|
||||
"github.com/opencontainers/runc/libcontainer/apparmor"
|
||||
"github.com/opencontainers/runtime-spec/specs-go"
|
||||
"github.com/sirupsen/logrus"
|
||||
"go.podman.io/storage/pkg/mount"
|
||||
"go.podman.io/storage/pkg/unshare"
|
||||
"golang.org/x/sys/unix"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user