Mod loading, disgusting struct parsing

This commit is contained in:
comp500
2019-04-27 16:54:27 +01:00
parent db7c837bfa
commit 5f92843226
5 changed files with 87 additions and 7 deletions

1
go.mod
View File

@@ -2,5 +2,6 @@ module github.com/comp500/packwiz
require (
github.com/BurntSushi/toml v0.3.1
github.com/mitchellh/mapstructure v1.1.2
github.com/urfave/cli v1.20.0
)