Imports of package util

PathSynopsis
crypto/randPackage rand implements a cryptographically secure random number generator.
encoding/hexPackage hex implements hexadecimal encoding and decoding.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/containerd/containerd/namespaces
github.com/containerd/containerd/pkg/cri/constants
github.com/containerd/containerd/reference/dockerPackage docker is deprecated, and has moved to github.com/distribution/reference.
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.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.