2a084945a4
change package to flag-gen to avoid conflict with flag-generator binary test code generation
10 lines
223 B
Modula-2
10 lines
223 B
Modula-2
module github.com/urfave/cli/flag-generator
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
|
|
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd
|
|
github.com/urfave/cli v1.21.0
|
|
)
|