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