175bb8742c
* Bump yamlv2 version * Update max binary size to fix security vulnerability
10 lines
155 B
Modula-2
10 lines
155 B
Modula-2
module github.com/urfave/cli/v2
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|