summaryrefslogtreecommitdiff
path: root/spec/fixtures/expected/go/modules/v2.1.json
diff options
context:
space:
mode:
authorCan Eldem <celdem@gitlab.com>2020-06-04 08:53:19 +0000
committerCan Eldem <celdem@gitlab.com>2020-06-04 08:53:19 +0000
commit834d7a4fdf3fd295386e4b12a31de81507d3a658 (patch)
treeb58db2991d16737d4942cad4b63949bc1330ba28 /spec/fixtures/expected/go/modules/v2.1.json
parenta49e935ee3e2e07d90da7c78b543a5592a3b1a4a (diff)
parentcd9cd852dac41980169f0521eb795e460994367b (diff)
Merge branch 'heila-license-go-fix' into 'master'v3.11.1
List go modules found in `mod.sum` including modules that do not end up in vendor directory See merge request gitlab-org/security-products/license-management!161
Diffstat (limited to 'spec/fixtures/expected/go/modules/v2.1.json')
-rw-r--r--spec/fixtures/expected/go/modules/v2.1.json44
1 files changed, 43 insertions, 1 deletions
diff --git a/spec/fixtures/expected/go/modules/v2.1.json b/spec/fixtures/expected/go/modules/v2.1.json
index f06fbd0..1782d06 100644
--- a/spec/fixtures/expected/go/modules/v2.1.json
+++ b/spec/fixtures/expected/go/modules/v2.1.json
@@ -2,6 +2,11 @@
"version": "2.1",
"licenses": [
{
+ "id": "Apache-2.0",
+ "name": "Apache License 2.0",
+ "url": "https://opensource.org/licenses/Apache-2.0"
+ },
+ {
"id": "BSD-3-Clause",
"name": "BSD 3-Clause \"New\" or \"Revised\" License",
"url": "https://opensource.org/licenses/BSD-3-Clause"
@@ -24,6 +29,15 @@
],
"dependencies": [
{
+ "name": "github.com/astaxie/beego",
+ "version": "v1.10.0",
+ "package_manager": "go",
+ "path": "go.sum",
+ "licenses": [
+ "MIT"
+ ]
+ },
+ {
"name": "github.com/davecgh/go-spew",
"version": "v1.1.1",
"package_manager": "go",
@@ -60,6 +74,15 @@
]
},
{
+ "name": "github.com/stretchr/objx",
+ "version": "v0.1.1",
+ "package_manager": "go",
+ "path": "go.sum",
+ "licenses": [
+ "MIT"
+ ]
+ },
+ {
"name": "github.com/stretchr/testify",
"version": "v1.2.2",
"package_manager": "go",
@@ -76,6 +99,25 @@
"licenses": [
"BSD-3-Clause"
]
+ },
+ {
+ "name": "gopkg.in/check.v1",
+ "version": "v0.0.0-20161208181325-20d25e280405",
+ "package_manager": "go",
+ "path": "go.sum",
+ "licenses": [
+ "unknown"
+ ]
+ },
+ {
+ "name": "gopkg.in/yaml.v2",
+ "version": "v2.2.2",
+ "package_manager": "go",
+ "path": "go.sum",
+ "licenses": [
+ "Apache-2.0",
+ "MIT"
+ ]
}
]
-}
+} \ No newline at end of file