Imports of package app

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/go-arrower/arrower/alogPackage alog provides a logger that is a subset of the slog.Logger interface.
github.com/go-arrower/arrower/ctx
github.com/go-arrower/arrower/postgres
github.com/go-playground/validator/v10Package validator implements value validations for structs and individual fields based on tags.
github.com/jackc/pgx/v5/pgxpoolPackage pgxpool is a concurrency-safe connection pool for pgx.
go.opentelemetry.io/otel/attributePackage attribute provides key and value attributes.
go.opentelemetry.io/otel/codesPackage codes defines the canonical error codes used by OpenTelemetry.
go.opentelemetry.io/otel/metricPackage metric provides the OpenTelemetry API used to measure metrics about source code operation.
go.opentelemetry.io/otel/tracePackage trace provides an implementation of the tracing part of the OpenTelemetry API.
log/slogPackage slog provides structured logging, in which log records include a message, a severity level, and various other attributes expressed as key-value pairs.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.