diff options
Diffstat (limited to 'cmd/kpod/pull.go')
-rw-r--r-- | cmd/kpod/pull.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/kpod/pull.go b/cmd/kpod/pull.go index 738221279..662bb2faa 100644 --- a/cmd/kpod/pull.go +++ b/cmd/kpod/pull.go @@ -8,8 +8,8 @@ import ( "golang.org/x/crypto/ssh/terminal" "github.com/containers/image/types" - "github.com/kubernetes-incubator/cri-o/libpod" - "github.com/kubernetes-incubator/cri-o/libpod/common" + "github.com/projectatomic/libpod/libpod" + "github.com/projectatomic/libpod/libpod/common" "github.com/pkg/errors" "github.com/sirupsen/logrus" "github.com/urfave/cli" |