fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/containerd/containerd/api/services/containers | |
github.com/containerd/containerd/api/services/execution | |
github.com/containerd/containerd/api/services/images | |
github.com/containerd/containerd/api/services/snapshot | |
github.com/containerd/containerd/api/services/version | |
github.com/containerd/containerd/api/types/mount | |
github.com/containerd/containerd/api/types/task | Package task defines the task service. |
github.com/golang/mock/gomock | Package gomock is a mock framework for Go. |
github.com/golang/protobuf/ptypes/empty | |
github.com/kubernetes-incubator/cri-o/pkg/ocicni | |
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. |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
google.golang.org/grpc/codes | Package codes defines the canonical error codes used by gRPC. |
google.golang.org/grpc/health/grpc_health_v1 | |
math/rand | Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |