summaryrefslogtreecommitdiff
path: root/spec/fixtures/expected/go/modules/v2.1.json
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-05-27 14:59:20 +0000
committermo khan <mo.khan@gmail.com>2020-05-27 14:59:20 +0000
commit5b4aca6e3c936bca2657d1ad1a8f336838fda4bb (patch)
tree2a5ba8dfc9bdb61c58633373be122ae2f83df1e7 /spec/fixtures/expected/go/modules/v2.1.json
parentbff873a938de126d2b79e799df325f3d5c31295b (diff)
parent80fa34dd2bd72af88efcb85844302d04450a0e1e (diff)
Merge branch '212919-conan-integration-tests' into 'master'v3.10.0
Scan conan projects See merge request gitlab-org/security-products/license-management!156
Diffstat (limited to 'spec/fixtures/expected/go/modules/v2.1.json')
-rw-r--r--spec/fixtures/expected/go/modules/v2.1.json81
1 files changed, 81 insertions, 0 deletions
diff --git a/spec/fixtures/expected/go/modules/v2.1.json b/spec/fixtures/expected/go/modules/v2.1.json
new file mode 100644
index 0000000..f06fbd0
--- /dev/null
+++ b/spec/fixtures/expected/go/modules/v2.1.json
@@ -0,0 +1,81 @@
+{
+ "version": "2.1",
+ "licenses": [
+ {
+ "id": "BSD-3-Clause",
+ "name": "BSD 3-Clause \"New\" or \"Revised\" License",
+ "url": "https://opensource.org/licenses/BSD-3-Clause"
+ },
+ {
+ "id": "ISC",
+ "name": "ISC License",
+ "url": "https://opensource.org/licenses/ISC"
+ },
+ {
+ "id": "MIT",
+ "name": "MIT License",
+ "url": "https://opensource.org/licenses/MIT"
+ },
+ {
+ "id": "unknown",
+ "name": "unknown",
+ "url": ""
+ }
+ ],
+ "dependencies": [
+ {
+ "name": "github.com/davecgh/go-spew",
+ "version": "v1.1.1",
+ "package_manager": "go",
+ "path": "go.sum",
+ "licenses": [
+ "ISC"
+ ]
+ },
+ {
+ "name": "github.com/konsorten/go-windows-terminal-sequences",
+ "version": "v1.0.1",
+ "package_manager": "go",
+ "path": "go.sum",
+ "licenses": [
+ "MIT"
+ ]
+ },
+ {
+ "name": "github.com/pmezard/go-difflib",
+ "version": "v1.0.0",
+ "package_manager": "go",
+ "path": "go.sum",
+ "licenses": [
+ "unknown"
+ ]
+ },
+ {
+ "name": "github.com/sirupsen/logrus",
+ "version": "v1.4.2",
+ "package_manager": "go",
+ "path": "go.sum",
+ "licenses": [
+ "MIT"
+ ]
+ },
+ {
+ "name": "github.com/stretchr/testify",
+ "version": "v1.2.2",
+ "package_manager": "go",
+ "path": "go.sum",
+ "licenses": [
+ "MIT"
+ ]
+ },
+ {
+ "name": "golang.org/x/sys",
+ "version": "v0.0.0-20190422165155-953cdadca894",
+ "package_manager": "go",
+ "path": "go.sum",
+ "licenses": [
+ "BSD-3-Clause"
+ ]
+ }
+ ]
+}