*: switch from godep to glide
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
0d7b500cee
commit
4bc8701fc0
673 changed files with 57012 additions and 46916 deletions
13
vendor/github.com/opencontainers/runc/main_unsupported.go
generated
vendored
Normal file
13
vendor/github.com/opencontainers/runc/main_unsupported.go
generated
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
// +build !linux,!solaris
|
||||
|
||||
package main
|
||||
|
||||
import "github.com/urfave/cli"
|
||||
|
||||
var (
|
||||
checkpointCommand cli.Command
|
||||
eventsCommand cli.Command
|
||||
restoreCommand cli.Command
|
||||
specCommand cli.Command
|
||||
killCommand cli.Command
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue