Imports of package utils

PathSynopsis
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
encoding/pemPackage pem implements the PEM data encoding, which originated in Privacy Enhanced Mail.
errorsPackage errors implements functions to manipulate errors.
fmtPackage 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-goPackage bugsnag captures errors in real-time and reports them to BugSnag (http://bugsnag.com).
github.com/docker/distribution/contextPackage 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/authPackage auth defines a standard interface for request access controllers.
github.com/docker/go-connections/tlsconfigPackage 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/mysqlPackage mysql provides a MySQL driver for Go's database/sql package.
github.com/gorilla/muxPackage mux implements a request router and dispatcher.
github.com/spf13/viper
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.
io/ioutilPackage ioutil implements some I/O utility functions.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
os/signalPackage signal implements access to incoming signals.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syscallPackage syscall contains an interface to the low-level operating system primitives.
timePackage time provides functionality for measuring and displaying time.