bytes | Package bytes implements functions for the manipulation of byte slices. |
code.cloudfoundry.org/clock | |
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/coreos/go-systemd/v22/journal | Package journal provides write bindings to the local systemd journal. |
github.com/docker/docker/daemon/logger/journald/internal/export | Package export implements a serializer for the systemd Journal Export Format as documented at https://systemd.io/JOURNAL_EXPORT_FORMATS/ |
github.com/google/uuid | Package uuid generates and inspects UUIDs. |
gotest.tools/v3/assert | Package assert provides assertions for comparing expected values to actual values in tests. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/exec | Package exec runs external commands. |
regexp | Package regexp implements regular expression search. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
testing | Package testing provides support for automated testing of Go packages. |
time | Package time provides functionality for measuring and displaying time. |