Imports of dnet command

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/Sirupsen/logrus
github.com/codegangsta/cli
github.com/docker/docker/opts
github.com/docker/docker/pkg/discovery
github.com/docker/docker/pkg/reexecPackage reexec facilitates the busybox style reexec of a binary.
github.com/docker/docker/pkg/signal
github.com/docker/docker/pkg/term
github.com/docker/libnetworkPackage libnetwork provides the basic functionality and extension points to create network namespaces and allocate interfaces for containers to use.
github.com/docker/libnetwork/api
github.com/docker/libnetwork/client
github.com/docker/libnetwork/config
github.com/docker/libnetwork/datastore
github.com/docker/libnetwork/driverapi
github.com/docker/libnetwork/ipamutilsPackage ipamutils provides utililty functions for ipam management
github.com/docker/libnetwork/netlabel
github.com/docker/libnetwork/optionsPackage options provides a way to pass unstructured sets of options to a component expecting a strongly-typed configuration structure.
github.com/docker/libnetwork/typesPackage types contains types that are common across libnetwork project
github.com/gorilla/muxPackage mux implements a request router and dispatcher.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
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.
net/http/httptestPackage httptest provides utilities for HTTP testing.
osPackage os provides a platform-independent interface to operating system functionality.
os/signalPackage signal implements access to incoming signals.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syscallPackage syscall contains an interface to the low-level operating system primitives.
timePackage time provides functionality for measuring and displaying time.