summaryrefslogtreecommitdiff
path: root/spec/fixtures/expected/go
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/expected/go')
-rw-r--r--spec/fixtures/expected/go/modules/v1.0.json53
-rw-r--r--spec/fixtures/expected/go/modules/v1.1.json72
2 files changed, 0 insertions, 125 deletions
diff --git a/spec/fixtures/expected/go/modules/v1.0.json b/spec/fixtures/expected/go/modules/v1.0.json
deleted file mode 100644
index 800e31f..0000000
--- a/spec/fixtures/expected/go/modules/v1.0.json
+++ /dev/null
@@ -1,53 +0,0 @@
-{
- "licenses": [
- {
- "count": 2,
- "name": "MIT"
- },
- {
- "count": 1,
- "name": "New BSD"
- }
- ],
- "dependencies": [
- {
- "license": {
- "name": "MIT",
- "url": "http://opensource.org/licenses/mit-license"
- },
- "dependency": {
- "name": "github.com/konsorten/go-windows-terminal-sequences",
- "description": "",
- "pathes": [
- "."
- ]
- }
- },
- {
- "license": {
- "name": "MIT",
- "url": "http://opensource.org/licenses/mit-license"
- },
- "dependency": {
- "name": "github.com/sirupsen/logrus",
- "description": "",
- "pathes": [
- "."
- ]
- }
- },
- {
- "license": {
- "name": "New BSD",
- "url": "http://opensource.org/licenses/BSD-3-Clause"
- },
- "dependency": {
- "name": "golang.org/x/sys",
- "description": "",
- "pathes": [
- "."
- ]
- }
- }
- ]
-}
diff --git a/spec/fixtures/expected/go/modules/v1.1.json b/spec/fixtures/expected/go/modules/v1.1.json
deleted file mode 100644
index 08636c0..0000000
--- a/spec/fixtures/expected/go/modules/v1.1.json
+++ /dev/null
@@ -1,72 +0,0 @@
-{
- "version": "1.1",
- "licenses": [
- {
- "count": 2,
- "name": "MIT"
- },
- {
- "count": 1,
- "name": "New BSD"
- }
- ],
- "dependencies": [
- {
- "licenses": [
- {
- "name": "MIT",
- "url": "http://opensource.org/licenses/mit-license"
- }
- ],
- "license": {
- "name": "MIT",
- "url": "http://opensource.org/licenses/mit-license"
- },
- "dependency": {
- "name": "github.com/konsorten/go-windows-terminal-sequences",
- "description": "",
- "pathes": [
- "."
- ]
- }
- },
- {
- "licenses": [
- {
- "name": "MIT",
- "url": "http://opensource.org/licenses/mit-license"
- }
- ],
- "license": {
- "name": "MIT",
- "url": "http://opensource.org/licenses/mit-license"
- },
- "dependency": {
- "name": "github.com/sirupsen/logrus",
- "description": "",
- "pathes": [
- "."
- ]
- }
- },
- {
- "licenses": [
- {
- "name": "New BSD",
- "url": "http://opensource.org/licenses/BSD-3-Clause"
- }
- ],
- "license": {
- "name": "New BSD",
- "url": "http://opensource.org/licenses/BSD-3-Clause"
- },
- "dependency": {
- "name": "golang.org/x/sys",
- "description": "",
- "pathes": [
- "."
- ]
- }
- }
- ]
-}