Imports of package util

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
cmpPackage cmp provides types and functions related to comparing ordered values.
compress/gzipPackage gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/open-policy-agent/opa/v1/loader/extension
github.com/open-policy-agent/opa/v1/metricsPackage metrics contains helpers for performance metric management inside the policy engine.
github.com/open-policy-agent/opa/v1/util/decoding
ioPackage io provides basic interfaces to I/O primitives.
mathPackage math provides basic constants and mathematical functions.
math/bigPackage big implements arbitrary-precision arithmetic (big numbers).
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
net/httpPackage http provides HTTP client and server implementations.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
sigs.k8s.io/yaml
slicesPackage slices defines various functions useful with slices of any type.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.
unsafePackage unsafe contains operations that step around the type safety of Go programs.