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. |
crypto/sha256 | Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4. |
crypto/subtle | Package subtle implements functions that are often useful in cryptographic code but require careful thought to use correctly. |
encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/go-kit/kit/endpoint | Package endpoint defines an abstraction for RPCs. |
github.com/go-kit/kit/transport/http | Package http provides a general purpose HTTP binding for endpoints. |
net/http | Package http provides HTTP client and server implementations. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |