From 7359075a7811d9fa226817c8d2e82da980694d88 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Mon, 9 Mar 2020 09:02:19 +0100 Subject: use storage/pkg/ioutils Signed-off-by: Valentin Rothberg --- pkg/resolvconf/resolvconf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/resolvconf/resolvconf.go') 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" ) -- cgit v1.2.3-54-g00ecf