Imports of package cli

PathSynopsis
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/cloudflare/cfssl/configPackage config contains the configuration logic for CFSSL.
github.com/cloudflare/cfssl/helpersPackage helpers implements utility functionality common to many CFSSL packages.
github.com/cloudflare/cfssl/logPackage log implements a wrapper around the Go standard library's logging package.
github.com/cloudflare/cfssl/signer/universalPackage universal implements a signer that can do remote or local
io/ioutilPackage ioutil implements some I/O utility functions.
osPackage os provides a platform-independent interface to operating system functionality.
timePackage time provides functionality for measuring and displaying time.