Imports of package libnetwork

PathSynopsis
container/heapPackage heap provides heap operations for any type that implements heap.Interface.
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/pkg/discovery
github.com/docker/docker/pkg/pluginsPackage plugins provides structures and helper functions to manage Docker plugins.
github.com/docker/docker/pkg/reexecPackage reexec facilitates the busybox style reexec of a binary.
github.com/docker/docker/pkg/stringidPackage stringid provides helper functions for dealing with string identifiers
github.com/docker/libnetwork/config
github.com/docker/libnetwork/datastore
github.com/docker/libnetwork/driverapi
github.com/docker/libnetwork/etchosts
github.com/docker/libnetwork/hostdiscovery
github.com/docker/libnetwork/ipamapiPackage ipamapi specifies the contract the IPAM service (built-in or remote) needs to satisfy.
github.com/docker/libnetwork/ipams/builtin
github.com/docker/libnetwork/ipams/remote
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/oslPackage osl describes structures and interfaces which abstract os entities
github.com/docker/libnetwork/resolvconfPackage resolvconf provides utility code to query and update DNS configuration in /etc/resolv.conf
github.com/docker/libnetwork/typesPackage types contains types that are common across libnetwork project
github.com/opencontainers/runc/libcontainerPackage libcontainer provides a native Go implementation for creating containers with namespaces, cgroups, capabilities, and filesystem access controls.
github.com/opencontainers/runc/libcontainer/configs
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.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.