module github.com/joyent/triton-go require ( github.com/abdullin/seq v0.0.0-20160510034733-d5467c17e7af github.com/cockroachdb/apd v1.1.0 // indirect github.com/dustin/go-humanize v1.0.0 github.com/imdario/mergo v0.3.6 github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect github.com/jackc/pgx v3.3.0+incompatible github.com/lib/pq v1.1.1 // indirect github.com/mattn/go-isatty v0.0.8 github.com/mattn/go-runewidth v0.0.3 // indirect github.com/olekukonko/tablewriter v0.0.0-20180130162743-b8a9be070da4 github.com/pkg/errors v0.8.1 github.com/rs/zerolog v1.4.0 github.com/satori/go.uuid v1.2.0 // indirect github.com/sean-/conswriter v0.0.0-20180208195008-f5ae3917a627 github.com/sean-/pager v0.0.0-20180208200047-666be9bf53b5 // indirect github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24 // indirect github.com/spf13/afero v1.2.1 // indirect github.com/spf13/cobra v0.0.5 github.com/spf13/pflag v1.0.3 github.com/spf13/viper v1.4.0 github.com/stretchr/testify v1.3.0 // indirect golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 golang.org/x/sys v0.0.0-20190515120540-06a5c4944438 // indirect golang.org/x/text v0.3.2 // indirect )