context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
github.com/rs/xid | Package xid is a globally unique id generator suited for web scale |
github.com/rs/zerolog | Package zerolog provides a lightweight logging library dedicated to JSON logging. |
github.com/rs/zerolog/log | Package log provides a global logger for zerolog. |
github.com/zenazn/goji/web/mutil | Package mutil contains various functions that are helpful when writing http middleware. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/http | Package http provides HTTP client and server implementations. |
time | Package time provides functionality for measuring and displaying time. |