bufio | Package bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O. |
compress/gzip | Package gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952. |
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/context | Package context provides several utilities for working with Go's context in http requests. |
github.com/docker/distribution/digest | |
github.com/docker/distribution/manifest/manifestlist | |
github.com/docker/distribution/manifest/schema1 | |
github.com/docker/distribution/manifest/schema2 | |
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 | |
github.com/docker/distribution/registry/client/auth | |
github.com/docker/distribution/registry/client/transport | |
github.com/docker/docker/api | |
github.com/docker/docker/api/types | |
github.com/docker/docker/distribution/metadata | |
github.com/docker/docker/distribution/xfer | |
github.com/docker/docker/dockerversion | |
github.com/docker/docker/image | |
github.com/docker/docker/image/v1 | |
github.com/docker/docker/layer | Package layer is package for managing read-only and read-write mounts on the union file system driver. |
github.com/docker/docker/pkg/ioutils | |
github.com/docker/docker/pkg/progress | |
github.com/docker/docker/pkg/stringid | Package stringid provides helper functions for dealing with string identifiers |
github.com/docker/docker/reference | |
github.com/docker/docker/registry | Package registry contains client primitives to interact with a remote Docker registry. |
github.com/docker/go-connections/sockets | Package sockets provides helper functions to create and configure Unix or TCP sockets. |
github.com/docker/libtrust | Package libtrust provides an interface for managing authentication and authorization using public key cryptography. |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
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 | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/http | Package http provides HTTP client and server implementations. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
time | Package time provides functionality for measuring and displaying time. |