summaryrefslogtreecommitdiff
path: root/spec/fixtures/expected/go/modules/v2.1.json
diff options
context:
space:
mode:
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