mirror of
https://github.com/rancher/os.git
synced 2025-09-02 23:34:57 +00:00
move dependencies to vendor
This commit is contained in:
23
vendor/github.com/opencontainers/runc/main_unsupported.go
generated
vendored
Normal file
23
vendor/github.com/opencontainers/runc/main_unsupported.go
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
// +build !linux
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/Sirupsen/logrus"
|
||||
"github.com/codegangsta/cli"
|
||||
)
|
||||
|
||||
func getDefaultID() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
var (
|
||||
checkpointCommand cli.Command
|
||||
eventsCommand cli.Command
|
||||
restoreCommand cli.Command
|
||||
specCommand cli.Command
|
||||
)
|
||||
|
||||
func runAction(*cli.Context) {
|
||||
logrus.Fatal("Current OS is not supported yet")
|
||||
}
|
Reference in New Issue
Block a user