diff options
| author | Tetiana Chupryna <tchupryna@gitlab.com> | 2019-11-29 13:43:18 +0000 |
|---|---|---|
| committer | Tetiana Chupryna <tchupryna@gitlab.com> | 2019-11-29 13:43:18 +0000 |
| commit | 12d497651d79869a65713e91daff6308b52d2877 (patch) | |
| tree | c7adab7fefb12087a514d23f7a35233115761624 /test/results/go-modules-v2.json | |
| parent | ff3319bbae9b79c906a34e18db8dc7a1c4d17d1d (diff) | |
| parent | 1064407aa63471865939b22abf338ff38e2c05a8 (diff) | |
Merge branch 'update-go-fixtures' into 'master'v2.0.1
Update go fixtures
See merge request gitlab-org/security-products/license-management!87
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" ] } ] |
