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. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/dgraph-io/badger/v3 | Package badger implements an embeddable, simple and fast key-value database, written in pure Go. |
github.com/open-policy-agent/opa/storage | Package storage exposes the policy engine's storage layer. |
github.com/open-policy-agent/opa/storage/internal/errors | |
github.com/open-policy-agent/opa/storage/internal/ptr | |
github.com/open-policy-agent/opa/util | Package util provides generic utilities used throughout the policy engine. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
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. |