crypto/x509 | Package x509 implements a subset of the X.509 standard. |
encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
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/distribution/reference | Package reference is deprecated, and has moved to github.com/distribution/reference. |
github.com/docker/docker/api/errors | |
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/filters | Package filters provides tools for encoding a mapping of keys to a set of multiple values. |
github.com/docker/docker/api/types/network | |
github.com/docker/docker/api/types/swarm | |
github.com/docker/docker/daemon/cluster/convert | |
github.com/docker/docker/daemon/cluster/executor | |
github.com/docker/docker/daemon/cluster/executor/container | |
github.com/docker/docker/daemon/logger | Package logger defines interfaces that logger drivers implement to log messages. |
github.com/docker/docker/opts | |
github.com/docker/docker/pkg/ioutils | |
github.com/docker/docker/pkg/signal | |
github.com/docker/docker/pkg/stdcopy | |
github.com/docker/docker/reference | |
github.com/docker/docker/runconfig | |
github.com/docker/docker/runconfig/opts | |
github.com/docker/swarmkit/api | Package api is a generated protocol buffer package. |
github.com/docker/swarmkit/manager/encryption | |
github.com/docker/swarmkit/node | |
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/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. |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
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. |
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. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
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. |