
- remove docker/docker from Traefik vendor (unused) - use `ignore` for all Traefik vendor in integration glide. - defined only integration specific version of the dependencies.
13 lines
236 B
Go
13 lines
236 B
Go
// +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
|
|
)
|