Imports of package bundle

PathSynopsis
archive/tarPackage tar implements access to tar archives.
bytesPackage bytes implements functions for the manipulation of byte slices.
compress/gzipPackage gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
crypto/md5Package md5 implements the MD5 hash algorithm as defined in RFC 1321.
crypto/randPackage rand implements a cryptographically secure random number generator.
crypto/sha1Package sha1 implements the SHA-1 hash algorithm as defined in RFC 3174.
crypto/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
crypto/sha512Package sha512 implements the SHA-384, SHA-512, SHA-512/224, and SHA-512/256 hash algorithms as defined in FIPS 180-4.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
encoding/hexPackage hex implements hexadecimal encoding and decoding.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
encoding/pemPackage pem implements the PEM data encoding, which originated in Privacy Enhanced Mail.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/gobwas/glob
github.com/open-policy-agent/opa/internal/compiler
github.com/open-policy-agent/opa/internal/file/archive
github.com/open-policy-agent/opa/internal/json/patch
github.com/open-policy-agent/opa/internal/jwx/jwa
github.com/open-policy-agent/opa/internal/jwx/jwsPackage jws implements the digital Signature on JSON based data structures as described in https://tools.ietf.org/html/rfc7515
github.com/open-policy-agent/opa/internal/jwx/jws/sign
github.com/open-policy-agent/opa/internal/jwx/jws/verify
github.com/open-policy-agent/opa/internal/mergePackage merge contains helpers to merge data structures frequently encountered in OPA.
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/formatPackage format implements formatting of Rego source files.
github.com/open-policy-agent/opa/v1/keys
github.com/open-policy-agent/opa/v1/loader/filter
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/storagePackage storage exposes the policy engine's storage layer.
github.com/open-policy-agent/opa/v1/utilPackage util provides generic utilities used throughout the policy engine.
hashPackage hash provides interfaces for hash functions.
ioPackage io provides basic interfaces to I/O primitives.
io/fsPackage fs defines basic interfaces to a file system.
mapsPackage maps defines various functions useful with maps of any type.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
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.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.