mirror of
https://github.com/packwiz/packwiz.git
synced 2025-04-19 21:16:30 +02:00
21 lines
891 B
Modula-2
21 lines
891 B
Modula-2
module github.com/comp500/packwiz
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/agnivade/levenshtein v1.0.2
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/daviddengcn/go-colortext v0.0.0-20180409174941-186a3d44e920 // indirect
|
|
github.com/golangplus/bytes v0.0.0-20160111154220-45c989fe5450 // indirect
|
|
github.com/golangplus/fmt v0.0.0-20150411045040-2a5d6d7d2995 // indirect
|
|
github.com/golangplus/testing v0.0.0-20180327235837-af21d9c3145e // indirect
|
|
github.com/mattn/go-isatty v0.0.4 // indirect
|
|
github.com/mitchellh/mapstructure v1.1.2
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/skratchdot/open-golang v0.0.0-20190402232053-79abb63cd66e
|
|
github.com/stretchr/testify v1.2.2 // indirect
|
|
github.com/urfave/cli v1.20.0
|
|
github.com/vbauerster/mpb/v4 v4.7.0
|
|
gopkg.in/dixonwille/wlog.v2 v2.0.0 // indirect
|
|
gopkg.in/dixonwille/wmenu.v4 v4.0.2
|
|
)
|