crypto/sha256 | Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4. |
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/Sirupsen/logrus | |
github.com/docker/distribution | Package distribution will define the interfaces for the components of docker distribution. |
github.com/docker/distribution/digest | |
github.com/docker/distribution/manifest/schema2 | |
github.com/docker/docker/api/types | |
github.com/docker/docker/distribution | |
github.com/docker/docker/pkg/chrootarchive | |
github.com/docker/docker/reference | |
github.com/docker/docker/registry | Package registry contains client primitives to interact with a remote Docker registry. |
golang.org/x/net/context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
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. |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |