Imports of package testcontainers

PathSynopsis
archive/tarPackage tar implements access to tar archives.
bufioPackage bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O.
bytesPackage bytes implements functions for the manipulation of byte slices.
compress/gzipPackage gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/cenkalti/backoff/v4Package backoff implements backoff algorithms for retrying operations.
github.com/containerd/containerd/platforms
github.com/cpuguy83/dockercfg
github.com/docker/docker/api/types
github.com/docker/docker/api/types/container
github.com/docker/docker/api/types/filtersPackage filters provides tools for encoding a mapping of keys to a set of multiple values.
github.com/docker/docker/api/types/mount
github.com/docker/docker/api/types/network
github.com/docker/docker/clientPackage client is a Go client for the Docker Engine API.
github.com/docker/docker/errdefsPackage errdefs defines a set of error interfaces that packages should use for communicating classes of errors.
github.com/docker/docker/pkg/archivePackage archive provides helper functions for dealing with archive files.
github.com/docker/docker/pkg/jsonmessage
github.com/docker/go-connections/natPackage nat is a convenience package for manipulation of strings describing network ports.
github.com/google/uuid
github.com/imdario/mergo
github.com/moby/termPackage term provides structures and helper functions to work with terminal (state, sizes).
github.com/opencontainers/image-spec/specs-go/v1
github.com/testcontainers/testcontainers-go/exec
github.com/testcontainers/testcontainers-go/internal
github.com/testcontainers/testcontainers-go/internal/config
github.com/testcontainers/testcontainers-go/internal/testcontainersdocker
github.com/testcontainers/testcontainers-go/internal/testcontainerssession
github.com/testcontainers/testcontainers-go/wait
golang.org/x/exp/slicesPackage slices defines various functions useful with slices of any type.
ioPackage io provides basic interfaces to I/O primitives.
logPackage log implements a simple logging package.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
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.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
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.