Stop using docker/docker/pkg/homedir in tests

c/storage/pkg/homedir, which we need anyway for other purposes,
should work just as well.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
Miloslav Trmač
2022-08-12 23:17:31 +02:00
parent 1eada90813
commit ba23a9162f
7 changed files with 2 additions and 187 deletions

View File

@@ -11,7 +11,7 @@ import (
"strings"
"time"
"github.com/docker/docker/pkg/homedir"
"github.com/containers/storage/pkg/homedir"
"gopkg.in/check.v1"
)