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. |
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/google/uuid | Package uuid generates and inspects UUIDs. |
golang.org/x/crypto/bcrypt | Package bcrypt implements Provos and Mazières's bcrypt adaptive hashing algorithm. |
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/service/rest | Package rest provides HATEOS-compliant HTTP REST handlers and defines contracts used by those handlers. |
io/fs | Package fs defines basic interfaces to a file system. |
net/http | Package http provides HTTP client and server implementations. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
regexp | Package regexp implements regular expression search. |
time | Package time provides functionality for measuring and displaying time. |