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/docker/docker/api/errdefs | |
github.com/docker/docker/api/types | |
github.com/docker/docker/api/types/backend | Package backend includes types to send information to server backends. |
github.com/docker/docker/api/types/container | |
github.com/docker/docker/api/types/network | |
github.com/docker/docker/api/types/versions | |
github.com/docker/docker/pkg/ioutils | |
github.com/docker/docker/pkg/jsonmessage | |
github.com/docker/docker/pkg/stdcopy | |
github.com/gorilla/mux | Package mux implements a request router and dispatcher. |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
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. |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
google.golang.org/grpc/codes | Package codes defines the canonical error codes used by gRPC. |
io | Package io provides basic interfaces to I/O primitives. |
mime | Package mime implements parts of the MIME spec. |
net/http | Package http provides HTTP client and server implementations. |
net/url | Package url parses URLs and implements query escaping. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |