diff options
Diffstat (limited to 'spec/fixtures/expected/go/modules/v2.0.json')
| -rw-r--r-- | spec/fixtures/expected/go/modules/v2.0.json | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/spec/fixtures/expected/go/modules/v2.0.json b/spec/fixtures/expected/go/modules/v2.0.json index c1da7e4..cb0f2a5 100644 --- a/spec/fixtures/expected/go/modules/v2.0.json +++ b/spec/fixtures/expected/go/modules/v2.0.json @@ -5,45 +5,28 @@ "id": "MIT", "name": "MIT License", "url": "https://opensource.org/licenses/MIT", - "count": 2 }, { "id": "BSD-3-Clause", "name": "BSD 3-Clause \"New\" or \"Revised\" License", "url": "https://opensource.org/licenses/BSD-3-Clause", - "count": 1 } ], "dependencies": [ { "name": "github.com/konsorten/go-windows-terminal-sequences", - "url": "", - "description": "", - "paths": [ - "." - ], "licenses": [ "MIT" ] }, { "name": "github.com/sirupsen/logrus", - "url": "", - "description": "", - "paths": [ - "." - ], "licenses": [ "MIT" ] }, { "name": "golang.org/x/sys", - "url": "", - "description": "", - "paths": [ - "." - ], "licenses": [ "BSD-3-Clause" ] |
