bufio | Package bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O. |
bytes | Package bytes implements functions for the manipulation of byte slices. |
crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
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/docker/distribution/digest | |
github.com/docker/docker/api/types | |
github.com/docker/docker/api/types/container | |
github.com/docker/docker/api/types/events | |
github.com/docker/docker/api/types/filters | Package filters provides tools for encoding a mapping of keys to a set of multiple values. |
github.com/docker/docker/api/types/swarm | |
github.com/docker/docker/api/types/volume | |
github.com/docker/docker/cliconfig | |
github.com/docker/docker/daemon/events/testutils | |
github.com/docker/docker/integration-cli/fixtures/load | |
github.com/docker/docker/opts | |
github.com/docker/docker/pkg/archive | Package archive provides helper functions for dealing with archive files. |
github.com/docker/docker/pkg/httputils | |
github.com/docker/docker/pkg/integration | |
github.com/docker/docker/pkg/integration/checker | |
github.com/docker/docker/pkg/integration/cmd | |
github.com/docker/docker/pkg/ioutils | |
github.com/docker/docker/pkg/parsers/kernel | Package kernel provides helper function to get, parse and compare kernel versions for different platforms. |
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/docker/pkg/stringutils | |
github.com/docker/docker/pkg/sysinfo | Package sysinfo stores information about which features a kernel supports. |
github.com/docker/go-connections/sockets | Package sockets provides helper functions to create and configure Unix or TCP sockets. |
github.com/docker/go-connections/tlsconfig | Package tlsconfig provides primitives to retrieve secure-enough TLS configurations for both clients and servers. |
github.com/docker/go-units | Package units provides helper function to parse and print size and time units in human-readable format. |
github.com/go-check/check | |
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. |
net/http/httputil | Package httputil provides HTTP utility functions, complementing the more common ones in the net/http package. |
net/url | Package url parses URLs and implements query escaping. |
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. |
regexp | Package regexp implements regular expression search. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
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. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
testing | Package testing provides support for automated testing of Go packages. |
time | Package time provides functionality for measuring and displaying time. |