Imports of package service

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/google/uuidPackage uuid generates and inspects UUIDs.
golang.org/x/crypto/bcryptPackage bcrypt implements Provos and Mazières's bcrypt adaptive hashing algorithm.
hauru.club/x/okrzeja/service/httpxPackage httpx implements Okrzeja's HTTP server and specifies required services to run it.
hauru.club/x/okrzeja/service/logPackage log implements logging and telemetry utilities for okrzeja web server.
hauru.club/x/okrzeja/service/restPackage rest provides HATEOS-compliant HTTP REST handlers and defines contracts used by those handlers.
io/fsPackage fs defines basic interfaces to a file system.
net/httpPackage http provides HTTP client and server implementations.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
regexpPackage regexp implements regular expression search.
timePackage time provides functionality for measuring and displaying time.