bytes | Package bytes implements functions for the manipulation of byte slices. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/AdRoll/goamz/aws | goamz - Go packages to interact with the Amazon Web Services. |
github.com/AdRoll/goamz/s3 | |
github.com/Sirupsen/logrus | |
github.com/docker/distribution/registry/storage/driver | |
github.com/docker/distribution/registry/storage/driver/base | Package base provides a base implementation of the storage driver that can be used to implement common checks. |
github.com/docker/distribution/registry/storage/driver/factory | |
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. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
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. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |