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.
cryptoPackage crypto collects common cryptographic constants.
crypto/randPackage rand implements a cryptographically secure random number generator.
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
crypto/x509Package x509 implements a subset of the X.509 standard.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
encoding/pemPackage pem implements the PEM data encoding, which originated in Privacy Enhanced Mail.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/cloudflare/cfssl/apiPackage api implements an HTTP-based API and server for CFSSL.
github.com/cloudflare/cfssl/configPackage config contains the configuration logic for CFSSL.
github.com/cloudflare/cfssl/csrPackage csr implements certificate requests for CFSSL.
github.com/cloudflare/cfssl/errorsPackage errors provides error types returned in CF SSL.
github.com/cloudflare/cfssl/helpersPackage helpers implements utility functionality common to many CFSSL packages.
github.com/cloudflare/cfssl/initcaPackage initca contains code to initialise a certificate authority, generating a new root key and certificate.
github.com/cloudflare/cfssl/signerPackage signer implements certificate signature functionality for CFSSL.
github.com/moby/swarmkit/v2/api
github.com/moby/swarmkit/v2/ca
github.com/moby/swarmkit/v2/ca/pkcs8
github.com/moby/swarmkit/v2/connectionbrokerPackage connectionbroker is a layer on top of remotes that returns a gRPC connection to a manager.
github.com/moby/swarmkit/v2/identityPackage identity provides functionality for generating and managing identifiers within a swarm.
github.com/moby/swarmkit/v2/ioutils
github.com/moby/swarmkit/v2/log
github.com/moby/swarmkit/v2/manager/state/storePackage store provides interfaces to work with swarm cluster state.
github.com/moby/swarmkit/v2/manager/state/testutils
github.com/moby/swarmkit/v2/remotes
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.
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
google.golang.org/grpc/credentialsPackage credentials implements various credentials supported by gRPC library, which encapsulate all the state needed by a client to authenticate with a server and make various assertions, e.g., about the client's identity, role, or whether it is authorized to make a particular call.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
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.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
testingPackage testing provides support for automated testing of Go packages.
timePackage time provides functionality for measuring and displaying time.