Imports of package network

PathSynopsis
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/Sirupsen/logrus
github.com/docker/docker/api/server/httputils
github.com/docker/docker/api/server/router
github.com/docker/docker/api/server/router/local
github.com/docker/docker/api/types
github.com/docker/docker/daemonPackage daemon exposes the functions that occur on the host server that the Docker daemon is running.
github.com/docker/docker/daemon/network
github.com/docker/docker/errors
github.com/docker/docker/pkg/parsers/filters
github.com/docker/docker/runconfig
github.com/docker/libnetworkPackage libnetwork provides the basic functionality and extension points to create network namespaces and allocate interfaces for containers to use.
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.
net/httpPackage http provides HTTP client and server implementations.