aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2020-03-09 09:02:19 +0100
committerValentin Rothberg <rothberg@redhat.com>2020-03-09 09:03:51 +0100
commit7359075a7811d9fa226817c8d2e82da980694d88 (patch)
tree82e491af88967fd9f9acc69a1ca874f3c1839788
parent6f1ba6730035e261d63eec7a60c3839c58c488b4 (diff)
downloadpodman-7359075a7811d9fa226817c8d2e82da980694d88.tar.gz
podman-7359075a7811d9fa226817c8d2e82da980694d88.tar.bz2
podman-7359075a7811d9fa226817c8d2e82da980694d88.zip
use storage/pkg/ioutils
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
-rw-r--r--pkg/resolvconf/resolvconf.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/resolvconf/resolvconf.go b/pkg/resolvconf/resolvconf.go
index e85bcb377..20618e2dc 100644
--- a/pkg/resolvconf/resolvconf.go
+++ b/pkg/resolvconf/resolvconf.go
@@ -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"
)