module github.com/danvergara/dblab go 1.16 require ( github.com/bxcodec/faker/v3 v3.6.0 github.com/common-nighthawk/go-figure v0.0.0-20200609044655-c4b36f998cf2 github.com/fatih/color v1.10.0 github.com/go-sql-driver/mysql v1.6.0 github.com/golang-migrate/migrate/v4 v4.14.1 github.com/hashicorp/errwrap v1.1.0 // indirect github.com/hashicorp/go-multierror v1.1.1 // indirect github.com/jmoiron/sqlx v1.3.3 github.com/jroimartin/gocui v0.4.0 github.com/lib/pq v1.10.0 github.com/mitchellh/go-homedir v1.1.0 github.com/nsf/termbox-go v1.1.0 // indirect github.com/olekukonko/tablewriter v0.0.5 github.com/spf13/cobra v1.1.3 github.com/spf13/viper v1.7.1 github.com/stretchr/testify v1.7.0 )