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/brianvoe/gofakeit/v6 | |
github.com/go-arrower/arrower | |
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/app | Package app provides common decorators for use cases in the application layer. |
github.com/go-arrower/arrower/contexts/admin/init | Package init is the context's startup API. |
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/contexts/auth/init | |
github.com/labstack/echo-contrib/session | |
github.com/labstack/echo/v4 | Package echo implements high performance, minimalist Go web framework. |
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. |
net/http | Package http provides HTTP client and server implementations. |
time | Package time provides functionality for measuring and displaying time. |