Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Commit 4cf60e2

Browse files
committed
Include all used libraries in NOTICE file
'fossa-cli' seems to have missed some.
1 parent d5a7054 commit 4cf60e2

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

NOTICE

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,40 @@ Apache License 2.0 (Apache-2.0)
99
The 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
========================================================================
1416
MIT License (Expat)
1517
========================================================================
1618

1719
The 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
========================================================================
2536
BSD 3-Clause License (Revised)
2637
========================================================================
2738

2839
The 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
========================================================================
3448
BSD 2-Clause License (FreeBSD/Simplified)
@@ -37,3 +51,4 @@ BSD 2-Clause License (FreeBSD/Simplified)
3751
The 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

Comments
 (0)