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.
crypto/md5Package md5 implements the MD5 hash algorithm as defined in RFC 1321.
dario.cat/mergo
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
encoding/hexPackage hex implements hexadecimal encoding and decoding.
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/v4
github.com/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/events
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/image
github.com/docker/docker/api/types/mount
github.com/docker/docker/api/types/network
github.com/docker/docker/api/types/registry
github.com/docker/docker/api/types/system
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/docker/pkg/stdcopy
github.com/docker/go-connections/natPackage nat is a convenience package for manipulation of strings describing network ports.
github.com/google/uuid
github.com/moby/patternmatcher/ignorefile
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/stretchr/testify/requirePackage require implements the same assertions as the `assert` package but stops test execution when a test fails.
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/core
github.com/testcontainers/testcontainers-go/internal/core/network
github.com/testcontainers/testcontainers-go/log
github.com/testcontainers/testcontainers-go/wait
golang.org/x/crypto/sshPackage ssh implements an SSH client and server.
ioPackage io provides basic interfaces to I/O primitives.
io/fsPackage fs defines basic interfaces to a file system.
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.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
regexpPackage regexp implements regular expression search.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
syscallPackage syscall contains an interface to the low-level operating system primitives.
testingPackage testing provides support for automated testing of Go packages.
timePackage time provides functionality for measuring and displaying time.