Imports of package allocator

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage 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/idmPackage 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/storePackage store provides interfaces to work with swarm cluster state.
github.com/moby/swarmkit/v2/protobuf/ptypesPackage ptypes provides utility functions for use with gogo/protobuf/ptypes.
github.com/pkg/errorsPackage errors provides simple error handling primitives.
github.com/stretchr/testify/assertPackage assert provides a set of comprehensive testing tools for use with the normal Go testing system.
github.com/stretchr/testify/requirePackage require implements the same assertions as the `assert` package but stops test execution when a test fails.
github.com/stretchr/testify/suitePackage suite contains logic for creating testing suite structs and running the methods on those structs as tests.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
runtime/debugPackage debug contains facilities for programs to debug themselves while they are running.
strconvPackage strconv implements conversions to and from string representations of basic data types.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
testingPackage testing provides support for automated testing of Go packages.
timePackage time provides functionality for measuring and displaying time.