Imports of package authorizer

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
github.com/open-policy-agent/opa/v1/astPackage 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/regoPackage rego exposes high level APIs for evaluating Rego policies.
github.com/open-policy-agent/opa/v1/server/identifierPackage identifier provides handlers for associating identity information with incoming requests.
github.com/open-policy-agent/opa/v1/server/typesPackage types contains request/response types and codes for the server.
github.com/open-policy-agent/opa/v1/server/writerPackage writer contains utilities for writing responses in the server.
github.com/open-policy-agent/opa/v1/storagePackage storage exposes the policy engine's storage layer.
github.com/open-policy-agent/opa/v1/topdown/cachePackage cache defines the inter-query cache interface that can cache data across queries
github.com/open-policy-agent/opa/v1/topdown/print
github.com/open-policy-agent/opa/v1/utilPackage util provides generic utilities used throughout the policy engine.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.