Imports of package loggertest

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/docker/docker/api/types/backendPackage backend includes types to send information to server backends.
github.com/docker/docker/daemon/loggerPackage logger defines interfaces that logger drivers implement to log messages.
github.com/google/go-cmp/cmpPackage cmp determines equality of values.
github.com/google/go-cmp/cmp/cmpoptsPackage cmpopts provides common options for the cmp package.
gotest.tools/v3/assertPackage assert provides assertions for comparing expected values to actual values in tests.
gotest.tools/v3/assert/cmpPackage cmp provides Comparisons for Assert and Check
gotest.tools/v3/assert/optPackage opt provides common go-cmp.Options for use with assert.DeepEqual.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
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.