summaryrefslogtreecommitdiff
path: root/test/results/go-modules-v1.json
diff options
context:
space:
mode:
authorTetiana Chupryna <tchupryna@gitlab.com>2019-11-29 13:43:18 +0000
committerTetiana Chupryna <tchupryna@gitlab.com>2019-11-29 13:43:18 +0000
commit12d497651d79869a65713e91daff6308b52d2877 (patch)
treec7adab7fefb12087a514d23f7a35233115761624 /test/results/go-modules-v1.json
parentff3319bbae9b79c906a34e18db8dc7a1c4d17d1d (diff)
parent1064407aa63471865939b22abf338ff38e2c05a8 (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.json')
-rw-r--r--test/results/go-modules-v1.json37
1 files changed, 34 insertions, 3 deletions
diff --git a/test/results/go-modules-v1.json b/test/results/go-modules-v1.json
index b946b60..800e31f 100644
--- a/test/results/go-modules-v1.json
+++ b/test/results/go-modules-v1.json
@@ -1,17 +1,48 @@
{
"licenses": [
{
+ "count": 2,
+ "name": "MIT"
+ },
+ {
"count": 1,
- "name": "unknown"
+ "name": "New BSD"
}
],
"dependencies": [
{
"license": {
- "name": "unknown"
+ "name": "MIT",
+ "url": "http://opensource.org/licenses/mit-license"
+ },
+ "dependency": {
+ "name": "github.com/konsorten/go-windows-terminal-sequences",
+ "description": "",
+ "pathes": [
+ "."
+ ]
+ }
+ },
+ {
+ "license": {
+ "name": "MIT",
+ "url": "http://opensource.org/licenses/mit-license"
+ },
+ "dependency": {
+ "name": "github.com/sirupsen/logrus",
+ "description": "",
+ "pathes": [
+ "."
+ ]
+ }
+ },
+ {
+ "license": {
+ "name": "New BSD",
+ "url": "http://opensource.org/licenses/BSD-3-Clause"
},
"dependency": {
- "name": "golang.org/x/crypto",
+ "name": "golang.org/x/sys",
"description": "",
"pathes": [
"."