summaryrefslogtreecommitdiff
path: root/cmd/podman/mount.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/mount.go')
-rw-r--r--cmd/podman/mount.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/podman/mount.go b/cmd/podman/mount.go
index df1bacc5f..6cda9dbd3 100644
--- a/cmd/podman/mount.go
+++ b/cmd/podman/mount.go
@@ -4,9 +4,9 @@ import (
js "encoding/json"
"fmt"
+ of "github.com/containers/libpod/cmd/podman/formats"
+ "github.com/containers/libpod/cmd/podman/libpodruntime"
"github.com/pkg/errors"
- of "github.com/projectatomic/libpod/cmd/podman/formats"
- "github.com/projectatomic/libpod/cmd/podman/libpodruntime"
"github.com/sirupsen/logrus"
"github.com/urfave/cli"
)