Imports of package testutils

PathSynopsis
code.cloudfoundry.org/clock/fakeclock
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/api
github.com/moby/swarmkit/v2/ca
github.com/moby/swarmkit/v2/ca/testutils
github.com/moby/swarmkit/v2/identityPackage identity provides functionality for generating and managing identifiers within a swarm.
github.com/moby/swarmkit/v2/manager/healthPackage health provides some utility functions to health-check a server.
github.com/moby/swarmkit/v2/manager/state/raft
github.com/moby/swarmkit/v2/manager/state/storePackage store provides interfaces to work with swarm cluster state.
github.com/moby/swarmkit/v2/testutils
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.
go.etcd.io/etcd/raft/v3
go.etcd.io/etcd/raft/v3/raftpb
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.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary 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.