Bump runc and runtime-specs deps

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby 2016-04-26 13:38:36 -07:00
parent 715ac711b8
commit 7a1d28e42b
33 changed files with 731 additions and 180 deletions

View file

@ -1,6 +1,6 @@
package specs
import ocs "github.com/opencontainers/specs/specs-go"
import ocs "github.com/opencontainers/runtime-spec/specs-go"
type (
ProcessSpec ocs.Process