mirror of
https://github.com/containers/podman.git
synced 2025-12-08 14:48:48 +08:00
switch projectatomic to containers
Need to get some small changes into libpod to pull back into buildah to complete buildah transition. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #1270 Approved by: mheon
This commit is contained in:
committed by
Atomic Bot
parent
c0abfaa7c3
commit
d20f3a5146
@@ -7,12 +7,12 @@ import (
|
||||
"runtime/pprof"
|
||||
"syscall"
|
||||
|
||||
"github.com/containers/libpod/pkg/hooks"
|
||||
_ "github.com/containers/libpod/pkg/hooks/0.1.0"
|
||||
"github.com/containers/libpod/pkg/rootless"
|
||||
"github.com/containers/libpod/version"
|
||||
"github.com/containers/storage/pkg/reexec"
|
||||
"github.com/pkg/errors"
|
||||
"github.com/projectatomic/libpod/pkg/hooks"
|
||||
_ "github.com/projectatomic/libpod/pkg/hooks/0.1.0"
|
||||
"github.com/projectatomic/libpod/pkg/rootless"
|
||||
"github.com/projectatomic/libpod/version"
|
||||
"github.com/sirupsen/logrus"
|
||||
lsyslog "github.com/sirupsen/logrus/hooks/syslog"
|
||||
"github.com/urfave/cli"
|
||||
|
||||
Reference in New Issue
Block a user