bytes | Package bytes implements functions for the manipulation of byte slices. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
flag | Package flag implements command-line flag parsing. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/cloudflare/cfssl/transport | Package transport implements functions for facilitating proper TLS-secured communications for clients and servers. |
github.com/cloudflare/cfssl/transport/core | Package core contains core definitions for the transport package, the most salient of which is likely the Identity type. |
github.com/cloudflare/cfssl/transport/example/exlib | Package exlib contains common library code for the examples. |
io/ioutil | Package ioutil implements some I/O utility functions. |