context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
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/go-arrower/arrower/contexts/auth/internal/domain | |
github.com/go-arrower/arrower/contexts/auth/internal/interfaces/repository/models | |
github.com/go-arrower/arrower/postgres | |
github.com/go-arrower/arrower/repository | Package repository implements generic repositories. |
github.com/google/uuid | |
github.com/jackc/pgx/v5/pgtype | Package pgtype converts between Go and PostgreSQL values. |
github.com/jackc/pgx/v5/pgxpool | Package pgxpool is a concurrency-safe connection pool for pgx. |
golang.org/x/text/language | Package language implements BCP 47 language tags and related functionality. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
time | Package time provides functionality for measuring and displaying time. |