Imports of package agent

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
errorsPackage errors implements functions to manipulate errors.
github.com/docker/go-events
github.com/gogo/protobuf/protoPackage proto converts data structures to and from the wire format of protocol buffers.
github.com/moby/swarmkit/v2/agent/configs
github.com/moby/swarmkit/v2/agent/csi
github.com/moby/swarmkit/v2/agent/exec
github.com/moby/swarmkit/v2/agent/secrets
github.com/moby/swarmkit/v2/api
github.com/moby/swarmkit/v2/api/equality
github.com/moby/swarmkit/v2/connectionbrokerPackage connectionbroker is a layer on top of remotes that returns a gRPC connection to a manager.
github.com/moby/swarmkit/v2/log
github.com/moby/swarmkit/v2/node/plugin
github.com/moby/swarmkit/v2/watch
github.com/pkg/errorsPackage errors provides simple error handling primitives.
go.etcd.io/bboltpackage bbolt implements a low-level key/value store in pure Go.
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
google.golang.org/grpc/codesPackage codes defines the canonical error codes used by gRPC.
google.golang.org/grpc/credentialsPackage credentials implements various credentials supported by gRPC library, which encapsulate all the state needed by a client to authenticate with a server and make various assertions, e.g., about the client's identity, role, or whether it is authorized to make a particular call.
google.golang.org/grpc/statusPackage status implements errors returned by gRPC.
mathPackage math provides basic constants and mathematical functions.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.