archive/tar | Package tar implements access to tar archives. |
bufio | Package 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. |
bytes | Package bytes implements functions for the manipulation of byte slices. |
compress/gzip | Package gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto/md5 | Package md5 implements the MD5 hash algorithm as defined in RFC 1321. |
dario.cat/mergo | |
encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
encoding/hex | Package hex implements hexadecimal encoding and decoding. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package 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/filters | Package 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/client | Package client is a Go client for the Docker Engine API. |
github.com/docker/docker/errdefs | Package errdefs defines a set of error interfaces that packages should use for communicating classes of errors. |
github.com/docker/docker/pkg/archive | Package 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/nat | Package nat is a convenience package for manipulation of strings describing network ports. |
github.com/google/uuid | |
github.com/moby/patternmatcher/ignorefile | |
github.com/moby/term | Package term provides structures and helper functions to work with terminal (state, sizes). |
github.com/opencontainers/image-spec/specs-go/v1 | |
github.com/stretchr/testify/require | Package 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/ssh | Package ssh implements an SSH client and server. |
io | Package io provides basic interfaces to I/O primitives. |
io/fs | Package fs defines basic interfaces to a file system. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
regexp | Package regexp implements regular expression search. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
testing | Package testing provides support for automated testing of Go packages. |
time | Package time provides functionality for measuring and displaying time. |