Skip to content

Commit 49f2d81

Browse files
(DOCSP-20795): update third-party licenses (#827)
1 parent b5baefa commit 49f2d81

File tree

1 file changed

+97
-47
lines changed

1 file changed

+97
-47
lines changed

source/third-party-licenses.txt

Lines changed: 97 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -28,84 +28,134 @@ Apache License 2.0
2828

2929
License: :tldrl:`TL;DR <apache2>` | :osil:`Full Text <Apache-2.0>`
3030

31+
- :gopkg:`github.com/go-logr/logr </github.com/go-logr/logr>`
32+
- :gopkg:`github.com/golang/groupcache/lru </github.com/golang/groupcache/lru>`
33+
- :gopkg:`github.com/google/gofuzz </github.com/google/gofuzz>`
34+
- :gopkg:`github.com/googleapis/gnostic </github.com/googleapis/gnostic>`
35+
- :gopkg:`github.com/matttproud/golang_protobuf_extensions/pbutil </github.com/matttproud/golang_protobuf_extensions/pbutil>`
36+
- :gopkg:`github.com/modern-go/concurrent </github.com/modern-go/concurrent>`
37+
- :gopkg:`github.com/modern-go/reflect2 </github.com/modern-go/reflect2>`
38+
- :gopkg:`github.com/oklog/run </github.com/oklog/run>`
39+
- :gopkg:`github.com/prometheus/client_golang/prometheus </github.com/prometheus/client_golang/prometheus>`
40+
- :gopkg:`github.com/prometheus/client_model/go </github.com/prometheus/client_model/go>`
41+
- :gopkg:`github.com/prometheus/common </github.com/prometheus/common>`
42+
- :gopkg:`github.com/prometheus/procfs </github.com/prometheus/procfs>`
43+
- :gopkg:`github.com/xdg/stringprep </github.com/xdg/stringprep>`
44+
- :gopkg:`gomodules.xyz/jsonpatch/v2 </gomodules.xyz/jsonpatch/v2>`
45+
- :gopkg:`google.golang.org/genproto/googleapis/rpc/status </google.golang.org/genproto/googleapis/rpc/status>`
46+
- :gopkg:`google.golang.org/grpc </google.golang.org/grpc>`
47+
- :gopkg:`gopkg.in/square/go-jose.v2 </gopkg.in/square/go-jose.v2>`
48+
- :gopkg:`gopkg.in/yaml.v2 </gopkg.in/yaml.v2>`
3149
- :gopkg:`k8s.io/api </k8s.io/api>`
32-
- :gopkg:`k8s.io/apiextensions-apiserver </k8s.io/apiextensions-apiserver>`
33-
- :gopkg:`k8s.io/apimachinery </k8s.io/apimachinery>`
50+
- :gopkg:`k8s.io/apiextensions-apiserver/pkg/apis/apiextensions </k8s.io/apiextensions-apiserver/pkg/apis/apiextensions>`
51+
- :gopkg:`k8s.io/apimachinery/pkg </k8s.io/apimachinery/pkg>`
3452
- :gopkg:`k8s.io/client-go </k8s.io/client-go>`
35-
- :gopkg:`k8s.io/kube-openapi </k8s.io/kube-openapi>`
36-
53+
- :gopkg:`k8s.io/component-base/config </k8s.io/component-base/config>`
54+
- :gopkg:`k8s.io/klog/v2 <k8s.io/klog/v2>`
55+
- :gopkg:`k8s.io/kube-openapi/pkg/util/proto </k8s.io/kube-openapi/pkg/util/proto>`
56+
- :gopkg:`k8s.io/utils </k8s.io/utils>`
57+
- :gopkg:`sigs.k8s.io/controller-runtime </sigs.k8s.io/controller-runtime>`
58+
- :gopkg:`sigs.k8s.io/structured-merge-diff/v4 </sigs.k8s.io/structured-merge-diff/v4>`
3759

3860
:abbr:`BSD (Berkeley Software Distribution)` 2-Clause
3961
-----------------------------------------------------
4062

41-
License: :tldrl:`TL;DR <freebsd>` | :osi:`Full Text <BSD-2-Clause>`
63+
License: :tldrl:`TL;DR <freebsd>` | :osil:`Full Text <BSD-2-Clause>`
4264

43-
- :github:`errors <github.com/pkg/errors>`
65+
- :gopkg:`github.com/pkg/errors </github.com/pkg/errors>`
4466

4567

4668
:abbr:`BSD (Berkeley Software Distribution)` 3-Clause
4769
-----------------------------------------------------
4870

4971
License: :tldrl:`TL;DR <bsd3>` | :osil:`Full Text <BSD-3-Clause>`
5072

51-
- :github:`cmp </google/go-cmp>`
52-
- :gopkg:`fsnotify.v1 </gopkg.in/fsnotify.v1>`
53-
- :github:`goautoneg </prometheus/common/tree/master/internal/bitbucket.org/ww/goautoneg>`
54-
- :github:`Go-diff </sergi/go-diff>`
55-
- :github:`Go-difflib </pmezard/go-difflib>`
56-
- :gopkg:`inf.v0 </gopkg.in/inf.v0>`
57-
- :github:`mergo </imdario/mergo>`
58-
- :gopkg:`net </golang.org/x/net>`
59-
- :gopkg:`oauth2 </golang.org/x/oauth2>`
60-
- :github:`protobuf </gogo/protobuf>`
61-
- :github:`pflag </spf13/pflag>`
62-
- :github:`protobuf </golang/protobuf>`
63-
- :github:`patch </evanphx/json-patch>`
64-
- :gopkg:`text </golang.org/x/text>`
65-
- :gopkg:`time/rate </golang.org/x/time/rate>`
66-
- :gopkg:`ssh/terminal </golang.org/x/crypto/ssh/terminal>`
67-
- :gopkg:`unix </golang.org/x/sys/unix>`
68-
- :github:`uuid </google/uuid>`
69-
- :gopkg:`xerrors </golang.org/x/xerrors>`
70-
73+
- :gopkg:`github.com/evanphx/json-patch </github.com/evanphx/json-patch>`
74+
- :gopkg:`github.com/fsnotify/fsnotify </github.com/fsnotify/fsnotify>`
75+
- :gopkg:`github.com/gogo/protobuf <github.com/gogo/protobuf>`
76+
- :gopkg:`github.com/golang/protobuf </github.com/golang/protobuf>`
77+
- :gopkg:`github.com/golang/snappy </github.com/golang/snappy>`
78+
- :gopkg:`github.com/google/go-cmp/cmp </github.com/google/go-cmp/cmp>`
79+
- :gopkg:`github.com/imdario/mergo </github.com/imdario/mergo>`
80+
- :gopkg:`github.com/pierrec/lz4 </github.com/pierrec/lz4>`
81+
- :gopkg:`github.com/pmezard/go-difflib/difflib </github.com/pmezard/go-difflib/difflib>`
82+
- :gopkg:`github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg </github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg>`
83+
- :gopkg:`github.com/spf13/pflag </github.com/spf13/pflag>`
84+
- :gopkg:`golang.org/x/crypto </golang.org/x/crypto>`
85+
- :gopkg:`golang.org/x/net </golang.org/x/net>`
86+
- :gopkg:`golang.org/x/oauth2 </golang.org/x/oauth2>`
87+
- :gopkg:`golang.org/x/sys </golang.org/x/sys>`
88+
- :gopkg:`golang.org/x/term </golang.org/x/term>`
89+
- :gopkg:`golang.org/x/text </golang.org/x/text>`
90+
- :gopkg:`golang.org/x/time/rate </golang.org/x/time/rate>`
91+
- :gopkg:`google.golang.org/protobuf </google.golang.org/protobuf>`
92+
- :gopkg:`gopkg.in/inf.v0 </gopkg.in/inf.v0>`
93+
- :gopkg:`gopkg.in/square/go-jose.v2 </gopkg.in/square/go-jose.v2>`
94+
- :gopkg:`k8s.io/apimachinery/third_party/forked/golang </k8s.io/apimachinery/third_party/forked/golang>`
7195

7296
:abbr:`ISC (Internet Systems Consortium)` License
7397
-------------------------------------------------
7498

7599
License: :tldrl:`TL;DR <isc>` | :osil:`Full Text <ISC>`
76100

77-
- :github:`go-spew </davecgh/go-spew/tree/master/spew>`
101+
- :gopkg:`github.com/davecgh/go-spew/spew </github.com/davecgh/go-spew/spew>`
78102

79103

80104
:abbr:`MIT (Massachusetts Institute of Technology)` License
81105
-----------------------------------------------------------
82106

83107
License: :tldrl:`TL;DR <mit>` | :osil:`Full Text <MIT>`
84108

85-
- :github:`assert </stretchr/testify/tree/master/assert>`
86-
- :gopkg:`atomic </go.uber.org/atomic>`
87-
- :github:`cast </spf13/cast>`
88-
- :github:`flowRate </mxk/go-flowrate>`
89-
- :github:`go json iterator </json-iterator/go>`
90-
- :gopkg:`multierr </go.uber.org/multierr>`
91-
- :github:`semver </blang/semver>`
92-
- :github:`quantile </beorn7/perks/tree/master/quantile>`
93-
- :gopkg:`zap </go.uber.org/zap>`
94-
- :gopkg:`yaml <sigs.k8s.io/yaml>`
95-
- :npmjs:`[email protected] </memory-pager>`
96-
- :npmjs:`[email protected] </resolve-from>`
97-
- :npmjs:`[email protected] </safe-buffer>`
98-
- :npmjs:`[email protected] </saslprep>`
99-
- :npmjs:`[email protected] </sparse-bitfield>`
109+
- :gopkg:`github.com/armon/go-metrics </github.com/armon/go-metrics>`
110+
- :gopkg:`github.com/armon/go-radix </github.com/armon/go-radix>`
111+
- :gopkg:`github.com/beorn7/perks/quantile </github.com/beorn7/perks/quantile>`
112+
- :gopkg:`github.com/blang/semver </github.com/blang/semver>`
113+
- :gopkg:`github.com/cenkalti/backoff/v3 </github.com/cenkalti/backoff/v3>`
114+
- :gopkg:`github.com/cespare/xxhash/v2 </github.com/cespare/xxhash/v2>`
115+
- :gopkg:`github.com/fatih/color </github.com/fatih/color>`
116+
- :gopkg:`github.com/ghodss/yaml </github.com/ghodss/yaml>`
117+
- :gopkg:`github.com/hashicorp/go-hclog </github.com/hashicorp/go-hclog>`
118+
- :gopkg:`github.com/json-iterator/go </github.com/json-iterator/go>`
119+
- :gopkg:`github.com/mattn/go-colorable </github.com/mattn/go-colorable>`
120+
- :gopkg:`github.com/mattn/go-isatty </github.com/mattn/go-isatty>`
121+
- :gopkg:`github.com/mitchellh/copystructure </github.com/mitchellh/copystructure>`
122+
- :gopkg:`github.com/mitchellh/go-homedir </github.com/mitchellh/go-homedir>`
123+
- :gopkg:`github.com/mitchellh/go-testing-interface </github.com/mitchellh/go-testing-interface>`
124+
- :gopkg:`github.com/mitchellh/mapstructure </github.com/mitchellh/mapstructure>`
125+
- :gopkg:`github.com/mitchellh/reflectwalk </github.com/mitchellh/reflectwalk>`
126+
- :gopkg:`github.com/ryanuber/go-glob </github.com/ryanuber/go-glob>`
127+
- :gopkg:`github.com/spf13/cast </github.com/spf13/cast>`
128+
- :gopkg:`github.com/stretchr/objx </github.com/stretchr/objx>`
129+
- :gopkg:`github.com/stretchr/testify/assert </github.com/stretchr/testify/assert>`
130+
- :gopkg:`go.uber.org/atomic </go.uber.org/atomic>`
131+
- :gopkg:`go.uber.org/multierr </go.uber.org/multierr>`
132+
- :gopkg:`go.uber.org/zap </go.uber.org/zap>`
133+
- :gopkg:`gopkg.in/yaml.v3 </gopkg.in/yaml.v3>`
134+
- :gopkg:`sigs.k8s.io/yaml </sigs.k8s.io/yaml>`
100135

101136

102137
:abbr:`MPL (Mozilla Public License)` 2.0
103138
----------------------------------------
104139

105-
License: :tldrl:`TL;DR <mpl-2.0>` | :osi:`Full Text <MPL-2.0>`
106-
107-
- :github:`lru </hashicorp/golang-lru>`
108-
- :github:`multierror </hashicorp/go-multierror>`
109-
- :github:`errwrap </hashicorp/errwrap>`
140+
License: :tldrl:`TL;DR <mpl-2.0>` | :osil:`Full Text <MPL-2.0>`
141+
142+
- :gopkg:`github.com/hashicorp/errwrap </github.com/hashicorp/errwrap>`
143+
- :gopkg:`github.com/hashicorp/go-cleanhttp </github.com/hashicorp/go-cleanhttp>`
144+
- :gopkg:`github.com/hashicorp/go-immutable-radix </github.com/hashicorp/go-immutable-radix>`
145+
- :gopkg:`github.com/hashicorp/go-multierror </github.com/hashicorp/go-multierror>`
146+
- :gopkg:`github.com/hashicorp/go-plugin </github.com/hashicorp/go-plugin>`
147+
- :gopkg:`github.com/hashicorp/go-retryablehttp <github.com/hashicorp/go-retryablehttp>`
148+
- :gopkg:`github.com/hashicorp/go-rootcerts </github.com/hashicorp/go-rootcerts>`
149+
- :gopkg:`github.com/hashicorp/go-secure-stdlib/mlock </github.com/hashicorp/go-secure-stdlib/mlock>`
150+
- :gopkg:`github.com/hashicorp/go-secure-stdlib/parseutil </github.com/hashicorp/go-secure-stdlib/parseutil>`
151+
- :gopkg:`github.com/hashicorp/go-secure-stdlib/strutil </github.com/hashicorp/go-secure-stdlib/strutil>`
152+
- :gopkg:`github.com/hashicorp/go-sockaddr </github.com/hashicorp/go-sockaddr>`
153+
- :gopkg:`github.com/hashicorp/go-uuid </github.com/hashicorp/go-uuid>`
154+
- :gopkg:`github.com/hashicorp/go-version </github.com/hashicorp/go-version>`
155+
- :gopkg:`github.com/hashicorp/golang-lru </github.com/hashicorp/golang-lru>`
156+
- :gopkg:`github.com/hashicorp/hcl </github.com/hashicorp/hcl>`
157+
- :gopkg:`github.com/hashicorp/vault/api </github.com/hashicorp/vault/api>`
158+
- :gopkg:`github.com/hashicorp/vault/sdk </github.com/hashicorp/vault/sdk>`
159+
- :gopkg:`github.com/hashicorp/yamux </github.com/hashicorp/yamux>`
110160

111161

0 commit comments

Comments
 (0)