Imports of package inmem

PathSynopsis
container/listPackage list implements a doubly linked list.
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/open-policy-agent/opa/internal/deepcopy
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.
ioPackage io provides basic interfaces to I/O primitives.
strconvPackage strconv implements conversions to and from string representations of basic data types.
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.