Imports of package testing

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
database/sqlPackage sql provides a generic interface around SQL (or SQL-like) databases.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/jackc/pgx/v4/pgxpoolPackage pgxpool is a concurrency-safe connection pool for pgx.
github.com/jackc/pgx/v5/pgxpoolPackage pgxpool is a concurrency-safe connection pool for pgx.
github.com/lib/pqPackage pq is a pure Go Postgres driver for the database/sql package.
github.com/stretchr/testify/assertPackage assert provides a set of comprehensive testing tools for use with the normal Go testing system.
github.com/stretchr/testify/mockPackage mock provides a system by which it is possible to mock your objects and verify calls are happening as expected.
github.com/stretchr/testify/requirePackage require implements the same assertions as the `assert` package but stops test execution when a test fails.
github.com/vgarvardt/gue/v5/adapter
github.com/vgarvardt/gue/v5/adapter/libpq
github.com/vgarvardt/gue/v5/adapter/pgxv4
github.com/vgarvardt/gue/v5/adapter/pgxv5
osPackage os provides a platform-independent interface to operating system functionality.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
testingPackage testing provides support for automated testing of Go packages.