Improve import code, add promptui dep

This commit is contained in:
comp500
2019-06-13 21:44:49 +01:00
parent 25747ad8bd
commit 683e125987
5 changed files with 102 additions and 18 deletions

1
go.mod
View File

@@ -2,6 +2,7 @@ module github.com/comp500/packwiz
require (
github.com/BurntSushi/toml v0.3.1
github.com/manifoldco/promptui v0.3.2 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/urfave/cli v1.20.0
github.com/vbauerster/mpb/v4 v4.7.0