encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/Sirupsen/logrus | |
github.com/docker/distribution/registry/client/auth | |
github.com/docker/distribution/registry/client/auth/challenge | |
github.com/docker/distribution/registry/client/transport | |
github.com/docker/docker/api/types | |
github.com/docker/docker/api/types/registry | |
github.com/docker/docker/cli/command | |
github.com/docker/docker/cliconfig | |
github.com/docker/docker/registry | Package registry contains client primitives to interact with a remote Docker registry. |
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/client | |
github.com/docker/notary/passphrase | |
github.com/docker/notary/storage | |
github.com/docker/notary/trustmanager | |
github.com/docker/notary/trustpinning | |
github.com/docker/notary/tuf/data | |
github.com/docker/notary/tuf/signed | |
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. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
path | Package path implements utility routines for manipulating slash-separated paths. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
time | Package time provides functionality for measuring and displaying time. |