k3s/vendor/github.com/urfave/cli/go.mod

10 lines
180 B
Modula-2
Raw Normal View History

2019-09-05 18:55:53 +00:00
module github.com/urfave/cli
2019-12-12 01:27:03 +00:00
go 1.11
2019-09-05 18:55:53 +00:00
require (
github.com/BurntSushi/toml v0.3.1
2019-12-12 01:27:03 +00:00
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d
2019-09-05 18:55:53 +00:00
gopkg.in/yaml.v2 v2.2.2
)