modify code to compile on updated containerd

Signed-off-by: Mike Brown <brownwm@us.ibm.com>
This commit is contained in:
Mike Brown
2017-06-07 14:41:30 -05:00
committed by Lantao Liu
parent 67e884e6cf
commit 484a326717
27 changed files with 444 additions and 453 deletions

View File

@@ -21,7 +21,7 @@ import (
"io/ioutil"
"os"
"github.com/tonistiigi/fifo"
"github.com/containerd/fifo"
"golang.org/x/net/context"
"golang.org/x/sys/unix"
)