go.mod
module ct go 1.16 require ( github.com/friendsofgo/errors v0.9.2 github.com/gdamore/tcell/v2 v2.5.1 github.com/golang-migrate/migrate/v4 v4.12.0 github.com/kr/text v0.2.0 // indirect github.com/mattn/go-sqlite3 v1.14.10 github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect github.com/olekukonko/tablewriter v0.0.4 github.com/rivo/tview v0.0.0-20220709181631-73bf2902b59a github.com/snabb/isoweek v1.0.0 github.com/spf13/cobra v1.2.1 github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.9.0 github.com/stretchr/testify v1.7.0 github.com/volatiletech/null/v8 v8.1.2 github.com/volatiletech/sqlboiler/v4 v4.13.0 github.com/volatiletech/strmangle v0.0.4 gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect )