Imports of package disk

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