Imports of package testing

PathSynopsis
fmtPackage 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/taskPackage task defines the task service.
github.com/golang/mock/gomockPackage 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/contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
google.golang.org/grpc/codesPackage codes defines the canonical error codes used by gRPC.
google.golang.org/grpc/health/grpc_health_v1
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
strconvPackage strconv implements conversions to and from string representations of basic data types.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.