2019-09-05 18:55:28 +00:00
|
|
|
// +build vendor
|
|
|
|
|
|
|
|
package main
|
|
|
|
|
|
|
|
import (
|
2019-10-18 02:54:42 +00:00
|
|
|
_ "github.com/containerd/containerd/cmd/containerd-shim"
|
2019-10-18 19:29:41 +00:00
|
|
|
_ "github.com/containerd/containerd/cmd/containerd-shim-runc-v2"
|
2019-09-05 18:55:28 +00:00
|
|
|
_ "github.com/coreos/go-systemd/activation"
|
|
|
|
_ "github.com/go-bindata/go-bindata"
|
|
|
|
_ "github.com/go-bindata/go-bindata/go-bindata"
|
|
|
|
_ "github.com/opencontainers/runc"
|
|
|
|
_ "github.com/opencontainers/runc/contrib/cmd/recvtty"
|
|
|
|
_ "github.com/opencontainers/runc/libcontainer/nsenter"
|
|
|
|
_ "github.com/opencontainers/runc/libcontainer/specconv"
|
|
|
|
)
|
|
|
|
|
|
|
|
func main() {}
|