crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
encoding/pem | Package pem implements the PEM data encoding, which originated in Privacy Enhanced Mail. |
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/Shopify/logrus-bugsnag | |
github.com/Sirupsen/logrus | |
github.com/bugsnag/bugsnag-go | Package bugsnag captures errors in real-time and reports them to BugSnag (http://bugsnag.com). |
github.com/docker/distribution/context | Package context provides several utilities for working with Go's context in http requests. |
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/go-connections/tlsconfig | Package tlsconfig provides primitives to retrieve secure-enough TLS configurations for both clients and servers. |
github.com/docker/notary | |
github.com/docker/notary/tuf/data | |
github.com/docker/notary/tuf/signed | |
github.com/docker/notary/tuf/utils | |
github.com/go-sql-driver/mysql | Package mysql provides a MySQL driver for Go's database/sql package. |
github.com/gorilla/mux | Package mux implements a request router and dispatcher. |
github.com/spf13/viper | |
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/http | Package http provides HTTP client and server implementations. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/signal | Package signal implements access to incoming signals. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
time | Package time provides functionality for measuring and displaying time. |