code.cloudfoundry.org/clock | |
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. |
encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
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/grpc-ecosystem/go-grpc-prometheus | |
github.com/moby/swarmkit/v2/api | |
github.com/moby/swarmkit/v2/ca | |
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/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/controlapi | |
github.com/moby/swarmkit/v2/manager/csi | |
github.com/moby/swarmkit/v2/manager/dispatcher | |
github.com/moby/swarmkit/v2/manager/drivers | |
github.com/moby/swarmkit/v2/manager/encryption | |
github.com/moby/swarmkit/v2/manager/health | Package health provides some utility functions to health-check a server. |
github.com/moby/swarmkit/v2/manager/keymanager | |
github.com/moby/swarmkit/v2/manager/logbroker | |
github.com/moby/swarmkit/v2/manager/metrics | |
github.com/moby/swarmkit/v2/manager/orchestrator/constraintenforcer | |
github.com/moby/swarmkit/v2/manager/orchestrator/global | |
github.com/moby/swarmkit/v2/manager/orchestrator/jobs | |
github.com/moby/swarmkit/v2/manager/orchestrator/replicated | |
github.com/moby/swarmkit/v2/manager/orchestrator/taskreaper | |
github.com/moby/swarmkit/v2/manager/orchestrator/volumeenforcer | |
github.com/moby/swarmkit/v2/manager/resourceapi | |
github.com/moby/swarmkit/v2/manager/scheduler | |
github.com/moby/swarmkit/v2/manager/state/raft | |
github.com/moby/swarmkit/v2/manager/state/raft/membership | |
github.com/moby/swarmkit/v2/manager/state/raft/transport | Package transport provides grpc transport layer for raft. |
github.com/moby/swarmkit/v2/manager/state/store | Package store provides interfaces to work with swarm cluster state. |
github.com/moby/swarmkit/v2/manager/watchapi | |
github.com/moby/swarmkit/v2/node/plugin | |
github.com/moby/swarmkit/v2/remotes | |
github.com/moby/swarmkit/v2/xnet | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
google.golang.org/grpc | Package grpc implements an RPC system called 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. |
math | Package math provides basic constants and mathematical functions. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
time | Package time provides functionality for measuring and displaying time. |