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. |
embed | Package embed provides access to files embedded in the running Go program. |
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/ctx | |
github.com/golang-migrate/migrate/v4 | Package migrate reads migrations from sources and runs them against databases. |
github.com/golang-migrate/migrate/v4/database/postgres | |
github.com/golang-migrate/migrate/v4/source/iofs | Package iofs provides the Go 1.16+ io/fs#FS driver. |
github.com/jackc/pgx/v5 | Package pgx is a PostgreSQL database driver. |
github.com/jackc/pgx/v5/pgxpool | Package pgxpool is a concurrency-safe connection pool for pgx. |
github.com/jackc/pgx/v5/stdlib | Package stdlib is the compatibility layer from pgx to database/sql. |
go.opentelemetry.io/otel/attribute | Package attribute provides key and value attributes. |
go.opentelemetry.io/otel/codes | Package codes defines the canonical error codes used by OpenTelemetry. |
go.opentelemetry.io/otel/trace | Package trace provides an implementation of the tracing part of the OpenTelemetry API. |
io/fs | Package fs defines basic interfaces to a file system. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |