Imports of package request

PathSynopsis
github.com/docker/docker/api
github.com/docker/docker/clientPackage client is a Go client for the Docker Engine API.
github.com/docker/go-connections/socketsPackage sockets provides helper functions to create and configure Unix or TCP sockets.
github.com/docker/go-connections/tlsconfigPackage tlsconfig provides primitives to retrieve secure-enough TLS configurations for both clients and servers.
github.com/stretchr/testify/requirePackage require implements the same assertions as the `assert` package but stops test execution when a test fails.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
testingPackage testing provides support for automated testing of Go packages.
timePackage time provides functionality for measuring and displaying time.