Imports of package rego

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/open-policy-agent/opa/internal/bundle
github.com/open-policy-agent/opa/internal/compiler/wasmPackage wasm contains an IR->WASM compiler backend.
github.com/open-policy-agent/opa/internal/future
github.com/open-policy-agent/opa/internal/plannerPackage planner contains a query planner for Rego queries.
github.com/open-policy-agent/opa/internal/rego/opa
github.com/open-policy-agent/opa/internal/wasm/encodingPackage encoding implements WASM module reading and writing.
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/irPackage ir defines an intermediate representation (IR) for Rego.
github.com/open-policy-agent/opa/v1/loaderPackage loader contains utilities for loading files into OPA.
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/resolver
github.com/open-policy-agent/opa/v1/storagePackage storage exposes the policy engine's storage layer.
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/topdownPackage topdown provides low-level query evaluation support.
github.com/open-policy-agent/opa/v1/topdown/builtinsPackage builtins contains utilities for implementing built-in functions.
github.com/open-policy-agent/opa/v1/topdown/cachePackage cache defines the inter-query cache interface that can cache data across queries
github.com/open-policy-agent/opa/v1/topdown/print
github.com/open-policy-agent/opa/v1/tracingPackage tracing enables dependency-injection at runtime.
github.com/open-policy-agent/opa/v1/typesPackage types declares data types for Rego values and helper functions to operate on these types.
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.
mapsPackage maps defines various functions useful with maps 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.