| 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. |
| 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/docker/distribution | Package distribution will define the interfaces for the components of docker distribution. |
| github.com/docker/distribution/context | Package context provides several utilities for working with Go's context in http requests. |
| github.com/docker/distribution/digest | |
| github.com/docker/distribution/reference | Package reference is deprecated, and has moved to github.com/distribution/reference. |
| github.com/docker/distribution/registry/api/errcode | |
| github.com/docker/distribution/registry/api/v2 | Package v2 describes routes, urls and the error codes used in the Docker Registry JSON HTTP API V2. |
| github.com/docker/distribution/registry/client/auth/challenge | |
| github.com/docker/distribution/registry/client/transport | |
| github.com/docker/distribution/registry/storage/cache | Package cache provides facilities to speed up access to the storage backend. |
| github.com/docker/distribution/registry/storage/cache/memory | |
| 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. |
| net/url | Package url parses URLs and implements query escaping. |
| 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. |
| time | Package time provides functionality for measuring and displaying time. |