diff options
Diffstat (limited to 'test/results/go-modules-v2.json')
| -rw-r--r-- | test/results/go-modules-v2.json | 38 |
1 files changed, 33 insertions, 5 deletions
diff --git a/test/results/go-modules-v2.json b/test/results/go-modules-v2.json index 6d0be29..c1da7e4 100644 --- a/test/results/go-modules-v2.json +++ b/test/results/go-modules-v2.json @@ -2,22 +2,50 @@ "version": "2.0", "licenses": [ { - "id": "unknown", - "name": "unknown", - "url": "", + "id": "MIT", + "name": "MIT License", + "url": "https://opensource.org/licenses/MIT", + "count": 2 + }, + { + "id": "BSD-3-Clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "url": "https://opensource.org/licenses/BSD-3-Clause", "count": 1 } ], "dependencies": [ { - "name": "golang.org/x/crypto", + "name": "github.com/konsorten/go-windows-terminal-sequences", + "url": "", + "description": "", + "paths": [ + "." + ], + "licenses": [ + "MIT" + ] + }, + { + "name": "github.com/sirupsen/logrus", + "url": "", + "description": "", + "paths": [ + "." + ], + "licenses": [ + "MIT" + ] + }, + { + "name": "golang.org/x/sys", "url": "", "description": "", "paths": [ "." ], "licenses": [ - "unknown" + "BSD-3-Clause" ] } ] |
