context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
database/sql | Package sql provides a generic interface around SQL (or SQL-like) databases. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/jackc/pgx/v4/pgxpool | Package pgxpool is a concurrency-safe connection pool for pgx. |
github.com/jackc/pgx/v5/pgxpool | Package pgxpool is a concurrency-safe connection pool for pgx. |
github.com/lib/pq | Package pq is a pure Go Postgres driver for the database/sql package. |
github.com/stretchr/testify/assert | Package assert provides a set of comprehensive testing tools for use with the normal Go testing system. |
github.com/stretchr/testify/mock | Package mock provides a system by which it is possible to mock your objects and verify calls are happening as expected. |
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/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 | |
os | Package os provides a platform-independent interface to operating system functionality. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
testing | Package testing provides support for automated testing of Go packages. |