Fix the build for ocid to cri-o rename

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
Mrunal Patel 2016-09-26 16:55:12 -07:00
parent cb4234b020
commit 4606f2a61a
12 changed files with 22 additions and 22 deletions

View file

@ -7,7 +7,7 @@ import (
"path/filepath"
"github.com/Sirupsen/logrus"
"github.com/kubernetes-incubator/ocid/server"
"github.com/kubernetes-incubator/cri-o/server"
"github.com/urfave/cli"
"google.golang.org/grpc"
"k8s.io/kubernetes/pkg/kubelet/api/v1alpha1/runtime"