fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/docker/docker/client | Package client is a Go client for the Docker Engine API. |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
gotest.tools/v3/icmd | Package icmd executes binaries and provides convenient assertions for testing the results. |
gotest.tools/v3/poll | Package poll provides tools for testing asynchronous code. |
gotest.tools/v3/skip | Package skip provides functions for skipping a test and printing the source code of the condition used to skip the test. |
os | Package os provides a platform-independent interface to operating system functionality. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
testing | Package testing provides support for automated testing of Go packages. |
time | Package time provides functionality for measuring and displaying time. |