mirror of
https://github.com/containers/skopeo.git
synced 2025-09-02 15:15:26 +00:00
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:
@@ -11,7 +11,7 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/docker/docker/pkg/homedir"
|
||||
"github.com/containers/storage/pkg/homedir"
|
||||
"gopkg.in/check.v1"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user