context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/distribution/reference | Package reference provides a general type to represent any way of referencing images within the registry. |
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/events | |
github.com/docker/docker/builder | Package builder defines interfaces for any Docker builder to implement. |
github.com/docker/docker/builder/builder-next | |
github.com/docker/docker/daemon/events | |
github.com/docker/docker/image | |
github.com/docker/docker/pkg/stringid | Package stringid provides helper functions for dealing with string identifiers |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
io | Package io provides basic interfaces to I/O primitives. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |