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/discoverapi | |
github.com/docker/libnetwork/driverapi | |
github.com/docker/libnetwork/drivers/null | |
github.com/docker/libnetwork/drivers/windows | |
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/null | |
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/types | Package types contains types that are common across libnetwork project |
github.com/miekg/dns | |
io | Package io provides basic interfaces to I/O primitives. |
math/rand | Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |