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/docker/docker/libnetwork/cluster | |
github.com/docker/docker/libnetwork/config | |
github.com/docker/docker/libnetwork/datastore | |
github.com/docker/docker/libnetwork/diagnostic | |
github.com/docker/docker/libnetwork/discoverapi | |
github.com/docker/docker/libnetwork/driverapi | |
github.com/docker/docker/libnetwork/drvregistry | |
github.com/docker/docker/libnetwork/etchosts | |
github.com/docker/docker/libnetwork/internal/setmatrix | |
github.com/docker/docker/libnetwork/ipamapi | Package ipamapi specifies the contract the IPAM service (built-in or remote) needs to satisfy. |
github.com/docker/docker/libnetwork/ipams/builtin | |
github.com/docker/docker/libnetwork/ipams/null | Package null implements the null ipam driver. |
github.com/docker/docker/libnetwork/ipams/remote | |
github.com/docker/docker/libnetwork/ipamutils | Package ipamutils provides utility functions for ipam management |
github.com/docker/docker/libnetwork/iptables | |
github.com/docker/docker/libnetwork/netlabel | |
github.com/docker/docker/libnetwork/netutils | Package netutils provides network utility functions. |
github.com/docker/docker/libnetwork/networkdb | |
github.com/docker/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/docker/libnetwork/osl | Package osl describes structures and interfaces which abstract os entities |
github.com/docker/docker/libnetwork/resolvconf | Package resolvconf provides utility code to query and update DNS configuration in /etc/resolv.conf |
github.com/docker/docker/libnetwork/types | Package types contains types that are common across libnetwork project |
github.com/docker/docker/pkg/plugingetter | |
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/go-events | |
github.com/docker/libkv/store/boltdb | |
github.com/gogo/protobuf/gogoproto | Package gogoproto provides extensions for protocol buffers to achieve: |
github.com/gogo/protobuf/proto | Package proto converts data structures to and from the wire format of protocol buffers. |
github.com/miekg/dns | Package dns implements a full featured interface to the Domain Name System. |
github.com/moby/locker | Package locker provides a mechanism for creating finer-grained locking to help free up more global locks to handle other tasks. |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
github.com/sirupsen/logrus | Package logrus is a structured logger for Go, completely API compatible with the standard library logger. |
github.com/vishvananda/netns | Package netns allows ultra-simple network namespace handling. |
io | Package io provides basic interfaces to I/O primitives. |
math | Package math provides basic constants and mathematical functions. |
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. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/exec | Package exec runs external commands. |
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. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
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. |
time | Package time provides functionality for measuring and displaying time. |