mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
use storage/pkg/homedir
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
@ -3,7 +3,7 @@ package remoteclientconfig
|
||||
import (
|
||||
"path/filepath"
|
||||
|
||||
"github.com/docker/docker/pkg/homedir"
|
||||
"github.com/containers/storage/pkg/homedir"
|
||||
)
|
||||
|
||||
func getConfigFilePath() string {
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"os"
|
||||
"path/filepath"
|
||||
|
||||
"github.com/docker/docker/pkg/homedir"
|
||||
"github.com/containers/storage/pkg/homedir"
|
||||
)
|
||||
|
||||
func getConfigFilePath() string {
|
||||
|
@ -3,7 +3,7 @@ package remoteclientconfig
|
||||
import (
|
||||
"path/filepath"
|
||||
|
||||
"github.com/docker/docker/pkg/homedir"
|
||||
"github.com/containers/storage/pkg/homedir"
|
||||
)
|
||||
|
||||
func getConfigFilePath() string {
|
||||
|
Reference in New Issue
Block a user