Imports of package init

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/go-arrower/arrower
github.com/go-arrower/arrower/appPackage app provides common decorators for use cases in the application layer.
github.com/go-arrower/arrower/contexts
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/internal/application
github.com/go-arrower/arrower/contexts/auth/internal/domain
github.com/go-arrower/arrower/contexts/auth/internal/interfaces/repository
github.com/go-arrower/arrower/contexts/auth/internal/interfaces/repository/models
github.com/go-arrower/arrower/contexts/auth/internal/interfaces/web
github.com/go-arrower/arrower/contexts/auth/internal/views
github.com/go-arrower/arrower/jobsPackage jobs provides an easy way to run workloads in the background.
github.com/go-arrower/arrower/repositoryPackage repository implements generic repositories.
github.com/go-arrower/arrower/setting
github.com/labstack/echo/v4Package echo implements high performance, minimalist Go web framework.
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.
io/fsPackage fs defines basic interfaces to a file system.
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.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.