bytes | Package bytes implements functions for the manipulation of byte slices. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/coreos/go-systemd/journal | Package journal provides write bindings to the local systemd journal. |
github.com/rs/zerolog | Package zerolog provides a lightweight logging library dedicated to JSON logging. |
github.com/rs/zerolog/internal/cbor | Package cbor provides primitives for storing different data in the CBOR (binary) format. |
io | Package io provides basic interfaces to I/O primitives. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |