Imports of package runtime

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.
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/gorilla/muxPackage mux implements a request router and dispatcher.
github.com/open-policy-agent/opa/astDeprecated: This package is intended for older projects transitioning from OPA v0.x and will remain for the lifetime of OPA v1.x, but its use is not recommended.
github.com/open-policy-agent/opa/bundlePackage bundle implements bundle loading.
github.com/open-policy-agent/opa/internal/configPackage config implements helper functions to parse OPA's configuration.
github.com/open-policy-agent/opa/internal/distributedtracing
github.com/open-policy-agent/opa/internal/logging
github.com/open-policy-agent/opa/internal/prometheus
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/uuid
github.com/open-policy-agent/opa/loaderDeprecated: This package is intended for older projects transitioning from OPA v0.x and will remain for the lifetime of OPA v1.x, but its use is not recommended.
github.com/open-policy-agent/opa/loggingDeprecated: This package is intended for older projects transitioning from OPA v0.x and will remain for the lifetime of OPA v1.x, but its use is not recommended.
github.com/open-policy-agent/opa/metricsDeprecated: This package is intended for older projects transitioning from OPA v0.x and will remain for the lifetime of OPA v1.x, but its use is not recommended.
github.com/open-policy-agent/opa/pluginsDeprecated: This package is intended for older projects transitioning from OPA v0.x and will remain for the lifetime of OPA v1.x, but its use is not recommended.
github.com/open-policy-agent/opa/plugins/discoveryPackage discovery implements configuration discovery.
github.com/open-policy-agent/opa/plugins/logsDeprecated: This package is intended for older projects transitioning from OPA v0.x and will remain for the lifetime of OPA v1.x, but its use is not recommended.
github.com/open-policy-agent/opa/replDeprecated: This package is intended for older projects transitioning from OPA v0.x and will remain for the lifetime of OPA v1.x, but its use is not recommended.
github.com/open-policy-agent/opa/serverPackage server contains the policy engine's server handlers.
github.com/open-policy-agent/opa/storagePackage storage exposes the policy engine's storage layer.
github.com/open-policy-agent/opa/storage/diskPackage disk provides disk-based implementation of the storage.Store interface.
github.com/open-policy-agent/opa/storage/inmemDeprecated: This package is intended for older projects transitioning from OPA v0.x and will remain for the lifetime of OPA v1.x, but its use is not recommended.
github.com/open-policy-agent/opa/topdown/printDeprecated: This package is intended for older projects transitioning from OPA v0.x and will remain for the lifetime of OPA v1.x, but its use is not recommended.
github.com/open-policy-agent/opa/tracingDeprecated: This package is intended for older projects transitioning from OPA v0.x and will remain for the lifetime of OPA v1.x, but its use is not recommended.
github.com/open-policy-agent/opa/utilPackage util provides generic utilities used throughout the policy engine.
github.com/open-policy-agent/opa/versionDeprecated: This package is intended for older projects transitioning from OPA v0.x and will remain for the lifetime of OPA v1.x, but its use is not recommended.
github.com/sirupsen/logrusPackage logrus is a structured logger for Go, completely API compatible with the standard library logger.
go.opentelemetry.io/otel/exporters/otlp/otlptracePackage otlptrace contains abstractions for OTLP span exporters.
go.uber.org/automaxprocs/maxprocsPackage maxprocs lets Go programs easily configure runtime.GOMAXPROCS to match the configured Linux CPU quota.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
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.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
syscallPackage syscall contains an interface to the low-level operating system primitives.
timePackage time provides functionality for measuring and displaying time.