Remove vendor and fix go build

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby 2016-11-07 13:15:32 -08:00
parent e115b52ce2
commit 1c6ed30a79
608 changed files with 11 additions and 188041 deletions

View file

@ -6,7 +6,7 @@ import (
"syscall"
"github.com/Sirupsen/logrus"
"github.com/docker/containerd/epoll"
"github.com/docker/containerkit/epoll"
)
type Monitorable interface {