diff options
| author | Tetiana Chupryna <tchupryna@gitlab.com> | 2019-07-24 15:33:54 +0000 |
|---|---|---|
| committer | Tetiana Chupryna <tchupryna@gitlab.com> | 2019-07-24 15:33:54 +0000 |
| commit | a7beb59fc46f4acc1a454bb7d70185637c9c1fc7 (patch) | |
| tree | 8d5d49ca3d091bc745a7e376e4187ee1659c9c6f | |
| parent | 0ea7eb0cbb8e46dfb6e602ebb3e344223bca83c5 (diff) | |
| parent | ffd84b2da0e05641ce49f50c851ebbdedd15c363 (diff) | |
Merge branch 'update-go-qa' into 'master'v1.4.0
Update expectation for go project
See merge request gitlab-org/security-products/license-management!48
| -rw-r--r-- | test/results/go.json | 43 |
1 files changed, 2 insertions, 41 deletions
diff --git a/test/results/go.json b/test/results/go.json index 617cd59..35ffadd 100644 --- a/test/results/go.json +++ b/test/results/go.json @@ -1,7 +1,7 @@ { "licenses": [ { - "count": 4, + "count": 1, "name": "New BSD" }, { @@ -25,49 +25,10 @@ }, { "license": { - "name": "New BSD", - "url": "http://opensource.org/licenses/BSD-3-Clause" - }, - "dependency": { - "name": "golang.org/x/text", - "description": "", - "pathes": [ - "." - ] - } - }, - { - "license": { - "name": "New BSD", - "url": "http://opensource.org/licenses/BSD-3-Clause" - }, - "dependency": { - "name": "rsc.io/quote", - "description": "", - "pathes": [ - "." - ] - } - }, - { - "license": { "name": "unknown" }, "dependency": { - "name": "rsc.io/quote/v2", - "description": "", - "pathes": [ - "." - ] - } - }, - { - "license": { - "name": "New BSD", - "url": "http://opensource.org/licenses/BSD-3-Clause" - }, - "dependency": { - "name": "rsc.io/sampler", + "name": "golang.org/x/sys", "description": "", "pathes": [ "." |
