2019-09-05 18:55:28 +00:00
|
|
|
// +build vendor
|
|
|
|
|
|
|
|
package main
|
|
|
|
|
|
|
|
import (
|
2019-09-20 04:15:51 +00:00
|
|
|
_ "github.com/containerd/containerd/cmd/containerd-shim-runc-v1"
|
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"
|
|
|
|
_ "k8s.io/kubernetes/cmd/hyperkube"
|
|
|
|
)
|
|
|
|
|
|
|
|
func main() {}
|