compress/gzip | Package gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/open-policy-agent/opa/v1/server/types | Package types contains request/response types and codes for the server. |
github.com/open-policy-agent/opa/v1/server/writer | Package writer contains utilities for writing responses in the server. |
github.com/open-policy-agent/opa/v1/util/decoding | |
io | Package io provides basic interfaces to I/O primitives. |
net/http | Package http provides HTTP client and server implementations. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |