flag | Package flag implements command-line flag parsing. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/docker/docker/pkg/reexec | Package reexec facilitates the busybox style reexec of a binary. |
github.com/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
github.com/kubernetes-incubator/cri-containerd/cmd/cri-containerd/options | |
github.com/kubernetes-incubator/cri-containerd/pkg/api/v1 | |
github.com/kubernetes-incubator/cri-containerd/pkg/client | |
github.com/kubernetes-incubator/cri-containerd/pkg/server | |
github.com/kubernetes-incubator/cri-containerd/pkg/version | |
github.com/opencontainers/selinux/go-selinux | Package selinux provides a high-level interface for interacting with selinux. |
github.com/spf13/cobra | Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. |
golang.org/x/net/context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
k8s.io/kubernetes/pkg/util/interrupt | |
os | Package os provides a platform-independent interface to operating system functionality. |
os/signal | Package signal implements access to incoming signals. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |