1module github.com/urfave/cli/v2
2
3go 1.11
4
5require (
6	github.com/BurntSushi/toml v0.3.1
7	github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d
8	gopkg.in/yaml.v2 v2.2.2
9)
10