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. |
crypto/subtle | Package subtle implements functions that are often useful in cryptographic code but require careful thought to use correctly. |
crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
crypto/x509 | Package x509 implements a subset of the X.509 standard. |
encoding/pem | Package pem implements the PEM data encoding, which originated in Privacy Enhanced Mail. |
errors | Package errors implements functions to manipulate errors. |
github.com/cloudflare/cfssl/helpers | Package helpers implements utility functionality common to many CFSSL packages. |
github.com/distribution/reference | Package reference provides a general type to represent any way of referencing images within the registry. |
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/defaults | |
github.com/moby/swarmkit/v2/api/genericresource | |
github.com/moby/swarmkit/v2/api/naming | Package naming centralizes the naming of SwarmKit objects. |
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/allocator | Package allocator aims to manage allocation of different cluster-wide resources on behalf of the manager. |
github.com/moby/swarmkit/v2/manager/allocator/networkallocator | |
github.com/moby/swarmkit/v2/manager/constraint | |
github.com/moby/swarmkit/v2/manager/drivers | |
github.com/moby/swarmkit/v2/manager/encryption | |
github.com/moby/swarmkit/v2/manager/orchestrator | |
github.com/moby/swarmkit/v2/manager/state/raft | |
github.com/moby/swarmkit/v2/manager/state/raft/membership | |
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/template | |
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. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/url | Package url parses URLs and implements query escaping. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
regexp | Package regexp implements regular expression search. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |