-
Notifications
You must be signed in to change notification settings - Fork 77
/
go-licenses.yaml
119 lines (119 loc) · 3.35 KB
/
go-licenses.yaml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
module:
go:
version: master
overrides:
- name: github.com/paddleflow/kopad
skip: true
- name: cloud.google.com/go/storage
version: v1.12.0
license:
path: LICENSE
url: https://github.com/googleapis/google-cloud-go/blob/storage/v1.12.0/LICENSE
spdxId: Apache-2.0
- name: github.com/jmespath/go-jmespath
version: v0.4.0
license: # non-standard license file
path: LICENSE
spdxId: Apache-2.0
- name: github.com/aws/aws-sdk-go
version: v1.36.1
license:
path: LICENSE.txt
spdxId: Apache-2.0
subModules:
- path: internal/sync/singleflight
license:
path: LICENSE
spdxId: BSD-3-Clause
- name: github.com/davecgh/go-spew
version: v1.1.1
license:
path: LICENSE
spdxId: ISC
- name: github.com/googleapis/gax-go/v2
version: v2.0.5
license:
path: LICENSE
spdxId: BSD-3-Clause
- name: golang.org/x/net
excludePaths:
- html/testdata
- name: github.com/gogo/protobuf
version: v1.3.2
license:
path: LICENSE
spdxId: BSD-3-Clause / BSD-2-Clause
- name: google.golang.org/protobuf
version: v1.26.0
license:
path: LICENSE
spdxId: BSD-3-Clause
- name: gopkg.in/yaml.v2
version: v2.3.0
license:
path: LICENSE
spdxId: Apache-2.0 / MIT # gopkg.in/yaml.v2 is port of a MIT licensed library
- name: gopkg.in/yaml.v3
version: v3.0.0-20210107192922-496545a6307b
license:
path: LICENSE
spdxId: Apache-2.0 / MIT # gopkg.in/yaml.v3 is port of a MIT licensed library
- name: go.opencensus.io
version: v0.22.5
license:
path: LICENSE
url: https://github.com/census-instrumentation/opencensus-go/blob/v0.22.5/LICENSE
spdxId: Apache-2.0
- name: sigs.k8s.io/yaml
version: v1.2.0
license:
path: LICENSE
spdxId: MIT / BSD-3-Clause
- name: go.uber.org/atomic
version: v1.7.0
license:
path: LICENSE
spdxId: MIT
url: https://github.com/uber-go/atomic/blob/v1.7.0/LICENSE.txt
- name: go.uber.org/zap
version: v1.17.0
license:
path: LICENSE
spdxId: MIT
url: https://github.com/uber-go/zap/blob/v1.17.0/LICENSE.txt
- name: go.uber.org/multierr
version: v1.6.0
license:
path: LICENSE
spdxId: MIT
url: https://github.com/uber-go/multierr/blob/v1.6.0/LICENSE.txt
- name: github.com/Azure/go-autorest/autorest
version: v0.9.6
license:
path: LICENSE
spdxId: Apache-2.0
url: https://github.com/Azure/go-autorest/blob/autorest/v0.9.6/LICENSE
- name: github.com/Azure/go-autorest/autorest/adal
version: v0.8.2
license:
path: LICENSE
spdxId: Apache-2.0
url: https://github.com/Azure/go-autorest/blob/autorest/adal/v0.8.2/LICENSE
- name: github.com/Azure/go-autorest/autorest/date
version: v0.2.0
license:
path: LICENSE
spdxId: Apache-2.0
url: https://github.com/Azure/go-autorest/blob/autorest/date/v0.2.0/LICENSE
- name: github.com/Azure/go-autorest/logger
version: v0.1.0
license:
path: LICENSE
spdxId: Apache-2.0
url: https://github.com/Azure/go-autorest/blob/logger/v0.1.0/LICENSE
- name: github.com/Azure/go-autorest/tracing
version: v0.5.0
license:
path: LICENSE
spdxId: Apache-2.0
url: https://github.com/Azure/go-autorest/blob/tracing/v0.5.0/LICENSE