module github.com/comp500/packwiz

require (
	github.com/BurntSushi/toml v0.3.1
	github.com/urfave/cli v1.20.0
)