Imports of package repl

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/future
github.com/open-policy-agent/opa/internal/presentationPackage presentation prints results of an expression evaluation in json and tabular formats.
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/compilePackage compile implements bundles compilation and linking.
github.com/open-policy-agent/opa/v1/formatPackage format implements formatting of Rego source files.
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/profilerPackage profiler computes and reports on the time spent on expressions.
github.com/open-policy-agent/opa/v1/regoPackage rego exposes high level APIs for evaluating Rego policies.
github.com/open-policy-agent/opa/v1/storagePackage storage exposes 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/lineage
github.com/open-policy-agent/opa/v1/versionPackage version contains version information that is set at build time.
github.com/peterh/linerPackage liner implements a simple command line editor, inspired by linenoise (https://github.com/antirez/linenoise/).
ioPackage io provides basic interfaces to I/O primitives.
osPackage os provides a platform-independent interface to operating system functionality.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.