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/docker/go-events | |
github.com/moby/swarmkit/v2/api | |
github.com/moby/swarmkit/v2/internal/idm | Package idm manages reservation/release of numerical ids from a configured set of contiguous ids. |
github.com/moby/swarmkit/v2/log | |
github.com/moby/swarmkit/v2/manager/allocator/networkallocator | |
github.com/moby/swarmkit/v2/manager/state | |
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/pkg/errors | Package errors provides simple error handling primitives. |
github.com/stretchr/testify/assert | Package assert provides a set of comprehensive testing tools for use with the normal Go testing system. |
github.com/stretchr/testify/require | Package require implements the same assertions as the `assert` package but stops test execution when a test fails. |
github.com/stretchr/testify/suite | Package suite contains logic for creating testing suite structs and running the methods on those structs as tests. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
runtime/debug | Package debug contains facilities for programs to debug themselves while they are running. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
testing | Package testing provides support for automated testing of Go packages. |
time | Package time provides functionality for measuring and displaying time. |