Skip to content

Commit de7166e

Browse files
ChinXasifdxtreme
authored andcommitted
Issues #539 update the dependency list and add the corresponding license (#542)
* update the dependency list and add the corresponding license * Update dependent licenses
1 parent 2a60d63 commit de7166e

22 files changed

+316
-377
lines changed

go.mod

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ replace (
1616
)
1717

1818
require (
19+
github.com/BurntSushi/toml v0.3.1 // indirect
1920
github.com/NYTimes/gziphandler v1.0.2-0.20180820182813-253f1acb9d9f
2021
github.com/Shopify/sarama v1.18.0 // indirect
22+
github.com/Shopify/toxiproxy v2.1.4+incompatible // indirect
2123
github.com/apache/thrift v0.0.0-20180125231006-3d556248a8b9 // indirect
2224
github.com/astaxie/beego v1.8.0
2325
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
2426
github.com/cheggaaa/pb v1.0.25
25-
github.com/cockroachdb/cmux v0.0.0-20170110192607-30d10be49292 // indirect
2627
github.com/coreos/bbolt v1.3.1-coreos.6 // indirect
2728
github.com/coreos/etcd v3.3.6+incompatible
2829
github.com/coreos/go-semver v0.2.0 // indirect
@@ -32,19 +33,20 @@ require (
3233
github.com/eapache/go-resiliency v1.1.0 // indirect
3334
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect
3435
github.com/eapache/queue v1.1.0 // indirect
36+
github.com/fatih/color v1.7.0 // indirect
37+
github.com/fsnotify/fsnotify v1.4.7 // indirect
3538
github.com/ghodss/yaml v1.0.0 // indirect
3639
github.com/go-chassis/paas-lager v0.0.0-20180727081842-50655443dc96
3740
github.com/go-logfmt/logfmt v0.3.0 // indirect
38-
github.com/go-mesh/openlogging v0.0.0-20180905092207-9cc15d7752d3 // indirect
3941
github.com/gogo/protobuf v1.1.1 // indirect
4042
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
43+
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
4144
github.com/golang/protobuf v1.0.0
4245
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
4346
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c // indirect
4447
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect
4548
github.com/googleapis/gnostic v0.2.0 // indirect
4649
github.com/gorilla/websocket v1.2.0
47-
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect
4850
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
4951
github.com/grpc-ecosystem/grpc-gateway v1.3.0 // indirect
5052
github.com/hashicorp/golang-lru v0.5.0 // indirect
@@ -55,6 +57,7 @@ require (
5557
github.com/jonboulle/clockwork v0.1.0 // indirect
5658
github.com/json-iterator/go v1.1.5 // indirect
5759
github.com/karlseguin/ccache v2.0.3-0.20170217060820-3ba9789cfd2c+incompatible
60+
github.com/karlseguin/expect v1.0.1 // indirect
5861
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 // indirect
5962
github.com/labstack/echo v3.2.2-0.20180316170059-a5d81b8d4a62+incompatible
6063
github.com/labstack/gommon v0.2.1 // indirect
@@ -72,6 +75,7 @@ require (
7275
github.com/opentracing/opentracing-go v1.0.2
7376
github.com/openzipkin/zipkin-go-opentracing v0.3.3-0.20180123190626-6bb822a7f15f
7477
github.com/pierrec/lz4 v2.0.5+incompatible // indirect
78+
github.com/pkg/errors v0.8.1 // indirect
7579
github.com/prometheus/client_golang v0.8.1-0.20170628125436-ab4214782d02
7680
github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612
7781
github.com/prometheus/common v0.0.0-20180801064454-c7de2306084e // indirect
@@ -88,17 +92,22 @@ require (
8892
github.com/valyala/bytebufferpool v1.0.0 // indirect
8993
github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4 // indirect
9094
github.com/widuu/gojson v0.0.0-20170212122013-7da9d2cd949b
95+
github.com/wsxiaoys/terminal v0.0.0-20160513160801-0940f3fc43a0 // indirect
9196
github.com/xiang90/probing v0.0.0-20160813154853-07dd2e8dfe18 // indirect
9297
go.uber.org/atomic v1.3.2 // indirect
9398
go.uber.org/multierr v1.1.0 // indirect
9499
go.uber.org/zap v1.9.0
95100
golang.org/x/net v0.0.0-20180824152047-4bcd98cce591
101+
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 // indirect
96102
golang.org/x/text v0.0.0-20170627122817-6353ef0f9243 // indirect
97103
golang.org/x/time v0.0.0-20170424234030-8be79e1e0910 // indirect
98104
google.golang.org/genproto v0.0.0-20170531203552-aa2eb687b4d3 // indirect
99105
google.golang.org/grpc v1.7.5
106+
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
100107
gopkg.in/fsnotify.v1 v1.4.7 // indirect
101108
gopkg.in/inf.v0 v0.9.1 // indirect
109+
gopkg.in/karlseguin/expect.v1 v1.0.1 // indirect
110+
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
102111
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
103112
gopkg.in/yaml.v2 v2.2.1 // indirect
104113
k8s.io/api v0.0.0-20180601181742-8b7507fac302

scripts/release/LICENSE

Lines changed: 138 additions & 203 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 siddontang
3+
Copyright (c) 2013 TOML authors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -9,13 +9,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
99
copies of the Software, and to permit persons to whom the Software is
1010
furnished to do so, subject to the following conditions:
1111

12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
1414

1515
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1616
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1717
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

scripts/release/licenses/LICENSE-ledisdb renamed to scripts/release/licenses/LICENSE-Shopify-toxiproxy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 siddontang
3+
Copyright (c) 2014 Shopify
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -19,3 +19,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
SOFTWARE.
22+
Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
Copyright (c) 2013 Couchbase, Inc.
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2013 Fatih Arslan
24

35
Permission is hereby granted, free of charge, to any person obtaining a copy of
46
this software and associated documentation files (the "Software"), to deal in
57
the Software without restriction, including without limitation the rights to
6-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
7-
of the Software, and to permit persons to whom the Software is furnished to do
8-
so, subject to the following conditions:
8+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9+
the Software, and to permit persons to whom the Software is furnished to do so,
10+
subject to the following conditions:
911

1012
The above copyright notice and this permission notice shall be included in all
1113
copies or substantial portions of the Software.
1214

1315
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19-
SOFTWARE.
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

scripts/release/licenses/LICENSE-klauspost-crc32 renamed to scripts/release/licenses/LICENSE-fsnotify-fsnotify

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Copyright (c) 2012 The Go Authors. All rights reserved.
2-
Copyright (c) 2015 Klaus Post
2+
Copyright (c) 2012 fsnotify Authors. All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without
55
modification, are permitted provided that the following conditions are

scripts/release/licenses/LICENSE-go-spew

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
tomb - support for clean goroutine termination in Go.
2+
3+
Copyright (c) 2010-2011 - Gustavo Niemeyer <[email protected]>
4+
5+
All rights reserved.
6+
7+
Redistribution and use in source and binary forms, with or without
8+
modification, are permitted provided that the following conditions are met:
9+
10+
* Redistributions of source code must retain the above copyright notice,
11+
this list of conditions and the following disclaimer.
12+
* Redistributions in binary form must reproduce the above copyright notice,
13+
this list of conditions and the following disclaimer in the documentation
14+
and/or other materials provided with the distribution.
15+
* Neither the name of the copyright holder nor the names of its
16+
contributors may be used to endorse or promote products derived from
17+
this software without specific prior written permission.
18+
19+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
23+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
24+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
25+
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
26+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
27+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
28+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
29+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

scripts/release/licenses/LICENSE-go-toml

Lines changed: 0 additions & 21 deletions
This file was deleted.

scripts/release/licenses/LICENSE-goes

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)