| 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. |
| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| github.com/Sirupsen/logrus | |
| github.com/docker/distribution/api/v2 | |
| github.com/docker/distribution/digest | |
| github.com/docker/distribution/manifest | |
| io | Package io provides basic interfaces to I/O primitives. |
| net/http | Package http provides HTTP client and server implementations. |
| regexp | Package regexp implements regular expression search. |
| strconv | Package strconv implements conversions to and from string representations of basic data types. |
| sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |