bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto/sha256 | Package sha256 implements the SHA224 and SHA256 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/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
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/fsnotify/fsnotify | Package fsnotify provides a cross-platform interface for file system notifications. |
github.com/gorilla/mux | Package mux implements a request router and dispatcher. |
github.com/open-policy-agent/opa/internal/json/patch | |
github.com/open-policy-agent/opa/internal/pathwatcher | Package pathwatcher provides helper functions for creating file and directory watchers |
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/bundle | Package bundle implements bundle loading. |
github.com/open-policy-agent/opa/v1/logging | |
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/plugins | Package plugins implements plugin management for the policy engine. |
github.com/open-policy-agent/opa/v1/plugins/bundle | Package bundle implements bundle loading. |
github.com/open-policy-agent/opa/v1/plugins/server/decoding | Package decoding implements the configuration side of the upgraded gzip decompression framework. |
github.com/open-policy-agent/opa/v1/plugins/server/encoding | |
github.com/open-policy-agent/opa/v1/plugins/status | Package status implements status reporting. |
github.com/open-policy-agent/opa/v1/rego | Package rego exposes high level APIs for evaluating Rego policies. |
github.com/open-policy-agent/opa/v1/server/authorizer | Package authorizer provides authorization handlers to the server. |
github.com/open-policy-agent/opa/v1/server/handlers | |
github.com/open-policy-agent/opa/v1/server/identifier | Package identifier provides handlers for associating identity information with incoming requests. |
github.com/open-policy-agent/opa/v1/server/types | Package types contains request/response types and codes for the server. |
github.com/open-policy-agent/opa/v1/server/writer | Package writer contains utilities for writing responses in the server. |
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 | Package topdown provides low-level query evaluation support. |
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/lineage | |
github.com/open-policy-agent/opa/v1/tracing | Package tracing enables dependency-injection at runtime. |
github.com/open-policy-agent/opa/v1/util | Package util provides generic utilities used throughout the policy engine. |
github.com/open-policy-agent/opa/v1/version | Package version contains version information that is set at build time. |
go.opentelemetry.io/otel/attribute | Package attribute provides key and value attributes. |
go.opentelemetry.io/otel/trace | Package trace provides an implementation of the tracing part of the OpenTelemetry API. |
golang.org/x/net/http2 | Package http2 implements the HTTP/2 protocol. |
golang.org/x/net/http2/h2c | Package h2c implements the unencrypted "h2c" form of HTTP/2. |
html/template | Package template (html/template) implements data-driven templates for generating HTML output safe against code injection. |
io | Package io provides basic interfaces to I/O primitives. |
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/http/pprof | Package pprof serves via its HTTP server runtime profiling data in the format expected by the pprof visualization tool. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
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. |
time | Package time provides functionality for measuring and displaying time. |