aboutsummaryrefslogtreecommitdiff
path: root/cmd/podman/images.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/images.go')
-rw-r--r--cmd/podman/images.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/cmd/podman/images.go b/cmd/podman/images.go
index 364c8a91c..024b6e240 100644
--- a/cmd/podman/images.go
+++ b/cmd/podman/images.go
@@ -9,13 +9,13 @@ import (
"github.com/sirupsen/logrus"
+ "github.com/containers/libpod/cmd/podman/formats"
+ "github.com/containers/libpod/cmd/podman/libpodruntime"
+ "github.com/containers/libpod/libpod"
+ "github.com/containers/libpod/libpod/image"
"github.com/docker/go-units"
digest "github.com/opencontainers/go-digest"
"github.com/pkg/errors"
- "github.com/projectatomic/libpod/cmd/podman/formats"
- "github.com/projectatomic/libpod/cmd/podman/libpodruntime"
- "github.com/projectatomic/libpod/libpod"
- "github.com/projectatomic/libpod/libpod/image"
"github.com/urfave/cli"
)