summaryrefslogtreecommitdiff
path: root/spec/fixtures/expected/go/modules/v2.0.json
blob: cb0f2a52c7f26725151a70b370cfea8c483ed64c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "version": "2.0",
  "licenses": [
    {
      "id": "MIT",
      "name": "MIT License",
      "url": "https://opensource.org/licenses/MIT",
    },
    {
      "id": "BSD-3-Clause",
      "name": "BSD 3-Clause \"New\" or \"Revised\" License",
      "url": "https://opensource.org/licenses/BSD-3-Clause",
    }
  ],
  "dependencies": [
    {
      "name": "github.com/konsorten/go-windows-terminal-sequences",
      "licenses": [
        "MIT"
      ]
    },
    {
      "name": "github.com/sirupsen/logrus",
      "licenses": [
        "MIT"
      ]
    },
    {
      "name": "golang.org/x/sys",
      "licenses": [
        "BSD-3-Clause"
      ]
    }
  ]
}