container/heap | Package heap provides heap operations for any type that implements heap.Interface. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package 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/plugins | Package plugins provides structures and helper functions to manage Docker plugins. |
github.com/docker/docker/pkg/reexec | Package reexec facilitates the busybox style reexec of a binary. |
github.com/docker/docker/pkg/stringid | Package 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/ipamapi | Package 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/iptables | |
github.com/docker/libnetwork/netlabel | |
github.com/docker/libnetwork/netutils | |
github.com/docker/libnetwork/options | Package options provides a way to pass unstructured sets of options to a component expecting a strongly-typed configuration structure. |
github.com/docker/libnetwork/osl | Package osl describes structures and interfaces which abstract os entities |
github.com/docker/libnetwork/resolvconf | Package resolvconf provides utility code to query and update DNS configuration in /etc/resolv.conf |
github.com/docker/libnetwork/types | Package types contains types that are common across libnetwork project |
github.com/miekg/dns | |
github.com/opencontainers/runc/libcontainer | Package libcontainer provides a native Go implementation for creating containers with namespaces, cgroups, capabilities, and filesystem access controls. |
github.com/opencontainers/runc/libcontainer/configs | |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
os | Package os provides a platform-independent interface to operating system functionality. |
path | Package path implements utility routines for manipulating slash-separated paths. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |