diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-21 23:15:36 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-21 23:15:36 -0600 |
| commit | e1afa8ba55a3df1151e1b73ed3aa528e53ea3f06 (patch) | |
| tree | 5ca6d1073f8aa9dbf7515c9f3dff9378fcdd3ee9 /spec/fixtures/expected/go/modules | |
| parent | 2edd529220ecda2b14b99c1e9c15497b1f2ae639 (diff) | |
Remove old report versions
Diffstat (limited to 'spec/fixtures/expected/go/modules')
| -rw-r--r-- | spec/fixtures/expected/go/modules/v1.0.json | 53 | ||||
| -rw-r--r-- | spec/fixtures/expected/go/modules/v1.1.json | 72 |
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": [ - "." - ] - } - } - ] -} |
