summaryrefslogtreecommitdiff
path: root/spec/fixtures/expected/go/modules/v1.0.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/v1.0.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/v1.0.json')
-rw-r--r--spec/fixtures/expected/go/modules/v1.0.json12
1 files changed, 7 insertions, 5 deletions
diff --git a/spec/fixtures/expected/go/modules/v1.0.json b/spec/fixtures/expected/go/modules/v1.0.json
index 1433dbf..4902d39 100644
--- a/spec/fixtures/expected/go/modules/v1.0.json
+++ b/spec/fixtures/expected/go/modules/v1.0.json
@@ -6,7 +6,7 @@
},
{
"count": 2,
- "name": "unknown"
+ "name": "New BSD"
},
{
"count": 1,
@@ -18,7 +18,7 @@
},
{
"count": 1,
- "name": "New BSD"
+ "name": "Simplified BSD"
}
],
"dependencies": [
@@ -63,7 +63,8 @@
},
{
"license": {
- "name": "unknown"
+ "name": "New BSD",
+ "url": "http://opensource.org/licenses/BSD-3-Clause"
},
"dependency": {
"name": "github.com/pmezard/go-difflib",
@@ -127,7 +128,8 @@
},
{
"license": {
- "name": "unknown"
+ "name": "Simplified BSD",
+ "url": "http://opensource.org/licenses/bsd-license"
},
"dependency": {
"name": "gopkg.in/check.v1",
@@ -151,4 +153,4 @@
}
}
]
-} \ No newline at end of file
+}