mirror of https://github.com/containers/podman.git
use storage/pkg/ioutils
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
parent
6f1ba67300
commit
7359075a78
|
@ -10,7 +10,7 @@ import (
|
|||
"sync"
|
||||
|
||||
"github.com/containers/libpod/pkg/resolvconf/dns"
|
||||
"github.com/docker/docker/pkg/ioutils"
|
||||
"github.com/containers/storage/pkg/ioutils"
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue