Imports of cfssl-certinfo command

PathSynopsis
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/cliPackage cli provides the template for adding new cfssl commands
github.com/cloudflare/cfssl/cli/certinfoPackage certinfo implements the certinfo command
github.com/cloudflare/cfssl/configPackage config contains the configuration logic for CFSSL.
github.com/go-sql-driver/mysqlPackage mysql provides a MySQL driver for Go's database/sql package.
github.com/lib/pqPackage pq is a pure Go Postgres driver for the database/sql package.
github.com/mattn/go-sqlite3Package sqlite3 provides interface to SQLite3 databases.
osPackage os provides a platform-independent interface to operating system functionality.