mirror of
https://github.com/packwiz/packwiz.git
synced 2025-05-04 19:46:30 +02:00
10 lines
243 B
Modula-2
10 lines
243 B
Modula-2
module github.com/comp500/packwiz
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/manifoldco/promptui v0.3.2 // indirect
|
|
github.com/mitchellh/mapstructure v1.1.2
|
|
github.com/urfave/cli v1.20.0
|
|
github.com/vbauerster/mpb/v4 v4.7.0
|
|
)
|