context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/docker/go-events | |
github.com/docker/go-metrics | |
github.com/gogo/protobuf/types | Package types contains code for interacting with well-known types. |
github.com/moby/swarmkit/v2/api | |
github.com/moby/swarmkit/v2/api/equality | |
github.com/moby/swarmkit/v2/api/validation | |
github.com/moby/swarmkit/v2/ca | |
github.com/moby/swarmkit/v2/identity | Package identity provides functionality for generating and managing identifiers within a swarm. |
github.com/moby/swarmkit/v2/log | |
github.com/moby/swarmkit/v2/manager/dispatcher/heartbeat | |
github.com/moby/swarmkit/v2/manager/drivers | |
github.com/moby/swarmkit/v2/manager/state/store | Package store provides interfaces to work with swarm cluster state. |
github.com/moby/swarmkit/v2/protobuf/ptypes | Package ptypes provides utility functions for use with gogo/protobuf/ptypes. |
github.com/moby/swarmkit/v2/remotes | |
github.com/moby/swarmkit/v2/watch | |
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. |
google.golang.org/grpc/codes | Package codes defines the canonical error codes used by gRPC. |
google.golang.org/grpc/status | Package status implements errors returned by gRPC. |
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. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |