module cocogo go 1.12 require ( github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 // indirect github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect github.com/gliderlabs/ssh v0.1.3 github.com/mattn/go-runewidth v0.0.4 // indirect github.com/olekukonko/tablewriter v0.0.1 github.com/satori/go.uuid v1.2.0 github.com/sirupsen/logrus v1.4.0 github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca golang.org/x/crypto v0.0.0-20190320223903-b7391e95e576 gopkg.in/yaml.v2 v2.2.2 )