Merge pull request #218 from crosbymichael/bump_runc

Update runc and runtime-specs dependencies
This commit is contained in:
Michael Crosby 2016-04-26 14:05:44 -07:00
commit 79c35e0306
33 changed files with 731 additions and 180 deletions

View file

@ -15,7 +15,7 @@ import (
"github.com/opencontainers/runc/libcontainer"
"github.com/opencontainers/runc/libcontainer/cgroups"
"github.com/opencontainers/runc/libcontainer/system"
ocs "github.com/opencontainers/specs/specs-go"
ocs "github.com/opencontainers/runtime-spec/specs-go"
"golang.org/x/net/context"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"