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. |
embed | Package embed provides access to files embedded in the running Go program. |
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/agnivade/levenshtein | Package levenshtein is a Go implementation to calculate Levenshtein Distance. |
github.com/open-policy-agent/opa/internal/gqlparser/ast | |
github.com/open-policy-agent/opa/internal/gqlparser/gqlerror | |
github.com/open-policy-agent/opa/internal/gqlparser/parser | |
math | Package math provides basic constants and mathematical functions. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |