context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
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/containerd/containerd | |
github.com/containerd/cri/pkg/api/v1 | |
github.com/containerd/cri/pkg/client | |
github.com/containerd/cri/pkg/config | |
github.com/containerd/cri/pkg/constants | |
github.com/containerd/cri/pkg/util | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
github.com/sirupsen/logrus | Package logrus is a structured logger for Go, completely API compatible with the standard library logger. |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
k8s.io/kubernetes/pkg/kubelet/apis/cri | |
k8s.io/kubernetes/pkg/kubelet/apis/cri/runtime/v1alpha2 | |
k8s.io/kubernetes/pkg/kubelet/remote | |
k8s.io/kubernetes/pkg/kubelet/util | Package util holds utility functions. |
os/exec | Package exec runs external commands. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |