Imports of package cmd

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.
crypto/randPackage rand implements a cryptographically secure random number generator.
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
crypto/x509Package x509 implements a subset of the X.509 standard.
encoding/hexPackage hex implements hexadecimal encoding and decoding.
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/fsnotify/fsnotifyPackage fsnotify provides a cross-platform interface for file system notifications.
github.com/olekukonko/tablewriter
github.com/open-policy-agent/opa/cmd/internal/env
github.com/open-policy-agent/opa/cmd/internal/exec
github.com/open-policy-agent/opa/internal/bundle/inspect
github.com/open-policy-agent/opa/internal/configPackage config implements helper functions to parse OPA's configuration.
github.com/open-policy-agent/opa/internal/file/urlPackage url contains helpers for dealing with file paths and URLs.
github.com/open-policy-agent/opa/internal/logging
github.com/open-policy-agent/opa/internal/pathwatcherPackage pathwatcher provides helper functions for creating file and directory watchers
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/internal/reportPackage report provides functions to report OPA's version information to an external service and process the response.
github.com/open-policy-agent/opa/internal/runtimePackage runtime contains utilities to return runtime information on the OPA instance.
github.com/open-policy-agent/opa/internal/runtime/initPackage init is an internal package with helpers for data and policy loading during initialization.
github.com/open-policy-agent/opa/internal/stringsPackage strings contains helpers to perform string manipulation
github.com/open-policy-agent/opa/internal/uuid
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/ast/jsonThis package provides options for JSON marshalling of AST nodes, and location data in particular.
github.com/open-policy-agent/opa/v1/ast/locationPackage location defines locations in Rego source code.
github.com/open-policy-agent/opa/v1/ast/oracle
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/coverPackage cover reports coverage on modules.
github.com/open-policy-agent/opa/v1/dependenciesPackage dependencies provides functions for determining the set of ast.Refs that AST elements depend on.
github.com/open-policy-agent/opa/v1/formatPackage format implements formatting of Rego source files.
github.com/open-policy-agent/opa/v1/keys
github.com/open-policy-agent/opa/v1/loaderPackage loader contains utilities for loading files into OPA.
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/discoveryPackage discovery implements configuration discovery.
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/profilerPackage profiler computes and reports on the time spent on expressions.
github.com/open-policy-agent/opa/v1/refactorPackage refactor implements different refactoring operations over Rego modules.
github.com/open-policy-agent/opa/v1/regoPackage rego exposes high level APIs for evaluating Rego policies.
github.com/open-policy-agent/opa/v1/runtimePackage runtime contains the entry point to the policy engine.
github.com/open-policy-agent/opa/v1/sdkPackage sdk contains a high-level API for embedding OPA inside of Go programs.
github.com/open-policy-agent/opa/v1/serverPackage server contains the policy engine's server handlers.
github.com/open-policy-agent/opa/v1/server/typesPackage types contains request/response types and codes for the server.
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/testerPackage tester contains utilities for executing Rego tests.
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/utilPackage util provides generic utilities used throughout the policy engine.
github.com/open-policy-agent/opa/v1/versionPackage version contains version information that is set at build time.
github.com/sergi/go-diff/diffmatchpatchPackage diffmatchpatch offers robust algorithms to perform the operations required for synchronizing plain text.
github.com/spf13/cobraPackage cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
github.com/spf13/pflagPackage pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
ioPackage io provides basic interfaces to I/O primitives.
io/fsPackage fs defines basic interfaces to a file system.
mathPackage math provides basic constants and mathematical functions.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
os/signalPackage signal implements access to incoming signals.
pathPackage path implements utility routines for manipulating slash-separated paths.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
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.
syscallPackage syscall contains an interface to the low-level operating system primitives.
testingPackage testing provides support for automated testing of Go packages.
timePackage time provides functionality for measuring and displaying time.