encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/Microsoft/hcsshim | |
github.com/Microsoft/opengcs/client | |
github.com/containerd/containerd/api/grpc/types | |
github.com/docker/docker/pkg/ioutils | |
github.com/docker/docker/pkg/locker | |
github.com/docker/docker/pkg/sysinfo | Package sysinfo stores information about which features a kernel supports. |
github.com/docker/docker/pkg/system | |
github.com/opencontainers/runtime-spec/specs-go | |
github.com/sirupsen/logrus | Package logrus is a structured logger for Go, completely API compatible with the standard library logger. |
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. |
golang.org/x/sys/windows | Package windows contains an interface to the low-level operating system primitives. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
os | Package os provides a platform-independent interface to operating system functionality. |
path | Package path implements utility routines for manipulating slash-separated paths. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
regexp | Package regexp implements regular expression search. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
time | Package time provides functionality for measuring and displaying time. |