Imports of package commands

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/containerd/continuity
github.com/containerd/continuity/proto
github.com/dustin/go-humanizePackage humanize converts boring ugly numbers to human-friendly strings and back.
github.com/golang/protobuf/protoPackage proto provides functionality for handling protocol buffer messages.
github.com/spf13/cobraPackage cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
logPackage log implements a simple logging package.
osPackage os provides a platform-independent interface to operating system functionality.
text/tabwriterPackage tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text.