urfave-cli/go.mod

11 lines
261 B
Modula-2
Raw Normal View History

2019-03-06 15:04:18 +00:00
module github.com/urfave/cli
go 1.12
require (
github.com/BurntSushi/toml v0.3.1
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
)