mirror of
https://github.com/packwiz/packwiz.git
synced 2025-04-20 05:26:30 +02:00
9 lines
192 B
Modula-2
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
|
|
)
|