encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
github.com/Sirupsen/logrus | |
github.com/docker/docker/api/types | |
github.com/docker/docker/libcontainerd | |
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. |
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. |