Fix the build to account for the change in repository

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
Mrunal Patel 2016-09-09 14:48:39 -07:00
parent bce17e63f6
commit bbe5325afc
5 changed files with 7 additions and 7 deletions

View file

@ -10,7 +10,7 @@ import (
"strings"
"time"
"github.com/mrunalp/ocid/utils"
"github.com/kubernetes-incubator/ocid/utils"
"github.com/opencontainers/runtime-spec/specs-go"
)