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-v1.1.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-v1.1.json')
| -rw-r--r-- | test/results/go-modules-v1.1.json | 53 |
1 files changed, 48 insertions, 5 deletions
diff --git a/test/results/go-modules-v1.1.json b/test/results/go-modules-v1.1.json index 7e56bb6..08636c0 100644 --- a/test/results/go-modules-v1.1.json +++ b/test/results/go-modules-v1.1.json @@ -2,23 +2,66 @@ "version": "1.1", "licenses": [ { + "count": 2, + "name": "MIT" + }, + { "count": 1, - "name": "unknown" + "name": "New BSD" } ], "dependencies": [ { "licenses": [ { - "name": "unknown", - "url": "" + "name": "MIT", + "url": "http://opensource.org/licenses/mit-license" + } + ], + "license": { + "name": "MIT", + "url": "http://opensource.org/licenses/mit-license" + }, + "dependency": { + "name": "github.com/konsorten/go-windows-terminal-sequences", + "description": "", + "pathes": [ + "." + ] + } + }, + { + "licenses": [ + { + "name": "MIT", + "url": "http://opensource.org/licenses/mit-license" + } + ], + "license": { + "name": "MIT", + "url": "http://opensource.org/licenses/mit-license" + }, + "dependency": { + "name": "github.com/sirupsen/logrus", + "description": "", + "pathes": [ + "." + ] + } + }, + { + "licenses": [ + { + "name": "New BSD", + "url": "http://opensource.org/licenses/BSD-3-Clause" } ], "license": { - "name": "unknown" + "name": "New BSD", + "url": "http://opensource.org/licenses/BSD-3-Clause" }, "dependency": { - "name": "golang.org/x/crypto", + "name": "golang.org/x/sys", "description": "", "pathes": [ "." |
