summaryrefslogtreecommitdiff
path: root/spec/fixtures/expected/go/modules/v2.1.json
diff options
context:
space:
mode:
authorCan Eldem <celdem@gitlab.com>2020-07-02 09:12:22 +0000
committerCan Eldem <celdem@gitlab.com>2020-07-02 09:12:22 +0000
commit11c7187a0b9c290437d90af2d53b4d06ae8f4232 (patch)
treee4a85d6f6030ea15637e1de9d7b853404c695c84 /spec/fixtures/expected/go/modules/v2.1.json
parent2b8b49ae9fcd960beb0c639f241ce20690e7c7b0 (diff)
parenta46f75c1caef17519a425d1dcd3ac7687ea6622e (diff)
Merge branch 'aeroscan-nl/license-management-upgrade_license_finder' into 'master'v3.13.0
Upgrade LicenseFinder to 6.6.0 See merge request gitlab-org/security-products/license-management!166
Diffstat (limited to 'spec/fixtures/expected/go/modules/v2.1.json')
-rw-r--r--spec/fixtures/expected/go/modules/v2.1.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/spec/fixtures/expected/go/modules/v2.1.json b/spec/fixtures/expected/go/modules/v2.1.json
index 1782d06..c86fe8e 100644
--- a/spec/fixtures/expected/go/modules/v2.1.json
+++ b/spec/fixtures/expected/go/modules/v2.1.json
@@ -7,6 +7,11 @@
"url": "https://opensource.org/licenses/Apache-2.0"
},
{
+ "id": "BSD-2-Clause",
+ "name": "BSD 2-Clause \"Simplified\" License",
+ "url": "https://opensource.org/licenses/BSD-2-Clause"
+ },
+ {
"id": "BSD-3-Clause",
"name": "BSD 3-Clause \"New\" or \"Revised\" License",
"url": "https://opensource.org/licenses/BSD-3-Clause"
@@ -20,11 +25,6 @@
"id": "MIT",
"name": "MIT License",
"url": "https://opensource.org/licenses/MIT"
- },
- {
- "id": "unknown",
- "name": "unknown",
- "url": ""
}
],
"dependencies": [
@@ -61,7 +61,7 @@
"package_manager": "go",
"path": "go.sum",
"licenses": [
- "unknown"
+ "BSD-3-Clause"
]
},
{
@@ -106,7 +106,7 @@
"package_manager": "go",
"path": "go.sum",
"licenses": [
- "unknown"
+ "BSD-2-Clause"
]
},
{
@@ -120,4 +120,4 @@
]
}
]
-} \ No newline at end of file
+}