bytes | Package bytes implements functions for the manipulation of byte slices. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package 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/reexec | Package reexec facilitates the busybox style reexec of a binary. |
github.com/docker/docker/pkg/signal | |
github.com/docker/docker/pkg/term | |
github.com/docker/libnetwork | Package 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/ipamutils | Package ipamutils provides utililty functions for ipam management |
github.com/docker/libnetwork/netlabel | |
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/types | Package types contains types that are common across libnetwork project |
github.com/gorilla/mux | Package mux implements a request router and dispatcher. |
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. |
net/http | Package http provides HTTP client and server implementations. |
net/http/httptest | Package httptest provides utilities for HTTP testing. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/signal | Package signal implements access to incoming signals. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
time | Package time provides functionality for measuring and displaying time. |