use storage/pkg/homedir
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
parent
f378e82e2d
commit
6f1ba67300
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue