bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto/rand | Package rand implements a cryptographically secure random number generator. |
encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
encoding/csv | Package csv reads and writes comma-separated values (CSV) files. |
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-chi/chi/v5 | Package chi is a small, idiomatic and composable router for building HTTP services. |
github.com/go-playground/form/v4 | Package form Decodes url.Values into Go value(s) and Encodes Go value(s) into url.Values. |
github.com/google/uuid | Package uuid generates and inspects UUIDs. |
github.com/maragudk/gomponents | |
github.com/maragudk/gomponents/http | |
hauru.club/x/okrzeja/service/config | Package config implements service for manipulating static and dynamic application's configuration. |
hauru.club/x/okrzeja/service/httpx | Package httpx implements Okrzeja's HTTP server and specifies required services to run it. |
hauru.club/x/okrzeja/service/log | Package log implements logging and telemetry utilities for okrzeja web server. |
hauru.club/x/okrzeja/web/view | Package view implements interactive UI layer of the Okrzeja application with reusable components and javascript libraries for hypermedia-based applications: HTMX (https://htmx.org) and Alpine.js (https://alpinejs.dev). |
io | Package io provides basic interfaces to I/O primitives. |
net/http | Package http provides HTTP client and server implementations. |
net/url | Package url parses URLs and implements query escaping. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |