Update deps after move to containerd org

This updates containerd to use the latest versions of cgroups, fifo,
console, and go-runc from the containerd org.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2017-05-10 16:35:32 -07:00
parent 79e389e549
commit 23b2b09d13
76 changed files with 244 additions and 54 deletions

View File

@@ -3,10 +3,10 @@ package cgroups
import (
"time"
"github.com/containerd/cgroups"
"github.com/containerd/cgroups/prometheus"
"github.com/containerd/containerd"
"github.com/containerd/containerd/plugin"
"github.com/crosbymichael/cgroups"
"github.com/crosbymichael/cgroups/prometheus"
metrics "github.com/docker/go-metrics"
"golang.org/x/net/context"
)