| archive/tar | Package tar implements access to tar archives. |
| bytes | Package bytes implements functions for the manipulation of byte slices. |
| crypto/rand | Package rand implements a cryptographically secure random number generator. |
| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| github.com/docker/distribution/digest | |
| io | Package io provides basic interfaces to I/O primitives. |
| io/ioutil | Package ioutil implements some I/O utility functions. |
| math/rand | Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
| 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. |
| strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
| time | Package time provides functionality for measuring and displaying time. |