1 2 3 4 5 6 7 8 9 10 11 12
module git.sr.ht/~gjabell/bmk
go 1.12
require (
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/olekukonko/tablewriter v0.0.1 // indirect
github.com/spf13/cobra v0.0.4
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.3.0 // indirect
)