summaryrefslogtreecommitdiff
path: root/spec/fixtures/expected/go/modules/v1.0.json
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-10-21 11:40:51 -0600
committermo khan <mo.khan@gmail.com>2020-10-21 11:40:51 -0600
commitac29038281aaa0a4cc3956fed41dba024d874792 (patch)
treec587ef278e5a07977bb1623fb8083f8c1d041889 /spec/fixtures/expected/go/modules/v1.0.json
parent072ad5e7a6e4e055f73db5ae74796c97099cee89 (diff)
Update go modules fixture files
Caused by: * https://gitlab.com/gitlab-org/security-products/tests/go-modules/-/merge_requests/59
Diffstat (limited to 'spec/fixtures/expected/go/modules/v1.0.json')
-rw-r--r--spec/fixtures/expected/go/modules/v1.0.json45
1 files changed, 44 insertions, 1 deletions
diff --git a/spec/fixtures/expected/go/modules/v1.0.json b/spec/fixtures/expected/go/modules/v1.0.json
index 4902d39..6efbe72 100644
--- a/spec/fixtures/expected/go/modules/v1.0.json
+++ b/spec/fixtures/expected/go/modules/v1.0.json
@@ -5,6 +5,10 @@
"name": "MIT"
},
{
+ "count": 3,
+ "name": "Apache 2.0"
+ },
+ {
"count": 2,
"name": "New BSD"
},
@@ -63,6 +67,45 @@
},
{
"license": {
+ "name": "Apache 2.0",
+ "url": "http://www.apache.org/licenses/LICENSE-2.0.txt"
+ },
+ "dependency": {
+ "name": "github.com/minio/minio",
+ "description": "",
+ "pathes": [
+ "."
+ ]
+ }
+ },
+ {
+ "license": {
+ "name": "Apache 2.0",
+ "url": "http://www.apache.org/licenses/LICENSE-2.0.txt"
+ },
+ "dependency": {
+ "name": "github.com/minio/minio-go",
+ "description": "",
+ "pathes": [
+ "."
+ ]
+ }
+ },
+ {
+ "license": {
+ "name": "Apache 2.0",
+ "url": "http://www.apache.org/licenses/LICENSE-2.0.txt"
+ },
+ "dependency": {
+ "name": "github.com/minio/sha256-simd",
+ "description": "",
+ "pathes": [
+ "."
+ ]
+ }
+ },
+ {
+ "license": {
"name": "New BSD",
"url": "http://opensource.org/licenses/BSD-3-Clause"
},
@@ -153,4 +196,4 @@
}
}
]
-}
+} \ No newline at end of file