bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
errors | Package errors implements functions to manipulate errors. |
github.com/docker/go-events | |
github.com/gogo/protobuf/proto | Package 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/connectionbroker | Package 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/errors | Package errors provides simple error handling primitives. |
go.etcd.io/bbolt | package bbolt implements a low-level key/value store in pure Go. |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
google.golang.org/grpc/codes | Package codes defines the canonical error codes used by gRPC. |
google.golang.org/grpc/credentials | Package 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/status | Package status implements errors returned by gRPC. |
math | Package math provides basic constants and mathematical functions. |
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. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |