From c13f61798aa7bcf7b4de7ee31aa30148a3b08d97 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Wed, 1 Nov 2017 13:22:04 -0400 Subject: Prune Server package. Convert to new github location. Signed-off-by: Matthew Heon --- cmd/kpod/pull.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd/kpod/pull.go') 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" -- cgit v1.2.3-54-g00ecf