Re-think integration vendoring
- remove docker/docker from Traefik vendor (unused) - use `ignore` for all Traefik vendor in integration glide. - defined only integration specific version of the dependencies.
This commit is contained in:
parent
121c057b90
commit
22aceec426
1750 changed files with 5786 additions and 552456 deletions
15
integration/vendor/github.com/opencontainers/runc/main_unsupported.go
generated
vendored
15
integration/vendor/github.com/opencontainers/runc/main_unsupported.go
generated
vendored
|
@ -1,15 +1,8 @@
|
|||
// +build !linux
|
||||
// +build !linux,!solaris
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/Sirupsen/logrus"
|
||||
"github.com/codegangsta/cli"
|
||||
)
|
||||
|
||||
func getDefaultID() string {
|
||||
return ""
|
||||
}
|
||||
import "github.com/urfave/cli"
|
||||
|
||||
var (
|
||||
checkpointCommand cli.Command
|
||||
|
@ -18,7 +11,3 @@ var (
|
|||
specCommand cli.Command
|
||||
killCommand cli.Command
|
||||
)
|
||||
|
||||
func runAction(*cli.Context) {
|
||||
logrus.Fatal("Current OS is not supported yet")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue