packwiz/go.mod
2019-04-30 17:42:19 +01:00

9 lines
192 B
Modula-2

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
github.com/vbauerster/mpb/v4 v4.7.0
)