2019-03-06 15:04:18 +00:00
|
|
|
module github.com/urfave/cli
|
|
|
|
|
2019-08-07 08:21:31 +00:00
|
|
|
go 1.10
|
2019-03-06 15:04:18 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2019-08-03 10:41:50 +00:00
|
|
|
github.com/cpuguy83/go-md2man v1.0.10
|
2019-08-04 14:36:44 +00:00
|
|
|
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
|
|
|
|
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd // indirect
|
2019-03-06 15:04:18 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
|
|
)
|