Imports of example command

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/brianvoe/gofakeit/v6
github.com/go-arrower/arrower
github.com/go-arrower/arrower/alogPackage alog provides a logger that is a subset of the slog.Logger interface.
github.com/go-arrower/arrower/appPackage app provides common decorators for use cases in the application layer.
github.com/go-arrower/arrower/contexts/admin/initPackage init is the context's startup API.
github.com/go-arrower/arrower/contexts/authPackage 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
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.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
net/httpPackage http provides HTTP client and server implementations.
timePackage time provides functionality for measuring and displaying time.