ee0756044c
Fixes vulnerability: https://github.com/advisories/GHSA-hp87-p4gw-j4gq YAML v3 deserializes maps as map[string]interface{} so we handle this in MapImportSource now. Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
14 lines
306 B
Modula-2
14 lines
306 B
Modula-2
module github.com/urfave/cli/v2
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.1.0
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
|
|
golang.org/x/text v0.3.7
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require github.com/russross/blackfriday/v2 v2.1.0 // indirect
|