bytes | Package bytes implements functions for the manipulation of byte slices. |
container/list | Package list implements a doubly linked list. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto | Package crypto collects common cryptographic constants. |
crypto/ecdsa | Package ecdsa implements the Elliptic Curve Digital Signature Algorithm, as defined in [FIPS 186-5]. |
crypto/hmac | Package hmac implements the Keyed-Hash Message Authentication Code (HMAC) as defined in U.S. Federal Information Processing Standards Publication 198. |
crypto/md5 | Package md5 implements the MD5 hash algorithm as defined in RFC 1321. |
crypto/rand | Package rand implements a cryptographically secure random number generator. |
crypto/rsa | Package rsa implements RSA encryption as specified in PKCS #1 and RFC 8017. |
crypto/sha1 | Package sha1 implements the SHA-1 hash algorithm as defined in RFC 3174. |
crypto/sha256 | Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4. |
crypto/sha512 | Package sha512 implements the SHA-384, SHA-512, SHA-512/224, and SHA-512/256 hash algorithms as defined in FIPS 180-4. |
crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
crypto/x509 | Package x509 implements a subset of the X.509 standard. |
encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
encoding/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
encoding/hex | Package hex implements hexadecimal encoding and decoding. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
encoding/pem | Package pem implements the PEM data encoding, which originated in Privacy Enhanced Mail. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package 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/cidr/merge | Package merge provides helper functions for merging a list of IP addresses and subnets into the smallest possible list of CIDRs. |
github.com/open-policy-agent/opa/internal/edittree | Package EditTree implements a specialized tree data structure that allows for cheap edits and modifications of nested Term structures. |
github.com/open-policy-agent/opa/internal/gojsonschema | nolint: goconst // String duplication will be handled later by using errors.Is. |
github.com/open-policy-agent/opa/internal/gqlparser/ast | |
github.com/open-policy-agent/opa/internal/gqlparser/parser | |
github.com/open-policy-agent/opa/internal/gqlparser/validator | |
github.com/open-policy-agent/opa/internal/gqlparser/validator/rules | |
github.com/open-policy-agent/opa/internal/jwx/jwa | |
github.com/open-policy-agent/opa/internal/jwx/jwk | Package jwk implements JWK as described in https://tools.ietf.org/html/rfc7517 |
github.com/open-policy-agent/opa/internal/jwx/jws | Package 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/providers/aws | modified from github.com/aws/aws-sdk-go-v2/internal/v4a@7a32d707af |
github.com/open-policy-agent/opa/internal/ref | Package ref implements internal helpers for references |
github.com/open-policy-agent/opa/internal/semver | Package semver has been vendored from: https://github.com/coreos/go-semver/tree/e214231b295a8ea9479f11b70b35d5acf3556d9b/semver A number of the original functions of the package have been removed since they are not required for our built-ins. |
github.com/open-policy-agent/opa/internal/strings | Package strings contains helpers to perform string manipulation |
github.com/open-policy-agent/opa/internal/uuid | |
github.com/open-policy-agent/opa/internal/version | Package version implements helper functions for the stored version. |
github.com/open-policy-agent/opa/v1/ast | Package 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/metrics | Package metrics contains helpers for performance metric management inside the policy engine. |
github.com/open-policy-agent/opa/v1/resolver | |
github.com/open-policy-agent/opa/v1/storage | Package storage exposes the policy engine's storage layer. |
github.com/open-policy-agent/opa/v1/topdown/builtins | Package builtins contains utilities for implementing built-in functions. |
github.com/open-policy-agent/opa/v1/topdown/cache | Package cache defines the inter-query cache interface that can cache data across queries |
github.com/open-policy-agent/opa/v1/topdown/copypropagation | |
github.com/open-policy-agent/opa/v1/topdown/print | |
github.com/open-policy-agent/opa/v1/tracing | Package tracing enables dependency-injection at runtime. |
github.com/open-policy-agent/opa/v1/types | Package types declares data types for Rego values and helper functions to operate on these types. |
github.com/open-policy-agent/opa/v1/util | Package util provides generic utilities used throughout the policy engine. |
github.com/tchap/go-patricia/v2/patricia | |
github.com/yashtewari/glob-intersection | |
hash | Package hash provides interfaces for hash functions. |
io | Package io provides basic interfaces to I/O primitives. |
math | Package math provides basic constants and mathematical functions. |
math/big | Package big implements arbitrary-precision arithmetic (big numbers). |
math/rand | Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/http | Package http provides HTTP client and server implementations. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
regexp | Package regexp implements regular expression search. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
sigs.k8s.io/yaml | |
slices | Package slices defines various functions useful with slices of any type. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
text/template | Package template implements data-driven templates for generating textual output. |
time | Package time provides functionality for measuring and displaying time. |
time/tzdata | Package tzdata provides an embedded copy of the timezone database. |
unicode | Package unicode provides data and functions to test some properties of Unicode code points. |
unicode/utf8 | Package utf8 implements functions and constants to support text encoded in UTF-8. |