bytes | Package bytes implements functions for the manipulation of byte slices. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/Sirupsen/logrus | |
github.com/docker/docker/api/types | |
github.com/docker/docker/libcontainerd | |
github.com/docker/docker/pkg/archive | Package archive provides helper functions for dealing with archive files. |
github.com/docker/docker/pkg/chrootarchive | |
github.com/docker/docker/pkg/stringid | Package stringid provides helper functions for dealing with string identifiers |
github.com/docker/docker/plugin/distribution | |
github.com/docker/docker/plugin/store | |
github.com/docker/docker/plugin/v2 | |
github.com/docker/docker/registry | Package registry contains client primitives to interact with a remote Docker registry. |
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. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
net/http | Package http provides HTTP client and server implementations. |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |