Imports of package network

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/docker/docker/api/types
github.com/docker/docker/clientPackage client is a Go client for the Docker Engine API.
github.com/docker/docker/testutilPackage testutil contains common testing tasks like running dockerd.
gotest.tools/v3/assert/cmpPackage cmp provides Comparisons for Assert and Check
gotest.tools/v3/icmdPackage icmd executes binaries and provides convenient assertions for testing the results.
testingPackage testing provides support for automated testing of Go packages.