mirror of
https://github.com/spf13/cobra
synced 2024-11-05 05:17:12 +00:00
f32f4ef15b
yaml.v2 contains a breaking change from https://github.com/go-yaml/yaml/pull/571 yaml.v2 2.2.8 does not have that change and also addresses the CVE that was behind the move to yaml.v2 2.3.0. This commit reverts to using yaml.v2 2.2.8 Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
12 lines
265 B
Modula-2
12 lines
265 B
Modula-2
module github.com/spf13/cobra
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0
|
|
github.com/inconshreveable/mousetrap v1.0.0
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.7.0
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|