diff options
Diffstat (limited to 'spec/fixtures/expected/go/modules/v1.0.json')
| -rw-r--r-- | spec/fixtures/expected/go/modules/v1.0.json | 45 |
1 files changed, 44 insertions, 1 deletions
diff --git a/spec/fixtures/expected/go/modules/v1.0.json b/spec/fixtures/expected/go/modules/v1.0.json index 4902d39..6efbe72 100644 --- a/spec/fixtures/expected/go/modules/v1.0.json +++ b/spec/fixtures/expected/go/modules/v1.0.json @@ -5,6 +5,10 @@ "name": "MIT" }, { + "count": 3, + "name": "Apache 2.0" + }, + { "count": 2, "name": "New BSD" }, @@ -63,6 +67,45 @@ }, { "license": { + "name": "Apache 2.0", + "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" + }, + "dependency": { + "name": "github.com/minio/minio", + "description": "", + "pathes": [ + "." + ] + } + }, + { + "license": { + "name": "Apache 2.0", + "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" + }, + "dependency": { + "name": "github.com/minio/minio-go", + "description": "", + "pathes": [ + "." + ] + } + }, + { + "license": { + "name": "Apache 2.0", + "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" + }, + "dependency": { + "name": "github.com/minio/sha256-simd", + "description": "", + "pathes": [ + "." + ] + } + }, + { + "license": { "name": "New BSD", "url": "http://opensource.org/licenses/BSD-3-Clause" }, @@ -153,4 +196,4 @@ } } ] -} +}
\ No newline at end of file |
