Imports of package dispatcher

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage 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/typesPackage 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/identityPackage 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/storePackage store provides interfaces to work with swarm cluster state.
github.com/moby/swarmkit/v2/protobuf/ptypesPackage 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/errorsPackage errors provides simple error handling primitives.
github.com/sirupsen/logrusPackage logrus is a structured logger for Go, completely API compatible with the standard library logger.
google.golang.org/grpc/codesPackage codes defines the canonical error codes used by gRPC.
google.golang.org/grpc/statusPackage status implements errors returned by gRPC.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
strconvPackage strconv implements conversions to and from string representations of basic data types.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.