Imports of package arrower

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
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/contexts/authPackage auth is the intraprocess API of what this Context is exposing to other Contexts to use.
github.com/go-arrower/arrower/jobsPackage jobs provides an easy way to run workloads in the background.
github.com/go-arrower/arrower/postgres
github.com/go-arrower/arrower/rendererPackage renderer provides renderers for web views and unit tests.
github.com/go-arrower/arrower/secretPackage secret contains secrets to use in the application.
github.com/go-arrower/arrower/setting
github.com/go-playground/validator/v10
github.com/jackc/pgx/v5/pgxpoolPackage pgxpool is a concurrency-safe connection pool for pgx.
github.com/labstack/echo-contrib/echoprometheusPackage echoprometheus provides middleware to add Prometheus metrics.
github.com/labstack/echo-contrib/session
github.com/labstack/echo/v4Package echo implements high performance, minimalist Go web framework.
github.com/mitchellh/mapstructure
github.com/prometheus/client_golang/prometheusPackage prometheus is the core instrumentation package.
github.com/prometheus/client_golang/prometheus/promhttpPackage promhttp provides tooling around HTTP servers and clients.
github.com/spf13/cobraPackage cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
github.com/spf13/viper
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho
go.opentelemetry.io/otelPackage otel provides global access to the OpenTelemetry API.
go.opentelemetry.io/otel/attributePackage attribute provides key and value attributes.
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpcPackage otlptracegrpc provides an OTLP span exporter using gRPC.
go.opentelemetry.io/otel/exporters/prometheusPackage prometheus provides a Prometheus Exporter that converts OTLP metrics into the Prometheus exposition format and implements prometheus.Collector to provide a handler for these metrics.
go.opentelemetry.io/otel/sdk/metricPackage metric provides an implementation of the OpenTelemetry metrics SDK.
go.opentelemetry.io/otel/sdk/resourcePackage resource provides detecting and representing resources.
go.opentelemetry.io/otel/sdk/tracePackage trace contains support for OpenTelemetry distributed tracing.
go.opentelemetry.io/otel/semconv/v1.4.0Package semconv implements OpenTelemetry semantic conventions.
ioPackage io provides basic interfaces to I/O primitives.
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.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
runtime/debugPackage debug contains facilities for programs to debug themselves while they are running.
slicesPackage slices defines various functions useful with slices of any type.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.