Imports of package presentation

PathSynopsis
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/olekukonko/tablewriter
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/coverPackage cover reports coverage on modules.
github.com/open-policy-agent/opa/v1/formatPackage format implements formatting of Rego source files.
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/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.
ioPackage io provides basic interfaces to I/O primitives.
osPackage os provides a platform-independent interface to operating system functionality.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.