Imports of package handlers

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/hexPackage hex implements hexadecimal encoding and decoding.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/Sirupsen/logrus
github.com/docker/distribution/contextPackage context provides several utilities for working with Go's context in http requests.
github.com/docker/go/canonical/json
github.com/docker/notary
github.com/docker/notary/server/errors
github.com/docker/notary/server/snapshot
github.com/docker/notary/server/storage
github.com/docker/notary/server/timestamp
github.com/docker/notary/trustpinning
github.com/docker/notary/tuf
github.com/docker/notary/tuf/data
github.com/docker/notary/tuf/signed
github.com/docker/notary/tuf/utils
github.com/docker/notary/tuf/validation
github.com/docker/notary/utils
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.
net/httpPackage http provides HTTP client and server implementations.
pathPackage path implements utility routines for manipulating slash-separated paths.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.