context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
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/alog | Package alog provides a logger that is a subset of the slog.Logger interface. |
github.com/go-arrower/arrower/contexts/auth | Package auth is the intraprocess API of what this Context is exposing to other Contexts to use. |
github.com/go-arrower/arrower/ctx | |
github.com/go-arrower/arrower/jobs/models | |
github.com/go-arrower/arrower/postgres | |
github.com/jackc/pgx/v5 | Package pgx is a PostgreSQL database driver. |
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. |
github.com/robfig/cron/v3 | |
github.com/stretchr/testify/assert | Package assert provides a set of comprehensive testing tools for use with the normal Go testing system. |
github.com/vgarvardt/gue/v5 | |
github.com/vgarvardt/gue/v5/adapter | |
github.com/vgarvardt/gue/v5/adapter/pgxv5 | |
github.com/vgarvardt/gueron/v2 | |
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/metric | Package metric provides the OpenTelemetry API used to measure metrics about source code operation. |
go.opentelemetry.io/otel/propagation | Package propagation contains OpenTelemetry context propagators. |
go.opentelemetry.io/otel/trace | Package trace provides an implementation of the tracing part of the OpenTelemetry API. |
golang.org/x/sync/errgroup | Package errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task. |
log/slog | Package slog provides structured logging, in which log records include a message, a severity level, and various other attributes expressed as key-value pairs. |
math/rand | Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
runtime/debug | Package debug contains facilities for programs to debug themselves while they are running. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
testing | Package testing provides support for automated testing of Go packages. |
time | Package time provides functionality for measuring and displaying time. |