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 --- libkpod/rename.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libkpod/rename.go') diff --git a/libkpod/rename.go b/libkpod/rename.go index 7c0279bfe..49f7f18c4 100644 --- a/libkpod/rename.go +++ b/libkpod/rename.go @@ -7,8 +7,8 @@ import ( "k8s.io/kubernetes/pkg/kubelet/apis/cri/v1alpha1/runtime" "github.com/docker/docker/pkg/ioutils" - "github.com/kubernetes-incubator/cri-o/oci" - "github.com/kubernetes-incubator/cri-o/pkg/annotations" + "github.com/projectatomic/libpod/oci" + "github.com/projectatomic/libpod/pkg/annotations" "github.com/opencontainers/runtime-tools/generate" ) -- cgit v1.2.3-54-g00ecf