Imports of package testutils

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
github.com/moby/swarmkit/v2/agent/exec
github.com/moby/swarmkit/v2/api
github.com/moby/swarmkit/v2/ca
github.com/moby/swarmkit/v2/identityPackage identity provides functionality for generating and managing identifiers within a swarm.
github.com/moby/swarmkit/v2/log
github.com/stretchr/testify/requirePackage require implements the same assertions as the `assert` package but stops test execution when a test fails.
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
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.