use storage/pkg/homedir

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
Valentin Rothberg 2020-03-09 08:57:23 +01:00
parent f378e82e2d
commit 6f1ba67300
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ package remoteclientconfig
import ( import (
"path/filepath" "path/filepath"
"github.com/docker/docker/pkg/homedir" "github.com/containers/storage/pkg/homedir"
) )
func getConfigFilePath() string { func getConfigFilePath() string {

View File

@ -4,7 +4,7 @@ import (
"os" "os"
"path/filepath" "path/filepath"
"github.com/docker/docker/pkg/homedir" "github.com/containers/storage/pkg/homedir"
) )
func getConfigFilePath() string { func getConfigFilePath() string {

View File

@ -3,7 +3,7 @@ package remoteclientconfig
import ( import (
"path/filepath" "path/filepath"
"github.com/docker/docker/pkg/homedir" "github.com/containers/storage/pkg/homedir"
) )
func getConfigFilePath() string { func getConfigFilePath() string {