summaryrefslogtreecommitdiff
path: root/spec/fixtures/expected/go/modules
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-21 23:55:44 -0600
committermo khan <mo.khan@gmail.com>2020-04-21 23:55:44 -0600
commit8bad989a4b667797455f28957e2540e2d644448d (patch)
tree342c5ac4fbed77d67239e3e5364b699921731b68 /spec/fixtures/expected/go/modules
parente1afa8ba55a3df1151e1b73ed3aa528e53ea3f06 (diff)
Remove unused stuff
Diffstat (limited to 'spec/fixtures/expected/go/modules')
-rw-r--r--spec/fixtures/expected/go/modules/v2.0.json17
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"
]