@@ -9,26 +9,40 @@ Apache License 2.0 (Apache-2.0)
99The following software have components provided under the terms of this license:
1010
1111- cobra (from https://github.com/spf13/cobra)
12+ - mousetrap (from https://github.com/inconshreveable/mousetrap)
13+ - yaml (from https://github.com/go-yaml/yaml)
1214
1315========================================================================
1416MIT License (Expat)
1517========================================================================
1618
1719The following software have components provided under the terms of this license:
1820
19- - go-md2man (from https://github.com/cpuguy83/go-md2man)
2021- color (from https://github.com/fatih/color)
2122- go-colorable (from https://github.com/mattn/go-colorable)
2223- go-isatty (from https://github.com/mattn/go-isatty)
24+ - go-md2man (from https://github.com/cpuguy83/go-md2man)
25+ - testify (from https://github.com/stretchr/testify)
26+
27+ ========================================================================
28+ ISC License
29+ ========================================================================
30+
31+ The following software have components provided under the terms of this license:
32+
33+ - go-spew (from https://github.com/davecgh/go-spew)
2334
2435========================================================================
2536BSD 3-Clause License (Revised)
2637========================================================================
2738
2839The following software have components provided under the terms of this license:
2940
41+ - crypto (from https://github.com/golang/crypto)
3042- httprouter (from https://github.com/julienschmidt/httprouter)
43+ - go-difflib (from https://github.com/pmezard/go-difflib)
3144- pflag (from https://github.com/spf13/pflag)
45+ - sys (from https://github.com/golang/sys)
3246
3347========================================================================
3448BSD 2-Clause License (FreeBSD/Simplified)
@@ -37,3 +51,4 @@ BSD 2-Clause License (FreeBSD/Simplified)
3751The following software have components provided under the terms of this license:
3852
3953- blackfriday (from https://github.com/russross/blackfriday)
54+ - errors (from https://github.com/pkg/errors)
0 commit comments