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/Sirupsen/logrus | |
github.com/docker/engine-api/client | |
github.com/docker/engine-api/types | Package types is used for API stability in the types and response to the consumers of the API stats endpoint. |
github.com/docker/engine-api/types/container | |
github.com/docker/engine-api/types/events | |
github.com/docker/engine-api/types/filters | Package filters provides helper function to parse and handle command line filter, used for example in docker ps or docker images commands. |
github.com/docker/engine-api/types/network | |
github.com/docker/engine-api/types/registry | |
github.com/docker/engine-api/types/swarm | |
github.com/docker/swarmkit/agent/exec | |
github.com/docker/swarmkit/api | Package api is a generated protocol buffer package. |
github.com/docker/swarmkit/log | |
github.com/docker/swarmkit/protobuf/ptypes | Package ptypes is a copy of the golang/protobuf/ptypes that we'll need to use with our regenerated ptypes until google gets their act together and makes their "Well Known Types" actually usable by other parties. |
github.com/golang/mock/gomock | Package gomock is a mock framework for Go. |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
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 | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |