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/jobs | Package jobs provides an easy way to run workloads in the background. |
github.com/go-arrower/arrower/postgres | |
github.com/go-arrower/arrower/renderer | Package renderer provides renderers for web views and unit tests. |
github.com/go-arrower/arrower/secret | Package 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/pgxpool | Package pgxpool is a concurrency-safe connection pool for pgx. |
github.com/labstack/echo-contrib/echoprometheus | Package echoprometheus provides middleware to add Prometheus metrics. |
github.com/labstack/echo-contrib/session | |
github.com/labstack/echo/v4 | Package echo implements high performance, minimalist Go web framework. |
github.com/mitchellh/mapstructure | |
github.com/prometheus/client_golang/prometheus | Package prometheus is the core instrumentation package. |
github.com/prometheus/client_golang/prometheus/promhttp | Package promhttp provides tooling around HTTP servers and clients. |
github.com/spf13/cobra | Package 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/otel | Package otel provides global access to the OpenTelemetry API. |
go.opentelemetry.io/otel/attribute | Package attribute provides key and value attributes. |
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc | Package otlptracegrpc provides an OTLP span exporter using gRPC. |
go.opentelemetry.io/otel/exporters/prometheus | Package 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/metric | Package metric provides an implementation of the OpenTelemetry metrics SDK. |
go.opentelemetry.io/otel/sdk/resource | Package resource provides detecting and representing resources. |
go.opentelemetry.io/otel/sdk/trace | Package trace contains support for OpenTelemetry distributed tracing. |
go.opentelemetry.io/otel/semconv/v1.4.0 | Package semconv implements OpenTelemetry semantic conventions. |
io | Package io provides basic interfaces to I/O primitives. |
io/fs | Package fs defines basic interfaces to a file system. |
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. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/http | Package http provides HTTP client and server implementations. |
os | Package os provides a platform-independent interface to operating system functionality. |
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. |
slices | Package slices defines various functions useful with slices of any type. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |