Imports of package discovery

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
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/internal/bundle
github.com/open-policy-agent/opa/internal/configPackage config implements helper functions to parse OPA's configuration.
github.com/open-policy-agent/opa/v1/astPackage ast declares Rego syntax tree types and also includes a parser and compiler for preparing policies for execution in the policy engine.
github.com/open-policy-agent/opa/v1/bundlePackage bundle implements bundle loading.
github.com/open-policy-agent/opa/v1/configPackage config implements OPA configuration file parsing and validation.
github.com/open-policy-agent/opa/v1/downloadPackage download implements low-level OPA bundle downloading.
github.com/open-policy-agent/opa/v1/hooks
github.com/open-policy-agent/opa/v1/keys
github.com/open-policy-agent/opa/v1/logging
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/pluginsPackage plugins implements plugin management for the policy engine.
github.com/open-policy-agent/opa/v1/plugins/bundlePackage bundle implements bundle loading.
github.com/open-policy-agent/opa/v1/plugins/logsPackage logs implements decision log buffering and uploading.
github.com/open-policy-agent/opa/v1/plugins/statusPackage status implements status reporting.
github.com/open-policy-agent/opa/v1/regoPackage rego exposes high level APIs for evaluating Rego policies.
github.com/open-policy-agent/opa/v1/storage/inmemPackage inmem implements an in-memory version of the policy engine's storage layer.
github.com/open-policy-agent/opa/v1/utilPackage util provides generic utilities used throughout the policy engine.
ioPackage io provides basic interfaces to I/O primitives.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.