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. |
encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
encoding/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
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/backend | Package backend includes types to send information to server backends. |
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/mount | |
github.com/docker/docker/api/types/network | |
github.com/docker/docker/api/types/volume | |
github.com/docker/docker/daemon/cluster/convert | |
github.com/docker/docker/daemon/cluster/executor | |
github.com/docker/docker/daemon/cluster/provider | |
github.com/docker/docker/reference | |
github.com/docker/go-connections/nat | Package nat is a convenience package for manipulation of strings describing network ports. |
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/types | Package types contains types that are common across libnetwork project |
github.com/docker/swarmkit/agent/exec | |
github.com/docker/swarmkit/agent/secrets | |
github.com/docker/swarmkit/api | Package api is a generated protocol buffer package. |
github.com/docker/swarmkit/log | |
github.com/docker/swarmkit/protobuf/ptypes | Package ptypes is a copy of the golang/protobuf/ptypes that we'll need to use with our regenerated ptypes until google gets their act together and makes their "Well Known Types" actually usable by other parties. |
github.com/docker/swarmkit/template | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
golang.org/x/net/context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
golang.org/x/time/rate | Package rate provides a rate limiter. |
io | Package io provides basic interfaces to I/O primitives. |
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/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
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. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
time | Package time provides functionality for measuring and displaying time. |