| bytes | Package bytes implements functions for the manipulation of byte slices. |
| crypto/sha1 | Package sha1 implements the SHA-1 hash algorithm as defined in RFC 3174. |
| crypto/sha256 | Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4. |
| encoding/hex | Package hex implements hexadecimal encoding and decoding. |
| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| github.com/pkg/errors | Package errors provides simple error handling primitives. |
| hash | Package hash provides interfaces for hash functions. |
| 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. |
| time | Package time provides functionality for measuring and displaying time. |