Issues #539 update the dependency list and add the corresponding license (#542)

* update the dependency list and add the corresponding license

* Update dependent licenses
diff --git a/go.mod b/go.mod
index 6fcb88b..e0e9c08 100644
--- a/go.mod
+++ b/go.mod
@@ -16,13 +16,14 @@
 )
 
 require (
+	github.com/BurntSushi/toml v0.3.1 // indirect
 	github.com/NYTimes/gziphandler v1.0.2-0.20180820182813-253f1acb9d9f
 	github.com/Shopify/sarama v1.18.0 // indirect
+	github.com/Shopify/toxiproxy v2.1.4+incompatible // indirect
 	github.com/apache/thrift v0.0.0-20180125231006-3d556248a8b9 // indirect
 	github.com/astaxie/beego v1.8.0
 	github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
 	github.com/cheggaaa/pb v1.0.25
-	github.com/cockroachdb/cmux v0.0.0-20170110192607-30d10be49292 // indirect
 	github.com/coreos/bbolt v1.3.1-coreos.6 // indirect
 	github.com/coreos/etcd v3.3.6+incompatible
 	github.com/coreos/go-semver v0.2.0 // indirect
@@ -32,19 +33,20 @@
 	github.com/eapache/go-resiliency v1.1.0 // indirect
 	github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect
 	github.com/eapache/queue v1.1.0 // indirect
+	github.com/fatih/color v1.7.0 // indirect
+	github.com/fsnotify/fsnotify v1.4.7 // indirect
 	github.com/ghodss/yaml v1.0.0 // indirect
 	github.com/go-chassis/paas-lager v0.0.0-20180727081842-50655443dc96
 	github.com/go-logfmt/logfmt v0.3.0 // indirect
-	github.com/go-mesh/openlogging v0.0.0-20180905092207-9cc15d7752d3 // indirect
 	github.com/gogo/protobuf v1.1.1 // indirect
 	github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
+	github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
 	github.com/golang/protobuf v1.0.0
 	github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
 	github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c // indirect
 	github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect
 	github.com/googleapis/gnostic v0.2.0 // indirect
 	github.com/gorilla/websocket v1.2.0
-	github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect
 	github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
 	github.com/grpc-ecosystem/grpc-gateway v1.3.0 // indirect
 	github.com/hashicorp/golang-lru v0.5.0 // indirect
@@ -55,6 +57,7 @@
 	github.com/jonboulle/clockwork v0.1.0 // indirect
 	github.com/json-iterator/go v1.1.5 // indirect
 	github.com/karlseguin/ccache v2.0.3-0.20170217060820-3ba9789cfd2c+incompatible
+	github.com/karlseguin/expect v1.0.1 // indirect
 	github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 // indirect
 	github.com/labstack/echo v3.2.2-0.20180316170059-a5d81b8d4a62+incompatible
 	github.com/labstack/gommon v0.2.1 // indirect
@@ -72,6 +75,7 @@
 	github.com/opentracing/opentracing-go v1.0.2
 	github.com/openzipkin/zipkin-go-opentracing v0.3.3-0.20180123190626-6bb822a7f15f
 	github.com/pierrec/lz4 v2.0.5+incompatible // indirect
+	github.com/pkg/errors v0.8.1 // indirect
 	github.com/prometheus/client_golang v0.8.1-0.20170628125436-ab4214782d02
 	github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612
 	github.com/prometheus/common v0.0.0-20180801064454-c7de2306084e // indirect
@@ -88,17 +92,22 @@
 	github.com/valyala/bytebufferpool v1.0.0 // indirect
 	github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4 // indirect
 	github.com/widuu/gojson v0.0.0-20170212122013-7da9d2cd949b
+	github.com/wsxiaoys/terminal v0.0.0-20160513160801-0940f3fc43a0 // indirect
 	github.com/xiang90/probing v0.0.0-20160813154853-07dd2e8dfe18 // indirect
 	go.uber.org/atomic v1.3.2 // indirect
 	go.uber.org/multierr v1.1.0 // indirect
 	go.uber.org/zap v1.9.0
 	golang.org/x/net v0.0.0-20180824152047-4bcd98cce591
+	golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 // indirect
 	golang.org/x/text v0.0.0-20170627122817-6353ef0f9243 // indirect
 	golang.org/x/time v0.0.0-20170424234030-8be79e1e0910 // indirect
 	google.golang.org/genproto v0.0.0-20170531203552-aa2eb687b4d3 // indirect
 	google.golang.org/grpc v1.7.5
+	gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
 	gopkg.in/fsnotify.v1 v1.4.7 // indirect
 	gopkg.in/inf.v0 v0.9.1 // indirect
+	gopkg.in/karlseguin/expect.v1 v1.0.1 // indirect
+	gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
 	gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
 	gopkg.in/yaml.v2 v2.2.1 // indirect
 	k8s.io/api v0.0.0-20180601181742-8b7507fac302
diff --git a/scripts/release/LICENSE b/scripts/release/LICENSE
index abdb96a..0e9dd49 100644
--- a/scripts/release/LICENSE
+++ b/scripts/release/LICENSE
@@ -216,58 +216,54 @@
 github.com/apache/thrift/lib/go/thrift (3d556248a8b97310da49939195330691dfe9d9ad)
 github.com/astaxie/beego (323a1c4214101331a4b71922c23d19b7409ac71f)
 github.com/cockroachdb/cmux (30d10be492927e2dcae0089c374c455d42414fcb)
-github.com/coreos/etcd (0f4a535c2fb7a2920e13e2e19b9eaf6b2e9285e5)
-github.com/coreos/go-semver/semver (1817cd4bea52af76542157eeabd74b057d1a199e)
-github.com/coreos/go-systemd/journal (24036eb3df68550d24a2736c5d013f4e83366866)
-github.com/coreos/pkg/capnslog (8dbaa491b063ed47e2474b5363de0c0db91cf9f2)
-github.com/google/btree (316fb6d3f031ae8f4d457c6c5186b9e3ded70435)
-github.com/grpc-ecosystem/go-grpc-prometheus (6b7015e65d366bf3f19b2b2a000a831940f0f7e0)
-github.com/jonboulle/clockwork (bcac9884e7502bb2b474c0339d889cb981a2f27f)
+github.com/coreos/etcd (932c3c01f9d67471d67ff82c38acca196847f039)
+github.com/coreos/go-semver/semver (8ab6407b697782a06568d4b7f1db25550ec2e4c6)
+github.com/coreos/go-systemd/journal (eee3db372b31153ca0b90702e165948699803fd0)
+github.com/coreos/pkg/capnslog (97fdf19511ea361ae1c100dd393cc47f8dcfa1e1)
+github.com/google/btree (4030bb1f1f0c35b30ca7009e9ebd06849dd45306)
+github.com/grpc-ecosystem/go-grpc-prometheus (c225b8c3b01faf2899099b768856a9e916e5087b)
+github.com/jonboulle/clockwork (2eee05ed794112d45db504eb05aa693efd2b8b09)
 github.com/matttproud/golang_protobuf_extensions/pbutil (c12348ce28de40eed0136aa2b644d0ee0650e56c)
 github.com/opentracing-contrib/go-observer (a52f2342449246d5bcc273e65cbdcfa5f7d6c63c)
 github.com/opentracing/opentracing-go (1949ddbfd147afd4d964a9f00b24eb291e0e7c38)
 github.com/prometheus/client_golang/prometheus (ab4214782d022e867e3195b4c9ddb1ca45413382)
 github.com/prometheus/client_model/go (6f3806018612930941127f2a7c6c453ba2c527d2)
-github.com/prometheus/common (0866df4b85a18d652b6965be022d007cdf076822)
-github.com/prometheus/procfs/xfs (822d4a1f8edcbcbc71e8d1fd6527b12331a6d0ad)
+github.com/prometheus/common (c7de2306084e37d54b8be01f3541a8464345e9a5)
+github.com/prometheus/procfs/xfs (05ee40e3a273f7245e8777337fc7b46e533a9a92)
 github.com/go-chassis/paas-lager (50655443dc96e3d633667ca6310251ba2a3fe5c9)
 github.com/bradfitz/gomemcache (1952afaa557dc08e8e0d89eafab110fb501c1a2b)
 github.com/casbin/casbin (91e4fb9209910a1de86b67adc0fce5c35f17369f)
 github.com/garyburd/redigo (57f1cd7de6175c96b423e7ac2534ff2b39e2ef79)
-github.com/google/btree (316fb6d3f031ae8f4d457c6c5186b9e3ded70435)
 github.com/spf13/cobra (4d647c8944eb42504a714e57e97f244ed6344722)
 google.golang.org/genproto/googleapis/rpc/status (aa2eb687b4d3e17154372564ad8d6bf11c3cf21f)
-google.golang.org/grpc (3c33c26290b747350f8650c7d38bcc51b42dc785)
-gopkg.in/yaml.v2 (d670f9405373e636a5a2765eea47fac0c9bc91a4)
+google.golang.org/grpc (5b3c4e850e90a4cf6a20ebd46c8b32a0a3afcb9e)
+gopkg.in/yaml.v2 (5420a8b6744d3b0345ab293f6fcba19c978f1183)
 k8s.io/client-go (release-7.0)
 k8s.io/api (kubernetes-1.10.4)
 k8s.io/apimachinery (kubernetes-1.10.4)
-github.com/googleapis/gnostic (v0.1.0)
+github.com/googleapis/gnostic (v0.2.0)
 github.com/google/gofuzz (24818f796faf91cd76ec7bddd72458fbced7a6c1)
 gopkg.in/inf.v0 (v0.9.1)
-github.com/modern-go/concurrent (1.0.3)
-github.com/modern-go/reflect2 (1.0.0)
+github.com/modern-go/concurrent (bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94)
+github.com/modern-go/reflect2 (1.0.1)
 github.com/NYTimes/gziphandler (253f1acb9d9f896d86c313a3dc994c0b114f0e12)
+github.com/inconshreveable/mousetrap (v1.0.0)
+github.com/soheilhy/cmux (v0.1.4)
+github.com/golang/glog (23def4e6c14b4da8ac2ed8007337bc5eb5007998)
+github.com/golang/groupcache (5b532d6fd5efaf7fa130d4e859a2fde0fc3a9e1b)
 
 ================================================================
-For beorn7/perks (4c0e84591b9aa9e6dcfdf3e020114cd81f89d5f9)
+For beorn7/perks (3a771d992973f24aa725d07868b467d1ddfceafb)
 ================================================================
 This product bundles perks which is licensed under the MIT License.
 For details, see https://github.com/beorn7/perks
 You can find a copy of the License at licenses/LICENSE-beorn7-perks
 
 ================================================================
-For boltdb/bolt (e9cf4fae01b5a8ff89d0ec6b32f0d9c9f79aefdd)
-================================================================
-This product bundles boltdb/bolt which is licensed under the MIT License.
-For details, see https://github.com/boltdb/bolt
-You can find a copy of the License at licenses/LICENSE-boltdb-bolt
-
-================================================================
 For satori/go.uuid (879c5887cd475cd7864858769793b2ceb0d44feb)
 ================================================================
 This product bundles satori/go.uuid which is licensed under the MIT License.
-For details, see https://github.com/satori/go.uuid 
+For details, see https://github.com/satori/go.uuid
 You can find a copy of the License at licenses/LICENSE-satori-go.uuid
 
 ================================================================
@@ -285,7 +281,7 @@
 You can find a copy of the License at licenses/LICENSE-ghodss-yaml
 
 ================================================================
-For gogo/protobuf/ (baaac160ed234ed06b347cf51202683a0068efe4)
+For gogo/protobuf/ (636bf0302bc95575d69441b25a2603156ffdddf1)
 ================================================================
 This product bundles gogo/protobuf which is licensed under
 the 3-Clause BSD License.
@@ -293,7 +289,7 @@
 You can find a copy of the License at licenses/LICENSE-gogo-protobuf
 
 ================================================================
-For golang/protobuf (7b8002443fd4a3ce5f25ef93087c524546799a56)
+For golang/protobuf (925541529c1fa6821df4e44ce2723319eb2be768)
 ================================================================
 This product bundles protobuf which is licensed under the 3-Clause BSD
 License.
@@ -309,7 +305,7 @@
 You can find a copy of the License at licenses/LICENSE-gorilla-websocket
 
 ================================================================
-For grpc-ecosystem/grpc-gateway (84398b94e188ee336f307779b57b3aa91af7063c)
+For grpc-ecosystem/grpc-gateway (8cc3a55af3bcf171a1c23a90c4df9cf591706104)
 ================================================================
 This product bundles grpc-gateway which is licensed under the 3-Clause BSD
 License.
@@ -317,7 +313,7 @@
 You can find a copy of the License at licenses/LICENSE-grpc-gateway
 
 ================================================================
-For ugorji/go (8dd4211afb5d08dbb39a533b9bb9e4b486351df6)
+For ugorji/go (b4c50a2b199d93b13dc15e78929cfb23bfdf21ab)
 ================================================================
 This product bundles ugorji/go which is licensed under the MIT License.
 For details, see https://github.com/ugorji/go
@@ -354,14 +350,14 @@
 You can find a copy of the License at licenses/LICENSE-echo
 
 ================================================================
-For labstack/gommon (3bc2d333a4c30531c47051369043bcabd62ff4c0)
+For labstack/gommon (1121fd3e243c202482226a7afe4dcd07ffc4139a)
 ================================================================
 This product bundles labstack/gommon which is licensed under the MIT License.
 For details, see https://github.com/labstack/gommon
 You can find a copy of the License at licenses/LICENSE-gommon
 
 ================================================================
-For mattn/go-colorable (efa589957cd060542a26d2dd7832fd6a6c6c3ade)
+For mattn/go-colorable (167de6bfdfba052fa6b2d3664c8f5272e23c9072)
 ================================================================
 This product bundles mattn/go-colorable which is licensed under the MIT License.
 For details, see https://github.com/mattn/go-colorable
@@ -382,15 +378,7 @@
 You can find a copy of the License at licenses/LICENSE-fasttemplate
 
 ================================================================
-For davecgh/go-spew (6cf5744a041a0022271cefed95ba843f6d87fd51)
-================================================================
-This product bundles the go-spew library which is licensed under
-the ISC License.
-For details, see https://github.com/davecgh/go-spew
-You can find a copy of the License at licenses/LICENSE-go-spew
-
-================================================================
-For eapache/queue (ded5959c0d4e360646dc9e9908cff48666781367)
+For eapache/queue (44cc805cf13205b55f69e14bcb69867d1ae92f98)
 ================================================================
 This product bundles the eapache/queue library which is licensed under
 the MIT License.
@@ -398,7 +386,7 @@
 You can find a copy of the License at licenses/LICENSE-eapache-queue
 
 ================================================================
-For eapache/go-xerial-snappy (bb955e01b9346ac19dc29eb16586c90ded99a98c)
+For eapache/go-xerial-snappy (776d5712da21bc4762676d614db1d8a64f4238b0)
 ================================================================
 This product bundles the eapache/go-xerial-snappy library which is
 licensed under the MIT License.
@@ -406,7 +394,7 @@
 You can find a copy of the License at licenses/LICENSE-go-xerial-snappy
 
 ================================================================
-For eapache/go-resiliency (6800482f2c813e689c88b7ed3282262385011890)
+For eapache/go-resiliency (ea41b0fad31007accc7f806884dcdf3da98b79ce)
 ================================================================
 This product bundles the eapache/go-resiliency library which is
 licensed under the MIT License.
@@ -422,14 +410,6 @@
 You can find a copy of the License at licenses/LICENSE-go-logfmt
 
 ================================================================
-For klauspost/crc32 (cb6bfca970f6908083f26f39a79009d608efd5cd)
-================================================================
-This product bundles the klauspost/crc32 library which is
-licensed under the 3-Clause BSD License.
-For details, see https://github.com/
-You can find a copy of the License at licenses/LICENSE-klauspost-crc32
-
-================================================================
 For openzipkin/zipkin-go-opentracing (6bb822a7f15fdc5800b9822a6ac1bfa0b7d9195d)
 ================================================================
 This product bundles the openzipkin/zipkin-go-opentracing library which is
@@ -445,81 +425,8 @@
 For details, see https://github.com/karlseguin/ccache
 You can find a copy of the License at licenses/LICENSE-ccache
 
-For beego/x2j (a0352aadc5420072ebe692481a5d6913d77f8cf0)
 ================================================================
-This product bundles the beego/x2j library which is
-licensed under the 3-Clause BSD License.
-For details, see https://github.com/beego/x2j
-You can find a copy of the License at licenses/LICENSE-x2j
-
-================================================================
-For belogik/goes (e54d722c3aff588e4c737fe11c07359019240824)
-================================================================
-This product bundles the belogik/goes library which is
-licensed under the 3-Clause BSD License.
-For details, see https://github.com/belogik/goes
-You can find a copy of the License at licenses/LICENSE-goes
-
-================================================================
-For bgentry/speakeasy (4aabc24848ce5fd31929f7d1e4ea74d3709c14cd)
-================================================================
-This product bundles the speakeasy library which is
-licensed under the MIT License for Unix portions and Apache 
-License v2 for windows.
-For details, see https://github.com/bgentry/speakeasy
-You can find a copy of the License at licenses/LICENSE-speakeasy
-and licenses/LICENSE-speakeasy-windows
-
-================================================================
-For cloudflare/golz4 (ef862a3cdc58a6f1fee4e3af3d44fbe279194cde)
-================================================================
-This product bundles the golz4 library which is
-licensed under the 3-Clause BSD License.
-For details, see https://github.com/cloudflare/golz4
-You can find a copy of the License at licenses/LICENSE-golz4
-
-================================================================
-For couchbase/go-couchbase (8f4d4dae4027367687241fb6a3d11c59e76d867e)
-================================================================
-This product bundles the go-couchbase library which is
-licensed under the MIT License.
-For details, see https://github.com/couchbase/go-couchbase
-You can find a copy of the License at licenses/LICENSE-couchbase
-
-================================================================
-For couchbase/gomemcached (4ddb35b8aa8add8e7f6b58199f0bdaed5710e34b)
-================================================================
-This product bundles the gomemcached library which is
-licensed under the MIT License.
-For details, see https://github.com/couchbase/gomemcached
-You can find a copy of the License at licenses/LICENSE-gomemcached
-
-================================================================
-For cupcake/rdb (43ba34106c765f2111c0dc7b74cdf8ee437411e0)
-================================================================
-This product bundles the rdb library which is
-licensed under the MIT License.
-For details, see https://github.com/cupcake/rdb
-You can find a copy of the License at licenses/LICENSE-rdb
-
-================================================================
-For dustin/go-humanize (259d2a102b871d17f30e3cd9881a642961a1e486)
-================================================================
-This product bundles the go-humanize library which is
-licensed under the MIT License.
-For details, see https://github.com/dustin/go-humanize
-You can find a copy of the License at licenses/LICENSE-go-humanize
-
-================================================================
-For edsrzf/mmap-go (0bce6a6887123b67a60366d2c9fe2dfb74289d2e)
-================================================================
-This product bundles the mmap-go library which is
-licensed under the 3-Clause BSD License.
-For details, see https://github.com/edsrzf/mmap-go
-You can find a copy of the License at licenses/LICENSE-mmap-go
-
-================================================================
-For golang/snappy (553a641470496b2327abcac10b36396bd98e45c9)
+For golang/snappy (2e65f85255dbc3072edf28d6b5b8efc472979f5a)
 ================================================================
 This product bundles the snappy library which is
 licensed under the 3-Clause BSD License.
@@ -527,14 +434,6 @@
 You can find a copy of the License at licenses/LICENSE-snappy
 
 ================================================================
-For Knetic/govaluate (91facc4ae520fef82c9aee6b6ae720d9ae789131)
-================================================================
-This product bundles the govaluate library which is
-licensed under the MIT License.
-For details, see https://github.com/Knetic/govalute
-You can find a copy of the License at licenses/LICENSE-govaluate
-
-================================================================
 For kr/logfmt (b84e30acd515aadc4b783ad4ff83aff3299bdfe0)
 ================================================================
 This product bundles the kr/logfmt library which is
@@ -543,23 +442,7 @@
 You can find a copy of the License at licenses/LICENSE-kr-logfmt
 
 ================================================================
-For kr/pty (2c10821df3c3cf905230d078702dfbe9404c9b23)
-================================================================
-This product bundles the kr/pty library which is
-licensed under the MIT License.
-For details, see https://github.com/kr/pty
-You can find a copy of the License at licenses/LICENSE-kr-pty
-
-================================================================
-For lib/pq (8837942c3e09574accbc5f150e2c5e057189cace)
-================================================================
-This product bundles the lib/pq library which is
-licensed under the MIT License.
-For details, see https://github.com/lib/pq
-You can find a copy of the License at licenses/LICENSE-lib-pq
-
-================================================================
-For mattn/go-runewidth (97311d9f7767e3d6f422ea06661bc2c7a19e8a5d)
+For mattn/go-runewidth (ce7b0b5c7b45a81508558cd1dba6bb1e4ddb51bb)
 ================================================================
 This product bundles the go-runewidth library which is
 licensed under the MIT License.
@@ -567,7 +450,7 @@
 You can find a copy of the License at licenses/LICENSE-go-runewidth
 
 ================================================================
-For onsi/ginkgo (a1f616c97771e46da1722d3aa9dcde0a43f55682)
+For onsi/ginkgo (3774a09d95489ccaa16032e0770d08ea77ba6184)
 ================================================================
 This product bundles the ginkgo library which is
 licensed under the MIT License.
@@ -575,7 +458,7 @@
 You can find a copy of the License at licenses/LICENSE-ginkgo
 
 ================================================================
-For onsi/gomega (00acfa9d92a386415bd235ab069c52063f925998)
+For onsi/gomega (b6ea1ea48f981d0f615a154a45eabb9dd466556d)
 ================================================================
 This product bundles the gomega library which is
 licensed under the MIT License.
@@ -583,15 +466,7 @@
 You can find a copy of the License at licenses/LICENSE-gomega
 
 ================================================================
-For pelletier/go-toml (69d355db5304c0f7f809a2edc054553e7142f016)
-================================================================
-This product bundles the go-toml library which is
-licensed under the MIT License.
-For details, see https://github.com/pelletier/go-toml
-You can find a copy of the License at licenses/LICENSE-go-toml
-
-================================================================
-For Shopify/sarama (9bb4a68d57ff6f623363aa172f0a8297aa289ba7)
+For Shopify/sarama (a6144ae922fd99dd0ea5046c8137acfb7fab0914)
 ================================================================
 This product bundles the sarama library which is
 licensed under the MIT License.
@@ -599,30 +474,6 @@
 You can find a copy of the License at licenses/LICENSE-sarama
 
 ================================================================
-For siddontang/go (cb568a3e5cc06256f91a2da5a87455f717eb33f4)
-================================================================
-This product bundles the siddongtang library which is
-licensed under the MIT License.
-For details, see https://github.com/siddontang
-You can find a copy of the License at licenses/LICENSE-siddontang-go
-
-================================================================
-For siddontang/ledisdb (0cb8e1a348b4877bff4648d59a75b793a0664b41)
-================================================================
-This product bundles the ledisdb library which is
-licensed under the MIT License.
-For details, see https://github.com/siddontang/ledisdb
-You can find a copy of the License at licenses/LICENSE-ledisdb
-
-================================================================
-For siddontang/rdb (fc89ed2e418d27e3ea76e708e54276d2b44ae9cf)
-================================================================
-This product bundles the siddontang/rdb library which is
-licensed under the MIT License.
-For details, see https://github.com/siddontang/rdb
-You can find a copy of the License at licenses/LICENSE-siddontang-rdb
-
-================================================================
 For spf13/pflag (e57e3eeb33f795204c1ca35f56c44f83227c6e66)
 ================================================================
 This product bundles the spf13/pflag library which is
@@ -631,22 +482,6 @@
 You can find a copy of the License at licenses/LICENSE-pflag
 
 ================================================================
-For syndtr/goleveldb (8c81ea47d4c41a385645e133e15510fc6a2a74b4)
-================================================================
-This product bundles the goleveldb library which is
-licensed under the 2-Clause BSD License.
-For details, see https://github.com/syndtr/goleveldb
-You can find a copy of the License at licenses/LICENSE-goleveldb
-
-================================================================
-For urfave/cli (b892ba3809cd07fcf2b064e166b0c2e16e0147bd)
-================================================================
-This product bundles the urfave/cli library which is
-licensed under the MIT License.
-For details, see https://github.com/urfave/cli
-You can find a copy of the License at licenses/LICENSE-urfave/cli
-
-================================================================
 For widuu/gojson (7da9d2cd949b3f1b4e3039dd985773df8cf68a99)
 ================================================================
 This product bundles the widuu/gojson library which is
@@ -905,7 +740,7 @@
 You can find a copy of the License at licenses/LICENSE-howeyc-gopass
 
 ================================================================
-For imdario/mergo (6633656539c1639d9d78127b7d47c622b5d7b6dc)
+For imdario/mergo (9f23e2d6bd2a77f959b2bf6acdbefd708a83a4a4)
 ================================================================
 This product bundles imdario/mergo which is licensed under the 3-Clause BSD
 License.
@@ -913,7 +748,7 @@
 You can find a copy of the License at licenses/LICENSE-imdario-mergo
 
 ================================================================
-For hashicorp/golang-lru (0fb14efe8c47ae851c0034ed7a448854d3d34cf3)
+For hashicorp/golang-lru (20f1fb78b0740ba8c3cb143a61e86ba5c8669768)
 ================================================================
 This product bundles the hashicorp/golang-lru library which is licensed under
 the MPL 2.0 License.
@@ -921,14 +756,14 @@
 You can find a copy of the License at licenses/LICENSE-hashicorp-golang-lru
 
 ================================================================
-For json-iterator/go (1.1.3)
+For json-iterator/go (1.1.5)
 ================================================================
 This product bundles the json-iterator/go library which is licensed under the MIT License.
 For details, see https://github.com/json-iterator/go
 You can find a copy of the License at licenses/LICENSE-json-iterator-go
 
 ================================================================
-For valyala/bytebufferpool (master)
+For valyala/bytebufferpool (v1.0.0)
 ================================================================
 This product bundles valyala/bytebufferpool which is licensed under the MIT License.
 For details, see https://github.com/valyala/bytebufferpool
@@ -941,3 +776,103 @@
 License.
 For details, see https://github.com/cheggaaa/pb
 You can find a copy of the License at licenses/LICENSE-cheggaaa-pb
+
+================================================================
+For coreos/bbolt (v1.3.1-coreos.6)
+================================================================
+This product bundles coreos/bbolt which is licensed under the MIT License.
+For details, see https://github.com/coreos/bbolt
+You can find a copy of the License at licenses/LICENSE-coreos-bbolt
+
+================================================================
+For hpcloud/tail (v1.0.0)
+================================================================
+This product bundles hpcloud/tail which is licensed under the MIT License.
+For details, see https://github.com/hpcloud/tail
+You can find a copy of the License at licenses/LICENSE-hpcloud-tail
+
+================================================================
+For pierrec/lz4 (v2.0.5)
+================================================================
+This product bundles the pierrec/lz4 library which is
+licensed under the 3-Clause BSD License.
+For details, see https://github.com/pierrec/lz4
+You can find a copy of the License at licenses/LICENSE-pierrec-lz4
+
+================================================================
+For rcrowley/go-metrics (e2704e165165ec55d062f5919b4b29494e9fa790)
+================================================================
+For details, see https://github.com/rcrowley/go-metrics
+You can find a copy of the License at licenses/LICENSE-rcrowley-go-metrics
+
+================================================================
+For sirupsen/logrus (v1.3.0)
+================================================================
+This product bundles sirupsen/logrus which is licensed under the MIT License.
+For details, see https://github.com/sirupsen/logrus
+You can find a copy of the License at licenses/LICENSE-sirupsen-logrus
+
+================================================================
+For tmc/grpc-websocket-proxy (0ad062ec5ee553a48f6dbd280b7a1b5638e8a113)
+================================================================
+This product bundles tmc/grpc-websocket-proxy which is licensed under the MIT License.
+For details, see https://github.com/tmc/grpc-websocket-proxy
+You can find a copy of the License at licenses/LICENSE-tmc-grpc-websocket-proxy
+
+================================================================
+For fsnotify/fsnotify (v1.4.7)
+================================================================
+This product bundles fsnotify/fsnotify which is licensed under the 3-Clause BSD
+License.
+For details, see https://github.com/fsnotify/fsnotify
+You can find a copy of the License at licenses/LICENSE-fsnotify-fsnotify
+
+================================================================
+For go-tomb/tomb (dd632973f1e7218eb1089048e0798ec9ae7dceb8)
+================================================================
+For details, see https://github.com/go-tomb/tomb
+You can find a copy of the License at licenses/LICENSE-go-tomb-tomb
+
+================================================================
+For BurntSushi/toml (v0.3.1)
+================================================================
+This product bundles BurntSushi/toml which is licensed under the MIT License.
+For details, see https://github.com/BurntSushi/toml
+You can find a copy of the License at licenses/COPYING-BurntSushi-toml
+
+================================================================
+For Shopify/toxiproxy (v2.1.4)
+================================================================
+This product bundles Shopify/toxiproxy which is licensed under the MIT License.
+For details, see https://github.com/Shopify/toxiproxy
+You can find a copy of the License at licenses/LICENSE-Shopify-toxiproxy
+
+================================================================
+For fatih/color (v2.1.4)
+================================================================
+This product bundles fatih/color which is licensed under the MIT License.
+For details, see https://github.com/fatih/color
+You can find a copy of the License at licenses/LICENSE-fatih-color
+
+================================================================
+For karlseguin/expect (v1.0.1)
+================================================================
+This product bundles karlseguin/expect which is licensed under the MIT License.
+For details, see https://github.com/karlseguin/expect
+You can find a copy of the License at licenses/LICENSE-karlseguin-expect
+
+================================================================
+For pkg/errors (v1.4.7)
+================================================================
+This product bundles pkg/errors which is licensed under the 2-Clause BSD
+License.
+For details, see https://github.com/pkg/errors
+You can find a copy of the License at licenses/LICENSE-pkg-errors
+
+================================================================
+For wsxiaoys/terminal (0940f3fc43a0ed42d04916b1c04578462c650b09)
+================================================================
+This product bundles wsxiaoys/terminal which is licensed under the 3-Clause BSD
+License.
+For details, see https://github.com/wsxiaoys/terminal
+You can find a copy of the License at licenses/LICENSE-wsxiaoys-terminal
\ No newline at end of file
diff --git a/scripts/release/licenses/LICENSE-gomemcached b/scripts/release/licenses/COPYING-BurntSushi-toml
similarity index 94%
copy from scripts/release/licenses/LICENSE-gomemcached
copy to scripts/release/licenses/COPYING-BurntSushi-toml
index b01ef80..01b5743 100644
--- a/scripts/release/licenses/LICENSE-gomemcached
+++ b/scripts/release/licenses/COPYING-BurntSushi-toml
@@ -1,4 +1,6 @@
-Copyright (c) 2013 Dustin Sallings
+The MIT License (MIT)
+
+Copyright (c) 2013 TOML authors
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/scripts/release/licenses/LICENSE-siddontang-rdb b/scripts/release/licenses/LICENSE-Shopify-toxiproxy
similarity index 96%
rename from scripts/release/licenses/LICENSE-siddontang-rdb
rename to scripts/release/licenses/LICENSE-Shopify-toxiproxy
index 62e39ac..04d0a14 100644
--- a/scripts/release/licenses/LICENSE-siddontang-rdb
+++ b/scripts/release/licenses/LICENSE-Shopify-toxiproxy
@@ -1,6 +1,6 @@
 The MIT License (MIT)
 
-Copyright (c) 2015 siddontang
+Copyright (c) 2014 Shopify
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
@@ -19,3 +19,4 @@
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.
+
diff --git a/scripts/release/licenses/LICENSE-couchbase b/scripts/release/licenses/LICENSE-couchbase
deleted file mode 100644
index 0b23ef3..0000000
--- a/scripts/release/licenses/LICENSE-couchbase
+++ /dev/null
@@ -1,19 +0,0 @@
-Copyright (c) 2013  Couchbase, Inc.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
-of the Software, and to permit persons to whom the Software is furnished to do
-so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
diff --git a/scripts/release/licenses/LICENSE-fatih-color b/scripts/release/licenses/LICENSE-fatih-color
new file mode 100644
index 0000000..25fdaf6
--- /dev/null
+++ b/scripts/release/licenses/LICENSE-fatih-color
@@ -0,0 +1,20 @@
+The MIT License (MIT)
+
+Copyright (c) 2013 Fatih Arslan
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
+the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/scripts/release/licenses/LICENSE-klauspost-crc32 b/scripts/release/licenses/LICENSE-fsnotify-fsnotify
similarity index 95%
rename from scripts/release/licenses/LICENSE-klauspost-crc32
rename to scripts/release/licenses/LICENSE-fsnotify-fsnotify
index 4fd5963..f21e540 100644
--- a/scripts/release/licenses/LICENSE-klauspost-crc32
+++ b/scripts/release/licenses/LICENSE-fsnotify-fsnotify
@@ -1,5 +1,5 @@
 Copyright (c) 2012 The Go Authors. All rights reserved.
-Copyright (c) 2015 Klaus Post
+Copyright (c) 2012 fsnotify Authors. All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
diff --git a/scripts/release/licenses/LICENSE-go-spew b/scripts/release/licenses/LICENSE-go-spew
deleted file mode 100644
index bc52e96..0000000
--- a/scripts/release/licenses/LICENSE-go-spew
+++ /dev/null
@@ -1,15 +0,0 @@
-ISC License
-
-Copyright (c) 2012-2016 Dave Collins <dave@davec.name>
-
-Permission to use, copy, modify, and/or distribute this software for any
-purpose with or without fee is hereby granted, provided that the above
-copyright notice and this permission notice appear in all copies.
-
-THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
diff --git a/scripts/release/licenses/LICENSE-go-tomb-tomb b/scripts/release/licenses/LICENSE-go-tomb-tomb
new file mode 100644
index 0000000..a4249bb
--- /dev/null
+++ b/scripts/release/licenses/LICENSE-go-tomb-tomb
@@ -0,0 +1,29 @@
+tomb - support for clean goroutine termination in Go.
+
+Copyright (c) 2010-2011 - Gustavo Niemeyer <gustavo@niemeyer.net>
+
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+    * Redistributions of source code must retain the above copyright notice,
+      this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above copyright notice,
+      this list of conditions and the following disclaimer in the documentation
+      and/or other materials provided with the distribution.
+    * Neither the name of the copyright holder nor the names of its
+      contributors may be used to endorse or promote products derived from
+      this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/scripts/release/licenses/LICENSE-go-toml b/scripts/release/licenses/LICENSE-go-toml
deleted file mode 100644
index 583bdae..0000000
--- a/scripts/release/licenses/LICENSE-go-toml
+++ /dev/null
@@ -1,21 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2013 - 2017 Thomas Pelletier, Eric Anderton
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
diff --git a/scripts/release/licenses/LICENSE-goes b/scripts/release/licenses/LICENSE-goes
deleted file mode 100644
index cc3fe42..0000000
--- a/scripts/release/licenses/LICENSE-goes
+++ /dev/null
@@ -1,27 +0,0 @@
-Copyright (c) 2013 Belogik. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
-   * Redistributions of source code must retain the above copyright
-notice, this list of conditions and the following disclaimer.
-   * Redistributions in binary form must reproduce the above
-copyright notice, this list of conditions and the following disclaimer
-in the documentation and/or other materials provided with the
-distribution.
-   * Neither the name of Belogik nor the names of its
-contributors may be used to endorse or promote products derived from
-this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/scripts/release/licenses/LICENSE-goleveldb b/scripts/release/licenses/LICENSE-goleveldb
deleted file mode 100644
index 4a772d1..0000000
--- a/scripts/release/licenses/LICENSE-goleveldb
+++ /dev/null
@@ -1,24 +0,0 @@
-Copyright 2012 Suryandaru Triandana <syndtr@gmail.com>
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
-    * Redistributions of source code must retain the above copyright
-notice, this list of conditions and the following disclaimer.
-    * Redistributions in binary form must reproduce the above copyright
-notice, this list of conditions and the following disclaimer in the
-documentation and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/scripts/release/licenses/LICENSE-golz4 b/scripts/release/licenses/LICENSE-golz4
deleted file mode 100644
index 1579e81..0000000
--- a/scripts/release/licenses/LICENSE-golz4
+++ /dev/null
@@ -1,27 +0,0 @@
-Copyright (c) 2013 CloudFlare, Inc.
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without modification,
-are permitted provided that the following conditions are met:
-
-* Redistributions of source code must retain the above copyright notice, this
-  list of conditions and the following disclaimer.
-
-* Redistributions in binary form must reproduce the above copyright notice, this
-  list of conditions and the following disclaimer in the documentation and/or
-  other materials provided with the distribution.
-
-* Neither the name of the CloudFlare, Inc. nor the names of its
-  contributors may be used to endorse or promote products derived from
-  this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
-ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
-ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/scripts/release/licenses/LICENSE-govaluate b/scripts/release/licenses/LICENSE-govaluate
deleted file mode 100644
index 0ef0f41..0000000
--- a/scripts/release/licenses/LICENSE-govaluate
+++ /dev/null
@@ -1,21 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2014-2016 George Lester
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
diff --git a/scripts/release/licenses/LICENSE-grpc-gateway b/scripts/release/licenses/LICENSE-grpc-gateway
new file mode 100644
index 0000000..3645162
--- /dev/null
+++ b/scripts/release/licenses/LICENSE-grpc-gateway
@@ -0,0 +1,27 @@
+Copyright (c) 2015, Gengo, Inc.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+    * Redistributions of source code must retain the above copyright notice,
+      this list of conditions and the following disclaimer.
+
+    * Redistributions in binary form must reproduce the above copyright notice,
+      this list of conditions and the following disclaimer in the documentation
+      and/or other materials provided with the distribution.
+
+    * Neither the name of Gengo, Inc. nor the names of its
+      contributors may be used to endorse or promote products derived from this
+      software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/scripts/release/licenses/LICENSE-siddontang-rdb b/scripts/release/licenses/LICENSE-hpcloud-tail
similarity index 89%
copy from scripts/release/licenses/LICENSE-siddontang-rdb
copy to scripts/release/licenses/LICENSE-hpcloud-tail
index 62e39ac..818d802 100644
--- a/scripts/release/licenses/LICENSE-siddontang-rdb
+++ b/scripts/release/licenses/LICENSE-hpcloud-tail
@@ -1,6 +1,7 @@
-The MIT License (MIT)
+# The MIT License (MIT)
 
-Copyright (c) 2015 siddontang
+# © Copyright 2015 Hewlett Packard Enterprise Development LP
+Copyright (c) 2014 ActiveState
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
@@ -8,7 +9,6 @@
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
-
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 
diff --git a/scripts/release/licenses/LICENSE-gomemcached b/scripts/release/licenses/LICENSE-karlseguin-expect
similarity index 96%
rename from scripts/release/licenses/LICENSE-gomemcached
rename to scripts/release/licenses/LICENSE-karlseguin-expect
index b01ef80..f2263d4 100644
--- a/scripts/release/licenses/LICENSE-gomemcached
+++ b/scripts/release/licenses/LICENSE-karlseguin-expect
@@ -1,4 +1,4 @@
-Copyright (c) 2013 Dustin Sallings
+Copyright (c) 2014 Karl Seguin.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/scripts/release/licenses/LICENSE-kr-pty b/scripts/release/licenses/LICENSE-kr-pty
deleted file mode 100644
index 6b7558b..0000000
--- a/scripts/release/licenses/LICENSE-kr-pty
+++ /dev/null
@@ -1,23 +0,0 @@
-Copyright (c) 2011 Keith Rarick
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated
-documentation files (the "Software"), to deal in the
-Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute,
-sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall
-be included in all copies or substantial portions of the
-Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
-KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
-WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
-PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
-OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
-OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/scripts/release/licenses/LICENSE-ledisdb b/scripts/release/licenses/LICENSE-ledisdb
deleted file mode 100644
index 75a8c97..0000000
--- a/scripts/release/licenses/LICENSE-ledisdb
+++ /dev/null
@@ -1,21 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2014 siddontang
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
diff --git a/scripts/release/licenses/LICENSE-lib-pq b/scripts/release/licenses/LICENSE-lib-pq
deleted file mode 100644
index fe527e0..0000000
--- a/scripts/release/licenses/LICENSE-lib-pq
+++ /dev/null
@@ -1,7 +0,0 @@
-Copyright (c) 2011-2013, 'pq' Contributors Portions Copyright (C) 2011 Blake Mizerany
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/scripts/release/licenses/LICENSE-pierrec-lz4 b/scripts/release/licenses/LICENSE-pierrec-lz4
new file mode 100644
index 0000000..bd899d8
--- /dev/null
+++ b/scripts/release/licenses/LICENSE-pierrec-lz4
@@ -0,0 +1,28 @@
+Copyright (c) 2015, Pierre Curto
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+  list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+
+* Neither the name of xxHash nor the names of its
+  contributors may be used to endorse or promote products derived from
+  this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
diff --git a/scripts/release/licenses/LICENSE-pkg-errors b/scripts/release/licenses/LICENSE-pkg-errors
new file mode 100644
index 0000000..835ba3e
--- /dev/null
+++ b/scripts/release/licenses/LICENSE-pkg-errors
@@ -0,0 +1,23 @@
+Copyright (c) 2015, Dave Cheney <dave@cheney.net>
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+  list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/scripts/release/licenses/LICENSE-pkg-erros b/scripts/release/licenses/LICENSE-pkg-erros
new file mode 100644
index 0000000..835ba3e
--- /dev/null
+++ b/scripts/release/licenses/LICENSE-pkg-erros
@@ -0,0 +1,23 @@
+Copyright (c) 2015, Dave Cheney <dave@cheney.net>
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+  list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/scripts/release/licenses/LICENSE-rcrowley-go-metrics b/scripts/release/licenses/LICENSE-rcrowley-go-metrics
new file mode 100644
index 0000000..363fa9e
--- /dev/null
+++ b/scripts/release/licenses/LICENSE-rcrowley-go-metrics
@@ -0,0 +1,29 @@
+Copyright 2012 Richard Crowley. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+    1.  Redistributions of source code must retain the above copyright
+        notice, this list of conditions and the following disclaimer.
+
+    2.  Redistributions in binary form must reproduce the above
+        copyright notice, this list of conditions and the following
+        disclaimer in the documentation and/or other materials provided
+        with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY RICHARD CROWLEY ``AS IS'' AND ANY EXPRESS
+OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL RICHARD CROWLEY OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+THE POSSIBILITY OF SUCH DAMAGE.
+
+The views and conclusions contained in the software and documentation
+are those of the authors and should not be interpreted as representing
+official policies, either expressed or implied, of Richard Crowley.
diff --git a/scripts/release/licenses/LICENSE-rdb b/scripts/release/licenses/LICENSE-rdb
deleted file mode 100644
index 5025790..0000000
--- a/scripts/release/licenses/LICENSE-rdb
+++ /dev/null
@@ -1,21 +0,0 @@
-Copyright (c) 2012 Jonathan Rudenberg
-Copyright (c) 2012 Sripathi Krishnan
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/scripts/release/licenses/LICENSE-klauspost-crc32 b/scripts/release/licenses/LICENSE-wsxiaoys-terminal
similarity index 93%
copy from scripts/release/licenses/LICENSE-klauspost-crc32
copy to scripts/release/licenses/LICENSE-wsxiaoys-terminal
index 4fd5963..24fb020 100644
--- a/scripts/release/licenses/LICENSE-klauspost-crc32
+++ b/scripts/release/licenses/LICENSE-wsxiaoys-terminal
@@ -1,5 +1,4 @@
-Copyright (c) 2012 The Go Authors. All rights reserved.
-Copyright (c) 2015 Klaus Post
+Copyright (c) 2013 Meng Zhang. All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
diff --git a/scripts/release/licenses/LICENSE-x2j b/scripts/release/licenses/LICENSE-x2j
deleted file mode 100644
index 93bacb6..0000000
--- a/scripts/release/licenses/LICENSE-x2j
+++ /dev/null
@@ -1,28 +0,0 @@
-Copyright (c) 2012-2013 Charles Banning <clbanning@gmail.com>.
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
-   * Redistributions of source code must retain the above copyright
-notice, this list of conditions and the following disclaimer.
-   * Redistributions in binary form must reproduce the above
-copyright notice, this list of conditions and the following disclaimer
-in the documentation and/or other materials provided with the
-distribution.
-   * Neither the name of Google Inc. nor the names of its
-contributors may be used to endorse or promote products derived from
-this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.