Make import look in more places for packs

Now supports Curse/Twitch instance names
and folders containing minecraftinstance.json or manifest.json
This commit is contained in:
comp500
2019-09-20 01:37:38 +01:00
parent d6076dba5e
commit 8956ec9bcb
5 changed files with 92 additions and 5 deletions

1
go.mod
View File

@@ -17,6 +17,7 @@ require (
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.4.0
github.com/vbauerster/mpb/v4 v4.7.0
golang.org/x/sys v0.0.0-20190919044723-0c1ff786ef13
gopkg.in/dixonwille/wlog.v2 v2.0.0 // indirect
gopkg.in/dixonwille/wmenu.v4 v4.0.2
)