module github.com/datacharmer/dbdeployer go 1.16 require ( github.com/alexeyco/simpletable v0.0.0-20180729223640-1fa9009f1080 github.com/araddon/dateparse v0.0.0-20190622164848-0fb0a474d195 github.com/dustin/go-humanize v1.0.0 github.com/go-sql-driver/mysql v1.4.1 github.com/nightlyone/lockfile v0.0.0-20180618180623-0ad87eef1443 github.com/olekukonko/tablewriter v0.0.5 // indirect github.com/pkg/errors v0.9.1 github.com/spf13/cobra v1.1.1 github.com/spf13/pflag v1.0.5 github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect github.com/stretchr/testify v1.7.0 // indirect github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect jaytaylor.com/html2text v0.0.0-20200412013138-3577fbdbcff7 )