crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
crypto/x509 | Package x509 implements a subset of the X.509 standard. |
encoding/pem | Package pem implements the PEM data encoding, which originated in Privacy Enhanced Mail. |
github.com/docker/cli/cli/connhelper | Package connhelper provides helpers for connecting to a remote daemon host with custom logic. |
github.com/docker/cli/cli/context | |
github.com/docker/cli/cli/context/store | Package store provides a generic way to store credentials to connect to virtually any kind of remote system. |
github.com/docker/docker/client | Package client is a Go client for the Docker Engine API. |
github.com/docker/go-connections/tlsconfig | Package tlsconfig provides primitives to retrieve secure-enough TLS configurations for both clients and servers. |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
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. |
time | Package time provides functionality for measuring and displaying time. |