Imports of package server

PathSynopsis
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/docker/distribution/healthPackage health provides a generic health checking framework.
github.com/docker/distribution/registry/api/errcode
github.com/docker/distribution/registry/authPackage auth defines a standard interface for request access controllers.
github.com/gorilla/muxPackage mux implements a request router and dispatcher.
github.com/prometheus/client_golang/prometheusPackage prometheus is the core instrumentation package.
github.com/sirupsen/logrusPackage logrus is a structured logger for Go, completely API compatible with the standard library logger.
github.com/theupdateframework/notary/server/errors
github.com/theupdateframework/notary/server/handlers
github.com/theupdateframework/notary/tuf/data
github.com/theupdateframework/notary/tuf/signed
github.com/theupdateframework/notary/utils
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.
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.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.