Imports of package handlers

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
crypto/hmacPackage hmac implements the Keyed-Hash Message Authentication Code (HMAC) as defined in U.S. Federal Information Processing Standards Publication 198.
crypto/randPackage rand implements a cryptographically secure random number generator.
crypto/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
expvarPackage expvar provides a standardized interface to public variables, such as operation counters in servers.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/Sirupsen/logrus
github.com/docker/distributionPackage distribution will define the interfaces for the components of docker distribution.
github.com/docker/distribution/configuration
github.com/docker/distribution/contextPackage context provides several utilities for working with Go's context in http requests.
github.com/docker/distribution/digest
github.com/docker/distribution/healthPackage health provides a generic health checking framework.
github.com/docker/distribution/health/checks
github.com/docker/distribution/manifest/manifestlist
github.com/docker/distribution/manifest/schema1
github.com/docker/distribution/manifest/schema2
github.com/docker/distribution/notifications
github.com/docker/distribution/referencePackage reference is deprecated, and has moved to github.com/distribution/reference.
github.com/docker/distribution/registry/api/errcode
github.com/docker/distribution/registry/api/v2Package v2 describes routes, urls and the error codes used in the Docker Registry JSON HTTP API V2.
github.com/docker/distribution/registry/authPackage auth defines a standard interface for request access controllers.
github.com/docker/distribution/registry/middleware/registry
github.com/docker/distribution/registry/middleware/repository
github.com/docker/distribution/registry/proxy
github.com/docker/distribution/registry/storagePackage storage contains storage services for use in the registry application.
github.com/docker/distribution/registry/storage/cache/memory
github.com/docker/distribution/registry/storage/cache/redis
github.com/docker/distribution/registry/storage/driver
github.com/docker/distribution/registry/storage/driver/factory
github.com/docker/distribution/registry/storage/driver/middleware
github.com/docker/distribution/version
github.com/docker/libtrustPackage libtrust provides an interface for managing authentication and authorization using public key cryptography.
github.com/garyburd/redigo/redisPackage redis is a client for the Redis database.
github.com/gorilla/handlersPackage handlers is a collection of handlers (aka "HTTP middleware") for use with Go's net/http package (or any framework supporting http.Handler).
github.com/gorilla/muxPackage mux implements a request router and dispatcher.
golang.org/x/net/contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
ioPackage io provides basic interfaces to I/O primitives.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
net/smtpPackage smtp implements the Simple Mail Transfer Protocol as defined in RFC 5321.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
text/templatePackage template implements data-driven templates for generating textual output.
timePackage time provides functionality for measuring and displaying time.