context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/containerd/log | Package log provides types and functions related to logging, passing loggers through a context, and attaching context to the logger. |
github.com/docker/docker/api/types | |
github.com/docker/docker/api/types/container | |
github.com/docker/docker/api/types/mount | |
github.com/docker/docker/api/types/network | |
github.com/docker/docker/api/types/swarm | |
github.com/docker/docker/api/types/swarm/runtime | |
github.com/docker/docker/api/types/volume | |
github.com/docker/docker/libnetwork/scope | |
github.com/docker/docker/pkg/namesgenerator | Package namesgenerator generates random names. |
github.com/docker/go-units | Package units provides helper function to parse and print size and time units in human-readable format. |
github.com/gogo/protobuf/proto | Package proto converts data structures to and from the wire format of protocol buffers. |
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/genericresource | |
github.com/moby/swarmkit/v2/ca | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |