diff --git a/.gitignore b/.gitignore index 588872d177c..44bea9e3fac 100644 --- a/.gitignore +++ b/.gitignore @@ -39,6 +39,7 @@ frontend/test/ui/visual-regression/screenshots/screen *.pyc .DS_Store +build .ipynb_checkpoints *.egg-info @@ -61,3 +62,4 @@ _artifacts # Generated Python SDK documentation docs/_build + diff --git a/third_party/argo/license-intermediate-data/dep.txt b/third_party/argo/license-intermediate-data/dep.txt new file mode 100644 index 00000000000..ee036211bfc --- /dev/null +++ b/third_party/argo/license-intermediate-data/dep.txt @@ -0,0 +1,100 @@ +github.com/argoproj/argo +cloud.google.com/go +contrib.go.opencensus.io/exporter/ocagent +github.com/Azure/go-autorest +github.com/Knetic/govaluate +github.com/PuerkitoBio/purell +github.com/PuerkitoBio/urlesc +github.com/argoproj/pkg +github.com/aws/aws-sdk-go +github.com/beorn7/perks +github.com/census-instrumentation/opencensus-proto +github.com/colinmarc/hdfs +github.com/davecgh/go-spew +github.com/dgrijalva/jwt-go +github.com/docker/spdystream +github.com/dustin/go-humanize +github.com/emicklei/go-restful +github.com/emirpasic/gods +github.com/evanphx/json-patch +github.com/go-openapi/jsonpointer +github.com/go-openapi/jsonreference +github.com/go-openapi/spec +github.com/go-openapi/swag +github.com/go-sql-driver/mysql +github.com/gogo/protobuf +github.com/golang/protobuf +github.com/google/gofuzz +github.com/googleapis/gnostic +github.com/gorilla/websocket +github.com/grpc-ecosystem/grpc-gateway +github.com/hashicorp/go-uuid +github.com/hashicorp/golang-lru +github.com/imdario/mergo +github.com/inconshreveable/mousetrap +github.com/jbenet/go-context +github.com/jcmturner/gofork +github.com/jmespath/go-jmespath +github.com/json-iterator/go +github.com/kevinburke/ssh_config +github.com/konsorten/go-windows-terminal-sequences +github.com/lib/pq +github.com/mailru/easyjson +github.com/matttproud/golang_protobuf_extensions +github.com/minio/minio-go +github.com/mitchellh/go-homedir +github.com/mitchellh/go-ps +github.com/modern-go/concurrent +github.com/modern-go/reflect2 +github.com/pkg/errors +github.com/pmezard/go-difflib +github.com/prometheus/client_golang +github.com/prometheus/client_model +github.com/prometheus/common +github.com/prometheus/procfs +github.com/sergi/go-diff +github.com/sirupsen/logrus +github.com/spf13/cobra +github.com/spf13/pflag +github.com/src-d/gcfg +github.com/stretchr/objx +github.com/stretchr/testify +github.com/tidwall/gjson +github.com/tidwall/match +github.com/tidwall/pretty +github.com/valyala/bytebufferpool +github.com/valyala/fasttemplate +github.com/xanzy/ssh-agent +go.opencensus.io +golang.org/x/crypto +golang.org/x/net +golang.org/x/oauth2 +golang.org/x/sync +golang.org/x/sys +golang.org/x/text +golang.org/x/time +golang.org/x/tools +google.golang.org/api +google.golang.org/appengine +google.golang.org/genproto +google.golang.org/grpc +gopkg.in/inf.v0 +gopkg.in/ini.v1 +gopkg.in/jcmturner/aescts.v1 +gopkg.in/jcmturner/dnsutils.v1 +gopkg.in/jcmturner/gokrb5.v5 +gopkg.in/jcmturner/rpc.v0 +gopkg.in/src-d/go-billy.v4 +gopkg.in/src-d/go-git.v4 +gopkg.in/warnings.v0 +gopkg.in/yaml.v2 +k8s.io/api +k8s.io/apimachinery +k8s.io/client-go +k8s.io/code-generator +k8s.io/gengo +k8s.io/klog +k8s.io/kube-openapi +k8s.io/utils +sigs.k8s.io/yaml +upper.io/db.v3 diff --git a/third_party/argo/license-intermediate-data/dep_repo.manual.csv b/third_party/argo/license-intermediate-data/dep_repo.manual.csv new file mode 100644 index 00000000000..9a85656a3e2 --- /dev/null +++ b/third_party/argo/license-intermediate-data/dep_repo.manual.csv @@ -0,0 +1 @@ +upper.io/db.v3,upper/db diff --git a/third_party/argo/license-intermediate-data/license_info.csv b/third_party/argo/license-intermediate-data/license_info.csv new file mode 100644 index 00000000000..36c50421263 --- /dev/null +++ b/third_party/argo/license-intermediate-data/license_info.csv @@ -0,0 +1,99 @@ +argoproj/argo,https://github.com/argoproj/argo/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/argoproj/argo/master/LICENSE +GoogleCloudPlatform/gcloud-golang,https://github.com/googleapis/google-cloud-go/blob/master/LICENSE,Other,https://raw.githubusercontent.com/googleapis/google-cloud-go/master/LICENSE +census-ecosystem/opencensus-go-exporter-ocagent,https://github.com/census-ecosystem/opencensus-go-exporter-ocagent/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/census-ecosystem/opencensus-go-exporter-ocagent/master/LICENSE +Azure/go-autorest,https://github.com/Azure/go-autorest/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/Azure/go-autorest/master/LICENSE +Knetic/govaluate,https://github.com/Knetic/govaluate/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/Knetic/govaluate/master/LICENSE +PuerkitoBio/purell,https://github.com/PuerkitoBio/purell/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/PuerkitoBio/purell/master/LICENSE +PuerkitoBio/urlesc,https://github.com/PuerkitoBio/urlesc/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/PuerkitoBio/urlesc/master/LICENSE +argoproj/pkg,https://github.com/argoproj/pkg/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/argoproj/pkg/master/LICENSE +aws/aws-sdk-go,https://github.com/aws/aws-sdk-go/blob/master/LICENSE.txt,Apache License 2.0,https://raw.githubusercontent.com/aws/aws-sdk-go/master/LICENSE.txt +beorn7/perks,https://github.com/beorn7/perks/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/beorn7/perks/master/LICENSE +census-instrumentation/opencensus-proto,https://github.com/census-instrumentation/opencensus-proto/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/census-instrumentation/opencensus-proto/master/LICENSE +colinmarc/hdfs,https://github.com/colinmarc/hdfs/blob/master/LICENSE.txt,MIT License,https://raw.githubusercontent.com/colinmarc/hdfs/master/LICENSE.txt +davecgh/go-spew,https://github.com/davecgh/go-spew/blob/master/LICENSE,ISC License,https://raw.githubusercontent.com/davecgh/go-spew/master/LICENSE +dgrijalva/jwt-go,https://github.com/dgrijalva/jwt-go/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/dgrijalva/jwt-go/master/LICENSE +docker/spdystream,https://github.com/docker/spdystream/blob/master/LICENSE,Other,https://raw.githubusercontent.com/docker/spdystream/master/LICENSE +dustin/go-humanize,https://github.com/dustin/go-humanize/blob/master/LICENSE,Other,https://raw.githubusercontent.com/dustin/go-humanize/master/LICENSE +emicklei/go-restful,https://github.com/emicklei/go-restful/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/emicklei/go-restful/master/LICENSE +emirpasic/gods,https://github.com/emirpasic/gods/blob/master/LICENSE,Other,https://raw.githubusercontent.com/emirpasic/gods/master/LICENSE +evanphx/json-patch,https://github.com/evanphx/json-patch/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/evanphx/json-patch/master/LICENSE +go-openapi/jsonpointer,https://github.com/go-openapi/jsonpointer/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/go-openapi/jsonpointer/master/LICENSE +go-openapi/jsonreference,https://github.com/go-openapi/jsonreference/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/go-openapi/jsonreference/master/LICENSE +go-openapi/spec,https://github.com/go-openapi/spec/blob/master/LICENSE,Other,https://raw.githubusercontent.com/go-openapi/spec/master/LICENSE +go-openapi/swag,https://github.com/go-openapi/swag/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/go-openapi/swag/master/LICENSE +go-sql-driver/mysql,https://github.com/go-sql-driver/mysql/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/go-sql-driver/mysql/master/LICENSE +gogo/protobuf,https://github.com/gogo/protobuf/blob/master/LICENSE,Other,https://raw.githubusercontent.com/gogo/protobuf/master/LICENSE +golang/protobuf,https://github.com/golang/protobuf/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/golang/protobuf/master/LICENSE +google/gofuzz,https://github.com/google/gofuzz/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/google/gofuzz/master/LICENSE +googleapis/gnostic,https://github.com/googleapis/gnostic/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/googleapis/gnostic/master/LICENSE +gorilla/websocket,https://github.com/gorilla/websocket/blob/master/LICENSE,BSD 2-Clause "Simplified" License,https://raw.githubusercontent.com/gorilla/websocket/master/LICENSE +grpc-ecosystem/grpc-gateway,https://github.com/grpc-ecosystem/grpc-gateway/blob/master/LICENSE.txt,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/grpc-ecosystem/grpc-gateway/master/LICENSE.txt +hashicorp/go-uuid,https://github.com/hashicorp/go-uuid/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/go-uuid/master/LICENSE +hashicorp/golang-lru,https://github.com/hashicorp/golang-lru/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/golang-lru/master/LICENSE +imdario/mergo,https://github.com/imdario/mergo/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/imdario/mergo/master/LICENSE +inconshreveable/mousetrap,https://github.com/inconshreveable/mousetrap/blob/master/LICENSE,Other,https://raw.githubusercontent.com/inconshreveable/mousetrap/master/LICENSE +jbenet/go-context,https://github.com/jbenet/go-context/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/jbenet/go-context/master/LICENSE +jcmturner/gofork,https://github.com/jcmturner/gofork/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/jcmturner/gofork/master/LICENSE +jmespath/go-jmespath,https://github.com/jmespath/go-jmespath/blob/master/LICENSE,Other,https://raw.githubusercontent.com/jmespath/go-jmespath/master/LICENSE +json-iterator/go,https://github.com/json-iterator/go/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/json-iterator/go/master/LICENSE +kevinburke/ssh_config,https://github.com/kevinburke/ssh_config/blob/master/LICENSE,Other,https://raw.githubusercontent.com/kevinburke/ssh_config/master/LICENSE +konsorten/go-windows-terminal-sequences,https://github.com/konsorten/go-windows-terminal-sequences/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/konsorten/go-windows-terminal-sequences/master/LICENSE +lib/pq,https://github.com/lib/pq/blob/master/LICENSE.md,Other,https://raw.githubusercontent.com/lib/pq/master/LICENSE.md +mailru/easyjson,https://github.com/mailru/easyjson/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/mailru/easyjson/master/LICENSE +matttproud/golang_protobuf_extensions,https://github.com/matttproud/golang_protobuf_extensions/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/matttproud/golang_protobuf_extensions/master/LICENSE +minio/minio-go,https://github.com/minio/minio-go/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/minio/minio-go/master/LICENSE +mitchellh/go-homedir,https://github.com/mitchellh/go-homedir/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/mitchellh/go-homedir/master/LICENSE +mitchellh/go-ps,https://github.com/mitchellh/go-ps/blob/master/LICENSE.md,MIT License,https://raw.githubusercontent.com/mitchellh/go-ps/master/LICENSE.md +modern-go/concurrent,https://github.com/modern-go/concurrent/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/modern-go/concurrent/master/LICENSE +modern-go/reflect2,https://github.com/modern-go/reflect2/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/modern-go/reflect2/master/LICENSE +pkg/errors,https://github.com/pkg/errors/blob/master/LICENSE,BSD 2-Clause "Simplified" License,https://raw.githubusercontent.com/pkg/errors/master/LICENSE +pmezard/go-difflib,https://github.com/pmezard/go-difflib/blob/master/LICENSE,Other,https://raw.githubusercontent.com/pmezard/go-difflib/master/LICENSE +prometheus/client_golang,https://github.com/prometheus/client_golang/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/prometheus/client_golang/master/LICENSE +prometheus/client_model,https://github.com/prometheus/client_model/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/prometheus/client_model/master/LICENSE +prometheus/common,https://github.com/prometheus/common/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/prometheus/common/master/LICENSE +prometheus/procfs,https://github.com/prometheus/procfs/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/prometheus/procfs/master/LICENSE +sergi/go-diff,https://github.com/sergi/go-diff/blob/master/LICENSE,Other,https://raw.githubusercontent.com/sergi/go-diff/master/LICENSE +sirupsen/logrus,https://github.com/sirupsen/logrus/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/sirupsen/logrus/master/LICENSE +spf13/cobra,https://github.com/spf13/cobra/blob/master/LICENSE.txt,Apache License 2.0,https://raw.githubusercontent.com/spf13/cobra/master/LICENSE.txt +spf13/pflag,https://github.com/spf13/pflag/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/spf13/pflag/master/LICENSE +src-d/gcfg,https://github.com/src-d/gcfg/blob/v1/LICENSE,Other,https://raw.githubusercontent.com/src-d/gcfg/v1/LICENSE +stretchr/objx,https://github.com/stretchr/objx/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/stretchr/objx/master/LICENSE +stretchr/testify,https://github.com/stretchr/testify/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/stretchr/testify/master/LICENSE +tidwall/gjson,https://github.com/tidwall/gjson/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/tidwall/gjson/master/LICENSE +tidwall/match,https://github.com/tidwall/match/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/tidwall/match/master/LICENSE +tidwall/pretty,https://github.com/tidwall/pretty/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/tidwall/pretty/master/LICENSE +valyala/bytebufferpool,https://github.com/valyala/bytebufferpool/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/valyala/bytebufferpool/master/LICENSE +valyala/fasttemplate,https://github.com/valyala/fasttemplate/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/valyala/fasttemplate/master/LICENSE +xanzy/ssh-agent,https://github.com/xanzy/ssh-agent/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/xanzy/ssh-agent/master/LICENSE +census-instrumentation/opencensus-go,https://github.com/census-instrumentation/opencensus-go/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/census-instrumentation/opencensus-go/master/LICENSE +golang/crypto,https://github.com/golang/crypto/blob/master/LICENSE,Other,https://raw.githubusercontent.com/golang/crypto/master/LICENSE +golang/net,https://github.com/golang/net/blob/master/LICENSE,Other,https://raw.githubusercontent.com/golang/net/master/LICENSE +golang/oauth2,https://github.com/golang/oauth2/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/golang/oauth2/master/LICENSE +golang/sync,https://github.com/golang/sync/blob/master/LICENSE,Other,https://raw.githubusercontent.com/golang/sync/master/LICENSE +golang/sys,https://github.com/golang/sys/blob/master/LICENSE,Other,https://raw.githubusercontent.com/golang/sys/master/LICENSE +golang/text,https://github.com/golang/text/blob/master/LICENSE,Other,https://raw.githubusercontent.com/golang/text/master/LICENSE +golang/time,https://github.com/golang/time/blob/master/LICENSE,Other,https://raw.githubusercontent.com/golang/time/master/LICENSE +golang/tools,https://github.com/golang/tools/blob/master/LICENSE,Other,https://raw.githubusercontent.com/golang/tools/master/LICENSE +google/google-api-go-client,https://github.com/googleapis/google-api-go-client/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/googleapis/google-api-go-client/master/LICENSE +golang/appengine,https://github.com/golang/appengine/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/golang/appengine/master/LICENSE +google/go-genproto,https://github.com/googleapis/go-genproto/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/googleapis/go-genproto/master/LICENSE +grpc/grpc-go,https://github.com/grpc/grpc-go/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/grpc/grpc-go/master/LICENSE +go-inf/inf,https://github.com/go-inf/inf/blob/master/LICENSE,Other,https://raw.githubusercontent.com/go-inf/inf/master/LICENSE +go-ini/ini,https://github.com/go-ini/ini/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/go-ini/ini/master/LICENSE +jcmturner/aescts,https://github.com/jcmturner/aescts/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/jcmturner/aescts/master/LICENSE +jcmturner/dnsutils,https://github.com/jcmturner/dnsutils/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/jcmturner/dnsutils/master/LICENSE +jcmturner/gokrb5,https://github.com/jcmturner/gokrb5/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/jcmturner/gokrb5/master/LICENSE +jcmturner/rpc,https://github.com/jcmturner/rpc/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/jcmturner/rpc/master/LICENSE +src-d/go-billy,https://github.com/src-d/go-billy/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/src-d/go-billy/master/LICENSE +src-d/go-git,https://github.com/src-d/go-git/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/src-d/go-git/master/LICENSE +go-warnings/warnings,https://github.com/go-warnings/warnings/blob/master/LICENSE,BSD 2-Clause "Simplified" License,https://raw.githubusercontent.com/go-warnings/warnings/master/LICENSE +go-yaml/yaml,https://github.com/go-yaml/yaml/blob/v2/LICENSE,Other,https://raw.githubusercontent.com/go-yaml/yaml/v2/LICENSE +kubernetes/api,https://github.com/kubernetes/api/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/kubernetes/api/master/LICENSE +kubernetes/apimachinery,https://github.com/kubernetes/apimachinery/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/kubernetes/apimachinery/master/LICENSE +kubernetes/client-go,https://github.com/kubernetes/client-go/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/kubernetes/client-go/master/LICENSE +kubernetes/code-generator,https://github.com/kubernetes/code-generator/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/kubernetes/code-generator/master/LICENSE +kubernetes/gengo,https://github.com/kubernetes/gengo/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/kubernetes/gengo/master/LICENSE +kubernetes/klog,https://github.com/kubernetes/klog/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/kubernetes/klog/master/LICENSE +kubernetes/kube-openapi,https://github.com/kubernetes/kube-openapi/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/kubernetes/kube-openapi/master/LICENSE +kubernetes/utils,https://github.com/kubernetes/utils/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/kubernetes/utils/master/LICENSE +kubernetes-sigs/yaml,https://github.com/kubernetes-sigs/yaml/blob/master/LICENSE,Other,https://raw.githubusercontent.com/kubernetes-sigs/yaml/master/LICENSE diff --git a/third_party/argo/license-intermediate-data/repo.txt b/third_party/argo/license-intermediate-data/repo.txt new file mode 100644 index 00000000000..b1550113de2 --- /dev/null +++ b/third_party/argo/license-intermediate-data/repo.txt @@ -0,0 +1,100 @@ +argoproj/argo +GoogleCloudPlatform/gcloud-golang +census-ecosystem/opencensus-go-exporter-ocagent +Azure/go-autorest +Knetic/govaluate +PuerkitoBio/purell +PuerkitoBio/urlesc +argoproj/pkg +aws/aws-sdk-go +beorn7/perks +census-instrumentation/opencensus-proto +colinmarc/hdfs +davecgh/go-spew +dgrijalva/jwt-go +docker/spdystream +dustin/go-humanize +emicklei/go-restful +emirpasic/gods +evanphx/json-patch +go-openapi/jsonpointer +go-openapi/jsonreference +go-openapi/spec +go-openapi/swag +go-sql-driver/mysql +gogo/protobuf +golang/protobuf +google/gofuzz +googleapis/gnostic +gorilla/websocket +grpc-ecosystem/grpc-gateway +hashicorp/go-uuid +hashicorp/golang-lru +imdario/mergo +inconshreveable/mousetrap +jbenet/go-context +jcmturner/gofork +jmespath/go-jmespath +json-iterator/go +kevinburke/ssh_config +konsorten/go-windows-terminal-sequences +lib/pq +mailru/easyjson +matttproud/golang_protobuf_extensions +minio/minio-go +mitchellh/go-homedir +mitchellh/go-ps +modern-go/concurrent +modern-go/reflect2 +pkg/errors +pmezard/go-difflib +prometheus/client_golang +prometheus/client_model +prometheus/common +prometheus/procfs +sergi/go-diff +sirupsen/logrus +spf13/cobra +spf13/pflag +src-d/gcfg +stretchr/objx +stretchr/testify +tidwall/gjson +tidwall/match +tidwall/pretty +valyala/bytebufferpool +valyala/fasttemplate +xanzy/ssh-agent +census-instrumentation/opencensus-go +golang/crypto +golang/net +golang/oauth2 +golang/sync +golang/sys +golang/text +golang/time +golang/tools +google/google-api-go-client +golang/appengine +google/go-genproto +grpc/grpc-go +go-inf/inf +go-ini/ini +jcmturner/aescts +jcmturner/dnsutils +jcmturner/gokrb5 +jcmturner/rpc +src-d/go-billy +src-d/go-git +go-warnings/warnings +go-yaml/yaml +kubernetes/api +kubernetes/apimachinery +kubernetes/client-go +kubernetes/code-generator +kubernetes/gengo +kubernetes/klog +kubernetes/kube-openapi +kubernetes/utils +kubernetes-sigs/yaml +upper/db diff --git a/third_party/cli/README.md b/third_party/cli/README.md new file mode 100644 index 00000000000..bea8c6bbbfd --- /dev/null +++ b/third_party/cli/README.md @@ -0,0 +1,47 @@ +# CLI tools to fetch license info + +## Why we need this? + +When we release third party images (can be considered as redistributing third +party binary), we should be compliant to their licenses. Not just the library's +license, also its dependencies and transitive dependencies' licenses. + +We need to do the following to be compliant: +* Put license declarations in the image for all licenses. +* Mirror source code in the image for code with MPL, EPL, GPL or CDDL licenses. + +It's not an easy task to get license of all (transitive) dependencies of a go +library. Thus, we need these tools to automate this task. + +## How to get all dependencies with license and source code? + +1. Install CLI tools here: `python setup.py install` +1. Collect dependencies + transitive dependencies in a go library. Put them together in a text file called `dep.txt`. Format: each line has a library name. The library name should be a valid golang import module name. + + Example ways to get it: + * argo uses gopkg for package management. It has a [Gopkg.lock file](https://github.com/argoproj/argo/blob/master/Gopkg.lock) + with all of its dependencies and transitive dependencies. All the name fields in this file is what we need. You can run `parse-toml-dep` to parse it. + * minio uses [official go modules](https://blog.golang.org/using-go-modules), there's a [go.mod file](https://github.com/minio/minio/blob/master/go.mod) describing its direct dependencies. Run command `go list -m all` to get final versions that will be used in a build for all direct and indirect dependencies, [reference](https://github.com/golang/go/wiki/Modules#daily-workflow). Parse its output to make a file we need. + + Reminder: don't forget to put the library itself into `dep.txt`. +1. Run `get-github-repo` to resolve github repos of golang imports. Not all +imports can be figured out by my script, needs manual help for <2% of libraries. + + For a library we cannot resolve, manually put it in `dep-repo-mapping.manual.csv`, so the tool knows how to find its github repo the next time. + + Defaults to read dependencies from `dep.txt` and writes to `repo.txt`. +1. Run `get-github-license-info` to crawl github license info of these libraries. (Not all repos have github recognizable license, needs manual help for <2% of libraries) + + Defaults to read repos from `repo.txt` and writes to `license-info.csv`. You + need to configure github personal access token because it sends a lot of + requests to github. Follow instructions in `get-github-license-info -h`. + + For repos that fails to fetch license, it's usually because their github repo + doesn't have a github understandable license file. Check its readme and + update correct info into `license-info.csv`. (Usually, use its README file which mentions license.) +1. Edit license info file. Manually check the license file for all repos with a license categorized as "Other" by github. Figure out their true license names. +1. Run `concatenate-license` to crawl full text license files for all dependencies and concat them into one file. + + Defaults to read license info from `license-info.csv`. Writes to `license.txt`. + Put `license.txt` to `third_party/library/license.txt` where it is read when building docker images. +1. Manually update a list of dependencies that requires source code, put it into `third_party/library/repo-MPL.txt`. diff --git a/third_party/cli/concatenate_license.py b/third_party/cli/concatenate_license.py new file mode 100644 index 00000000000..f515d158332 --- /dev/null +++ b/third_party/cli/concatenate_license.py @@ -0,0 +1,84 @@ +# Copyright 2019 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import argparse +import requests +import sys +import traceback + +parser = argparse.ArgumentParser( + description='Generate dependencies json from license.csv file.') +parser.add_argument( + 'license_info_file', + nargs='?', + default='license_info.csv', + help= + 'CSV file with license info fetched from github using get-github-license-info CLI tool. (default: %(default)s)', +) +parser.add_argument( + '-o', + '--output', + dest='output_file', + nargs='?', + default='license.txt', + help= + 'Concatenated license file path this command generates. (default: %(default)s)' +) +args = parser.parse_args() + + +def fetch_license_text(download_link): + response = requests.get(download_link) + assert response.ok, 'Fetching {} failed with {} {}'.format( + download_link, response.status_code, response.reason) + return response.text + + +def main(): + with open(args.license_info_file, + 'r') as license_info_file, open(args.output_file, + 'w') as output_file: + repo_failed = [] + for line in license_info_file: + line = line.strip() + [repo, license_link, license_name, + license_download_link] = line.split(',') + try: + print('Repo {} has license download link {}'.format( + repo, license_download_link), + file=sys.stderr) + license_text = fetch_license_text(license_download_link) + print( + '--------------------------------------------------------------------------------', + file=output_file, + ) + print('{} {} {}'.format(repo, license_name, license_link), + file=output_file) + print( + '--------------------------------------------------------------------------------', + file=output_file, + ) + print(license_text, file=output_file) + except Exception as e: + print('[failed]', e, file=sys.stderr) + traceback.print_exc(file=sys.stderr) + repo_failed.append(repo) + print('Failed to download license file for {} repos.'.format( + len(repo_failed)), + file=sys.stderr) + for repo in repo_failed: + print(repo, file=sys.stderr) + + +main() diff --git a/third_party/cli/get_github_license_info.py b/third_party/cli/get_github_license_info.py new file mode 100644 index 00000000000..b174a1330e6 --- /dev/null +++ b/third_party/cli/get_github_license_info.py @@ -0,0 +1,107 @@ +# Copyright 2019 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import argparse +import requests +import sys +import traceback +from pathlib import Path + +home = str(Path.home()) +parser = argparse.ArgumentParser( + description='Get github license info from github APIs.') +parser.add_argument( + 'repo_list', + nargs='?', + default='repo.txt', + help= + 'Github repo list file with one line per github repo. Format: org/repo. (default: %(default)s)', +) +parser.add_argument( + '-o', + '--output', + dest='output_file', + nargs='?', + default='license_info.csv', + help= + 'Output file with one line per github repo. Line format: org/repo,license_html_url,license_name,license_download_url. (default: %(default)s)', +) +parser.add_argument( + '--github-api-token-file', + dest='github_api_token_file', + default='{}/.github_api_token'.format(home), + help= + 'You need to create a github personal access token at https://github.com/settings/tokens, because github has very strict limit on anonymous API usage. (default: %(default)s) Format: a text file with one line. "<40 characters string shown when a new personal access token is created>"' +) +args = parser.parse_args() + + +def main(): + token = None + try: + with open(args.github_api_token_file, 'r') as token_file: + token = token_file.read().strip() + print('Read github API token from {}, length {}.'.format( + args.github_api_token_file, len(token)), + file=sys.stderr) + except FileNotFoundError: + raise Exception( + 'Please put a github api token file at {}, or specify a different token file path by --github-api-token-file. Github API token is needed because anonymous API access limit is not enough.' + .format(args.github_api_token_file)) + + # github personal access token is always 40 characters long + assert len(token) == 40 + # reference: https://developer.github.com/v3/#oauth2-token-sent-in-a-header + headers = {'Authorization': 'token {}'.format(token)} + with open(args.repo_list, + 'r') as repo_list_file, open(args.output_file, + 'w') as output_file: + repo_succeeded = [] + repo_failed = [] + for repo in repo_list_file: + repo = repo.strip() + print('Fetching license for {}'.format(repo), file=sys.stderr) + try: + url = 'https://api.github.com/repos/{}/license'.format(repo) + response = requests.get(url, headers=headers) + if not response.ok: + print('Error response content:\n{}'.format( + response.content), + file=sys.stderr) + raise Exception('fetching {} failed with {} {}'.format( + url, response.status_code, response.reason)) + data = response.json() + + download_url = data['download_url'] + license_name = data['license']['name'] + html_url = data['html_url'] + print('{},{},{},{}'.format(repo, html_url, license_name, + download_url), + file=output_file) + repo_succeeded.append(repo) + except Exception as e: + print('[failed]', e, file=sys.stderr) + traceback.print_exc(file=sys.stderr) + repo_failed.append(repo) + print('Fetched github license info, {} succeeded, {} failed.'.format( + len(repo_succeeded), len(repo_failed)), + file=sys.stderr) + if len(repo_failed) > 0: + print('The following repos failed:', file=sys.stderr) + for repo in repo_failed: + print(repo, file=sys.stderr) + + +if __name__ == '__main__': + main() diff --git a/third_party/cli/get_github_repo.py b/third_party/cli/get_github_repo.py new file mode 100644 index 00000000000..8e42f5d9c1c --- /dev/null +++ b/third_party/cli/get_github_repo.py @@ -0,0 +1,212 @@ +# Copyright 2019 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import argparse +import requests +import sys +import traceback +from bs4 import BeautifulSoup as Soup + +parser = argparse.ArgumentParser( + description='Get github repo from go import path.') +parser.add_argument( + 'go_dependency_list_file', + nargs='?', + default='dep.txt', + help= + 'File path of a golang dependency list file, one line has a dependency name. (default: %(default)s)', +) +parser.add_argument( + '-o', + '--output', + dest='output_file', + nargs='?', + default='repo.txt', + help= + 'Output file with one line per resolved github repo. Format: org/repo. (default: %(default)s)', +) +parser.add_argument( + '--manual-dep-repo-mapping', + dest='manual_dep_repo_mapping_file', + nargs='?', + default='dep_repo.manual.csv', + help= + 'Optional dependency to repo mapping maintained manually for dependencies we cannot automatically resolve. Format: each line has dependency import name and its github repo separated by comma. Like, "upper.io/db.v3,upper/db". Note: github/upper/db is the repo. (default: %(default)s)' +) +args = parser.parse_args() + +protocol = 'https://' +godoc_base = 'godoc.org/' +github_base = 'github.com/' +gopkg_base = 'gopkg.in/' + + +def github_link_to_repo(repo): + ''' + Removes extra sub folder in github url. + ''' + if len(repo.split('/')) > 2: + print('repo {} has subfolder'.format(repo), file=sys.stderr) + repo = '/'.join(repo.split('/')[:2]) + assert len(repo.split( + '/')) == 2, 'repo name should be org/repo, but is {}'.format(repo) + return repo + + +def get_github_repo(url): + ''' + Tries to resolve github repo from a github url. + Returns org/repo format github repo string. + ''' + if url.startswith(protocol): + url = url[len(protocol):] + if not url.startswith(github_base): + raise Exception('Package url is not github: {}'.format(url)) + github_repo = url[len(github_base):] + github_repo = github_link_to_repo(github_repo) + if github_repo[-1] == '/': + github_repo = github_repo[:-1] + return github_repo + + +def fetch_github_uri_from_godoc(url): + ''' + Tries to resolve github repo from godoc website. + + Implementation: Godoc is a standard way for a lot of golang libraries to + host its documentation. Godoc page usually has a link on top left with + github repo url. This function crawls godoc page for the library and finds + the github url there. If the link there isn't a github url, it throws an + exception. + ''' + full_url = protocol + godoc_base + url + print('fetching godoc {}'.format(full_url), file=sys.stderr) + response = requests.get(full_url) + assert response.ok, 'it failed with {} {}'.format(response.status_code, + response.reason) + + soup = Soup(response.text, features="html.parser") + navs = soup.select('#x-projnav') + if len(navs) != 1: + raise Exception( + '#x-projnav should occur exactly once, but {} found for {}'.format( + len(navs), url)) + nav = navs[0] + package_name = nav.select_one('span').contents[0] + assert package_name == url, 'fetched package name should be the same' + link = nav.select_one('a').attrs.get('href') + return get_github_repo(link) + + +def fetch_gopkg_uri(url): + ''' + Tries to resolve github repo for gopkg libraries. + + Implementation: gopkg library page has a button with text 'Source code', its + url is usually the corresponding github repo. Throws an exception if the url + found is not github. + ''' + response = requests.get(protocol + url) + assert response.ok, 'fetching {} failed with {} {}'.format( + url, response.status_code, response.reason) + + soup = Soup(response.text, features="html.parser") + + def is_source_code_link(link): + return link.getText().find('Source Code') >= 0 + + source_code_links = list(filter(is_source_code_link, soup.select('a'))) + assert len( + source_code_links) == 1, 'Expect exactly one source code link found' + + link = source_code_links[0].attrs.get('href') + return get_github_repo(link) + + +def get_github_repo_for_dep(dep): + ''' + Tries to resolve github repo by three ways: + 1. fetch gopkg website + 2. parse from github url + 3. fetch godoc website + ''' + print('Fetching github uri for {}'.format(dep), file=sys.stderr) + repo = None + if dep.startswith(gopkg_base): + print('Try fetching {} from gopkg'.format(dep), file=sys.stderr) + repo = fetch_gopkg_uri(dep) + elif dep.startswith(github_base): + print('{} is already github'.format(dep), file=sys.stderr) + repo = get_github_repo(dep) + else: + print('Try fetching {} repo from godoc'.format(dep), file=sys.stderr) + repo = fetch_github_uri_from_godoc(dep) + return repo + + +def main(): + with open(args.go_dependency_list_file, + 'r') as dep_file, open(args.output_file, 'w') as output_file: + mappings = {} + try: + with open(args.manual_dep_repo_mapping_file, + 'r') as dep_repo_mapping_file: + for line in dep_repo_mapping_file: + mapping = line.strip().split(',') + assert len(mapping) == 2 + [dep, repo] = mapping + mappings[dep] = repo + except: + print('ignore manual_dep_repo_mapping_file', file=sys.stderr) + deps = [line.strip() for line in dep_file] + repo_seen = set() + dep_succeeded = [] + # Dependencies that we couldn't resolve their github repos. + dep_failed = [] + for dep in deps: + try: + # Get dep's repo from manually maintained mapping first. + repo = mappings.get(dep) + if repo is not None: + print('repo of {} is already configured to {}'.format( + dep, repo), + file=sys.stderr) + else: + # Try to resolve if not found + repo = get_github_repo_for_dep(dep) + if repo in repo_seen: + print('repo {} is seen more than once'.format(repo), + file=sys.stderr) + else: + repo_seen.add(repo) + print(repo, file=output_file) + dep_succeeded.append(dep) + except Exception as e: + print('[failed]', e, file=sys.stderr) + traceback.print_exc(file=sys.stderr) + dep_failed.append(dep) + print() + print( + 'Successfully resolved github repo for {} dependencies and saved to {}. Failed to resolve {} dependencies.' + .format(len(dep_succeeded), args.output_file, len(dep_failed)), + file=sys.stderr) + if len(dep_failed) > 0: + print('We failed to resolve the following dependencies:', + file=sys.stderr) + for dep in dep_failed: + print(dep, file=sys.stderr) + + +if __name__ == '__main__': + main() diff --git a/third_party/cli/parse_toml_dep.py b/third_party/cli/parse_toml_dep.py new file mode 100644 index 00000000000..1bc5b0cf978 --- /dev/null +++ b/third_party/cli/parse_toml_dep.py @@ -0,0 +1,52 @@ +# Copyright 2019 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import argparse +import sys +import toml + +parser = argparse.ArgumentParser( + description='Parse toml format go dependencies maintained by dep tool.') +parser.add_argument('dep_lock_path', + nargs='?', + default='Gopkg.lock', + help='Toml format go dependency lock file.') +parser.add_argument( + '-o', + '--output', + dest='output_file', + nargs='?', + default='dep.txt', + help='Output file with one line per golang library. (default: %(default)s)', +) + +args = parser.parse_args() + + +def main(): + print('Parsing dependencies from {}'.format(args.dep_lock_path), + file=sys.stderr) + + with open(args.output_file, 'w') as output_file: + deps = toml.load(args.dep_lock_path) + projects = deps.get('projects') + dep_names = list(map(lambda p: p.get('name'), projects)) + for name in dep_names: + print(name, file=output_file) + + print('Found {} dependencies'.format(len(projects)), file=sys.stderr) + + +if __name__ == '__main__': + main() diff --git a/third_party/cli/setup.py b/third_party/cli/setup.py new file mode 100644 index 00000000000..aa24cf4bfb8 --- /dev/null +++ b/third_party/cli/setup.py @@ -0,0 +1,42 @@ +# Copyright 2019 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +from setuptools import setup + +NAME = 'kfp-license-tools' +VERSION = '0.0.1' + +REQUIRES = [ + 'bs4', + 'requests', + 'toml', +] + +setup(name=NAME, + version=VERSION, + description='KubeFlow Pipelines SDK', + author='google', + install_requires=REQUIRES, + packages=[ + '.', + ], + python_requires='>=3.5.3', + entry_points={ + 'console_scripts': [ + 'get-github-repo = get_github_repo:main', + 'get-github-license-info = get_github_license_info:main', + 'concatenate-license = concatenate_license:main', + 'parse-toml-dep = parse_toml_dep:main', + ] + }) diff --git a/third_party/minio/license-intermediate-data/dep.txt b/third_party/minio/license-intermediate-data/dep.txt new file mode 100644 index 00000000000..867aabe6025 --- /dev/null +++ b/third_party/minio/license-intermediate-data/dep.txt @@ -0,0 +1,365 @@ +github.com/minio/minio +cloud.google.com/go +contrib.go.opencensus.io/exporter/ocagent +contrib.go.opencensus.io/exporter/stackdriver +git.apache.org/thrift.git +github.com/Azure/azure-sdk-for-go +github.com/Azure/go-ansiterm +github.com/Azure/go-autorest +github.com/BurntSushi/toml +github.com/DataDog/datadog-go +github.com/DataDog/zstd +github.com/Jeffail/gabs +github.com/Microsoft/go-winio +github.com/NYTimes/gziphandler +github.com/Nvveen/Gotty +github.com/SAP/go-hdb +github.com/SermoDigital/jose +github.com/Shopify/sarama +github.com/Shopify/toxiproxy +github.com/a8m/mark +github.com/alecthomas/participle +github.com/alecthomas/template +github.com/alecthomas/units +github.com/aliyun/alibaba-cloud-sdk-go +github.com/aliyun/aliyun-oss-go-sdk +github.com/anmitsu/go-shlex +github.com/apache/thrift +github.com/araddon/gou +github.com/armon/circbuf +github.com/armon/go-metrics +github.com/armon/go-radix +github.com/asaskevich/govalidator +github.com/aws/aws-sdk-go +github.com/baiyubin/aliyun-sts-go-sdk +github.com/bcicen/jstream +github.com/beorn7/perks +github.com/bgentry/speakeasy +github.com/bitly/go-hostpool +github.com/bmizerany/assert +github.com/boombuler/barcode +github.com/bradfitz/go-smtpd +github.com/briankassouf/jose +github.com/cenkalti/backoff +github.com/census-instrumentation/opencensus-proto +github.com/centrify/cloud-golang-sdk +github.com/cheggaaa/pb +github.com/chrismalek/oktasdk-go +github.com/circonus-labs/circonus-gometrics +github.com/circonus-labs/circonusllhist +github.com/client9/misspell +github.com/containerd/continuity +github.com/coredns/coredns +github.com/coreos/bbolt +github.com/coreos/etcd +github.com/coreos/go-oidc +github.com/coreos/go-semver +github.com/coreos/go-systemd +github.com/coreos/pkg +github.com/dancannon/gorethink +github.com/davecgh/go-spew +github.com/denisenkom/go-mssqldb +github.com/dgrijalva/jwt-go +github.com/dimchansky/utfbom +github.com/djherbis/atime +github.com/dnaeon/go-vcr +github.com/docker/go-connections +github.com/docker/go-units +github.com/duosecurity/duo_api_golang +github.com/dustin/go-humanize +github.com/eapache/go-resiliency +github.com/eapache/go-xerial-snappy +github.com/eapache/queue +github.com/eclipse/paho.mqtt.golang +github.com/elazarl/go-bindata-assetfs +github.com/fatih/color +github.com/fatih/structs +github.com/flynn/go-shlex +github.com/fortytw2/leaktest +github.com/fsnotify/fsnotify +github.com/fullsailor/pkcs7 +github.com/gammazero/deque +github.com/gammazero/workerpool +github.com/garyburd/redigo +github.com/gernest/wow +github.com/ghodss/yaml +github.com/gliderlabs/ssh +github.com/go-errors/errors +github.com/go-ini/ini +github.com/go-kit/kit +github.com/go-ldap/ldap +github.com/go-logfmt/logfmt +github.com/go-sql-driver/mysql +github.com/go-stack/stack +github.com/go-stomp/stomp +github.com/go-test/deep +github.com/gocql/gocql +github.com/gogo/protobuf +github.com/golang/glog +github.com/golang/groupcache +github.com/golang/lint +github.com/golang/mock +github.com/golang/protobuf +github.com/golang/snappy +github.com/gomodule/redigo +github.com/google/btree +github.com/google/go-cmp +github.com/google/go-github +github.com/google/go-querystring +github.com/google/gofuzz +github.com/google/martian +github.com/google/pprof +github.com/google/uuid +github.com/googleapis/gax-go +github.com/googleapis/gax-go/v2 +github.com/gopherjs/gopherjs +github.com/gorhill/cronexpr +github.com/gorilla/context +github.com/gorilla/handlers +github.com/gorilla/mux +github.com/gorilla/rpc +github.com/gorilla/websocket +github.com/gotestyourself/gotestyourself +github.com/gregjones/httpcache +github.com/grpc-ecosystem/go-grpc-middleware +github.com/grpc-ecosystem/go-grpc-prometheus +github.com/grpc-ecosystem/grpc-gateway +github.com/hailocab/go-hostpool +github.com/hashicorp/consul +github.com/hashicorp/errwrap +github.com/hashicorp/go-cleanhttp +github.com/hashicorp/go-gcp-common +github.com/hashicorp/go-hclog +github.com/hashicorp/go-immutable-radix +github.com/hashicorp/go-memdb +github.com/hashicorp/go-msgpack +github.com/hashicorp/go-multierror +github.com/hashicorp/go-plugin +github.com/hashicorp/go-retryablehttp +github.com/hashicorp/go-rootcerts +github.com/hashicorp/go-sockaddr +github.com/hashicorp/go-syslog +github.com/hashicorp/go-uuid +github.com/hashicorp/go-version +github.com/hashicorp/go.net +github.com/hashicorp/golang-lru +github.com/hashicorp/hcl +github.com/hashicorp/logutils +github.com/hashicorp/mdns +github.com/hashicorp/memberlist +github.com/hashicorp/nomad +github.com/hashicorp/raft +github.com/hashicorp/serf +github.com/hashicorp/vault +github.com/hashicorp/vault-plugin-auth-alicloud +github.com/hashicorp/vault-plugin-auth-azure +github.com/hashicorp/vault-plugin-auth-centrify +github.com/hashicorp/vault-plugin-auth-gcp +github.com/hashicorp/vault-plugin-auth-jwt +github.com/hashicorp/vault-plugin-auth-kubernetes +github.com/hashicorp/vault-plugin-secrets-ad +github.com/hashicorp/vault-plugin-secrets-alicloud +github.com/hashicorp/vault-plugin-secrets-azure +github.com/hashicorp/vault-plugin-secrets-gcp +github.com/hashicorp/vault-plugin-secrets-gcpkms +github.com/hashicorp/vault-plugin-secrets-kv +github.com/hashicorp/yamux +github.com/howeyc/gopass +github.com/hpcloud/tail +github.com/inconshreveable/go-update +github.com/jcmturner/gofork +github.com/jeffchao/backoff +github.com/jefferai/jsonx +github.com/jellevandenhooff/dkim +github.com/jmespath/go-jmespath +github.com/jonboulle/clockwork +github.com/json-iterator/go +github.com/jstemmer/go-junit-report +github.com/jtolds/gls +github.com/julienschmidt/httprouter +github.com/keybase/go-crypto +github.com/kisielk/errcheck +github.com/kisielk/gotool +github.com/klauspost/compress +github.com/klauspost/cpuid +github.com/klauspost/crc32 +github.com/klauspost/pgzip +github.com/klauspost/readahead +github.com/klauspost/reedsolomon +github.com/konsorten/go-windows-terminal-sequences +github.com/kr/logfmt +github.com/kr/pretty +github.com/kr/pty +github.com/kr/text +github.com/kurin/blazer +github.com/lib/pq +github.com/mailru/easyjson +github.com/marstr/guid +github.com/mattbaird/elastigo +github.com/mattn/go-colorable +github.com/mattn/go-isatty +github.com/mattn/go-runewidth +github.com/matttproud/golang_protobuf_extensions +github.com/michaelklishin/rabbit-hole +github.com/miekg/dns +github.com/minio/blazer +github.com/minio/cli +github.com/minio/dsync +github.com/minio/dsync/v2 +github.com/minio/gokrb5/v7 +github.com/minio/hdfs/v3 +github.com/minio/highwayhash +github.com/minio/lsync +github.com/minio/mc +github.com/minio/minio-go +github.com/minio/minio-go/v6 +github.com/minio/parquet-go +github.com/minio/sha256-simd +github.com/minio/sio +github.com/mitchellh/cli +github.com/mitchellh/copystructure +github.com/mitchellh/go-homedir +github.com/mitchellh/go-testing-interface +github.com/mitchellh/go-wordwrap +github.com/mitchellh/gox +github.com/mitchellh/hashstructure +github.com/mitchellh/iochan +github.com/mitchellh/mapstructure +github.com/mitchellh/pointerstructure +github.com/mitchellh/reflectwalk +github.com/modern-go/concurrent +github.com/modern-go/reflect2 +github.com/mwitkow/go-conntrack +github.com/nats-io/gnatsd +github.com/nats-io/go-nats +github.com/nats-io/go-nats-streaming +github.com/nats-io/nats +github.com/nats-io/nats-server +github.com/nats-io/nats-streaming-server +github.com/nats-io/nats.go +github.com/nats-io/nkeys +github.com/nats-io/nuid +github.com/nats-io/stan.go +github.com/ncw/directio +github.com/nsqio/go-nsq +github.com/oklog/run +github.com/onsi/ginkgo +github.com/onsi/gomega +github.com/opencontainers/go-digest +github.com/opencontainers/image-spec +github.com/opencontainers/runc +github.com/opentracing/opentracing-go +github.com/openzipkin/zipkin-go +github.com/ory-am/common +github.com/ory/dockertest +github.com/pascaldekloe/goe +github.com/patrickmn/go-cache +github.com/pborman/getopt +github.com/pborman/uuid +github.com/pierrec/lz4 +github.com/pkg/errors +github.com/pkg/profile +github.com/pkg/xattr +github.com/pmezard/go-difflib +github.com/posener/complete +github.com/pquerna/cachecontrol +github.com/pquerna/otp +github.com/prometheus/client_golang +github.com/prometheus/client_model +github.com/prometheus/common +github.com/prometheus/procfs +github.com/rcrowley/go-metrics +github.com/rjeczalik/notify +github.com/rogpeppe/fastuuid +github.com/rs/cors +github.com/ryanuber/columnize +github.com/ryanuber/go-glob +github.com/samuel/go-zookeeper +github.com/satori/go.uuid +github.com/sean-/seed +github.com/segmentio/go-prompt +github.com/sirupsen/logrus +github.com/skyrings/skyring-common +github.com/smartystreets/assertions +github.com/smartystreets/go-aws-auth +github.com/smartystreets/goconvey +github.com/soheilhy/cmux +github.com/spf13/pflag +github.com/streadway/amqp +github.com/stretchr/objx +github.com/stretchr/testify +github.com/tarm/serial +github.com/tidwall/gjson +github.com/tidwall/match +github.com/tidwall/pretty +github.com/tidwall/sjson +github.com/tmc/grpc-websocket-proxy +github.com/tv42/httpunix +github.com/ugorji/go +github.com/ugorji/go/codec +github.com/valyala/fastjson +github.com/valyala/tcplisten +github.com/xiang90/probing +go.etcd.io/bbolt +go.opencensus.io +go.uber.org/atomic +go.uber.org/multierr +go.uber.org/zap +go4.org +golang.org/x/build +golang.org/x/crypto +golang.org/x/exp +golang.org/x/lint +golang.org/x/net +golang.org/x/oauth2 +golang.org/x/perf +golang.org/x/sync +golang.org/x/sys +golang.org/x/text +golang.org/x/time +golang.org/x/tools +google.golang.org/api +google.golang.org/appengine +google.golang.org/genproto +google.golang.org/grpc +gopkg.in/Shopify/sarama.v1 +gopkg.in/VividCortex/ewma.v1 +gopkg.in/alecthomas/kingpin.v2 +gopkg.in/asn1-ber.v1 +gopkg.in/check.v1 +gopkg.in/cheggaaa/pb.v1 +gopkg.in/cheggaaa/pb.v2 +gopkg.in/fatih/color.v1 +gopkg.in/fatih/pool.v2 +gopkg.in/fsnotify.v1 +gopkg.in/gorethink/gorethink.v4 +gopkg.in/h2non/filetype.v1 +gopkg.in/inf.v0 +gopkg.in/ini.v1 +gopkg.in/jcmturner/aescts.v1 +gopkg.in/jcmturner/dnsutils.v1 +gopkg.in/jcmturner/goidentity.v2 +gopkg.in/jcmturner/goidentity.v3 +gopkg.in/jcmturner/gokrb5.v5 +gopkg.in/jcmturner/rpc.v0 +gopkg.in/jcmturner/rpc.v1 +gopkg.in/ldap.v3 +gopkg.in/mattn/go-colorable.v0 +gopkg.in/mattn/go-isatty.v0 +gopkg.in/mattn/go-runewidth.v0 +gopkg.in/mgo.v2 +gopkg.in/olivere/elastic.v5 +gopkg.in/ory-am/dockertest.v2 +gopkg.in/resty.v1 +gopkg.in/square/go-jose.v2 +gopkg.in/tomb.v1 +gopkg.in/urfave/cli.v1 +gopkg.in/yaml.v2 +gotest.tools +grpc.go4.org +honnef.co/go/tools +k8s.io/api +k8s.io/apimachinery +k8s.io/klog +layeh.com/radius +sigs.k8s.io/yaml diff --git a/third_party/minio/license-intermediate-data/dep_repo.manual.csv b/third_party/minio/license-intermediate-data/dep_repo.manual.csv new file mode 100644 index 00000000000..cf65e81e053 --- /dev/null +++ b/third_party/minio/license-intermediate-data/dep_repo.manual.csv @@ -0,0 +1,3 @@ +git.apache.org/thrift.git,apache/thrift +honnef.co/go/tools,dominikh/go-tools +layeh.com/radius,layeh/radius diff --git a/third_party/minio/license-intermediate-data/license_info.csv b/third_party/minio/license-intermediate-data/license_info.csv new file mode 100644 index 00000000000..566d0b5a98f --- /dev/null +++ b/third_party/minio/license-intermediate-data/license_info.csv @@ -0,0 +1,341 @@ +minio/minio,https://github.com/minio/minio/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/minio/minio/master/LICENSE +GoogleCloudPlatform/gcloud-golang,https://github.com/googleapis/google-cloud-go/blob/master/LICENSE,Other,https://raw.githubusercontent.com/googleapis/google-cloud-go/master/LICENSE +census-ecosystem/opencensus-go-exporter-ocagent,https://github.com/census-ecosystem/opencensus-go-exporter-ocagent/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/census-ecosystem/opencensus-go-exporter-ocagent/master/LICENSE +census-ecosystem/opencensus-go-exporter-stackdriver,https://github.com/census-ecosystem/opencensus-go-exporter-stackdriver/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/census-ecosystem/opencensus-go-exporter-stackdriver/master/LICENSE +apache/thrift,https://github.com/apache/thrift/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/apache/thrift/master/LICENSE +Azure/azure-sdk-for-go,https://github.com/Azure/azure-sdk-for-go/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/Azure/azure-sdk-for-go/master/LICENSE +Azure/go-ansiterm,https://github.com/Azure/go-ansiterm/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/Azure/go-ansiterm/master/LICENSE +Azure/go-autorest,https://github.com/Azure/go-autorest/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/Azure/go-autorest/master/LICENSE +BurntSushi/toml,https://github.com/BurntSushi/toml/blob/master/COPYING,MIT License,https://raw.githubusercontent.com/BurntSushi/toml/master/COPYING +DataDog/datadog-go,https://github.com/DataDog/datadog-go/blob/master/LICENSE.txt,MIT License,https://raw.githubusercontent.com/DataDog/datadog-go/master/LICENSE.txt +DataDog/zstd,https://github.com/DataDog/zstd/blob/1.x/LICENSE,Other,https://raw.githubusercontent.com/DataDog/zstd/1.x/LICENSE +Jeffail/gabs,https://github.com/Jeffail/gabs/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/Jeffail/gabs/master/LICENSE +Microsoft/go-winio,https://github.com/microsoft/go-winio/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/microsoft/go-winio/master/LICENSE +NYTimes/gziphandler,https://github.com/nytimes/gziphandler/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/nytimes/gziphandler/master/LICENSE +Nvveen/Gotty,https://github.com/Nvveen/Gotty/blob/master/LICENSE,Other,https://raw.githubusercontent.com/Nvveen/Gotty/master/LICENSE +SAP/go-hdb,https://github.com/SAP/go-hdb/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/SAP/go-hdb/master/LICENSE +SermoDigital/jose,https://github.com/SermoDigital/jose/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/SermoDigital/jose/master/LICENSE +Shopify/sarama,https://github.com/Shopify/sarama/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/Shopify/sarama/master/LICENSE +Shopify/toxiproxy,https://github.com/Shopify/toxiproxy/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/Shopify/toxiproxy/master/LICENSE +a8m/mark,https://github.com/a8m/mark/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/a8m/mark/master/LICENSE +alecthomas/participle,https://github.com/alecthomas/participle/blob/master/COPYING,MIT License,https://raw.githubusercontent.com/alecthomas/participle/master/COPYING +alecthomas/template,https://github.com/alecthomas/template/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/alecthomas/template/master/LICENSE +alecthomas/units,https://github.com/alecthomas/units/blob/master/COPYING,MIT License,https://raw.githubusercontent.com/alecthomas/units/master/COPYING +aliyun/alibaba-cloud-sdk-go,https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/aliyun/alibaba-cloud-sdk-go/master/LICENSE +anmitsu/go-shlex,https://github.com/anmitsu/go-shlex/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/anmitsu/go-shlex/master/LICENSE +araddon/gou,https://github.com/araddon/gou/blob/master/LICENSE.md,MIT License,https://raw.githubusercontent.com/araddon/gou/master/LICENSE.md +armon/circbuf,https://github.com/armon/circbuf/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/armon/circbuf/master/LICENSE +armon/go-metrics,https://github.com/armon/go-metrics/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/armon/go-metrics/master/LICENSE +armon/go-radix,https://github.com/armon/go-radix/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/armon/go-radix/master/LICENSE +asaskevich/govalidator,https://github.com/asaskevich/govalidator/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/asaskevich/govalidator/master/LICENSE +aws/aws-sdk-go,https://github.com/aws/aws-sdk-go/blob/master/LICENSE.txt,Apache License 2.0,https://raw.githubusercontent.com/aws/aws-sdk-go/master/LICENSE.txt +baiyubin/aliyun-sts-go-sdk,https://github.com/baiyubin/aliyun-sts-go-sdk/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/baiyubin/aliyun-sts-go-sdk/master/LICENSE +bcicen/jstream,https://github.com/bcicen/jstream/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/bcicen/jstream/master/LICENSE +beorn7/perks,https://github.com/beorn7/perks/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/beorn7/perks/master/LICENSE +bgentry/speakeasy,https://github.com/bgentry/speakeasy/blob/master/LICENSE,Other,https://raw.githubusercontent.com/bgentry/speakeasy/master/LICENSE +bitly/go-hostpool,https://github.com/bitly/go-hostpool/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/bitly/go-hostpool/master/LICENSE +boombuler/barcode,https://github.com/boombuler/barcode/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/boombuler/barcode/master/LICENSE +bradfitz/go-smtpd,https://github.com/bradfitz/go-smtpd/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/bradfitz/go-smtpd/master/LICENSE +briankassouf/jose,https://github.com/briankassouf/jose/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/briankassouf/jose/master/LICENSE +cenkalti/backoff,https://github.com/cenkalti/backoff/blob/v3/LICENSE,MIT License,https://raw.githubusercontent.com/cenkalti/backoff/v3/LICENSE +census-instrumentation/opencensus-proto,https://github.com/census-instrumentation/opencensus-proto/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/census-instrumentation/opencensus-proto/master/LICENSE +centrify/cloud-golang-sdk,https://github.com/centrify/cloud-golang-sdk/blob/master/LICENSE.md,Other,https://raw.githubusercontent.com/centrify/cloud-golang-sdk/master/LICENSE.md +cheggaaa/pb,https://github.com/cheggaaa/pb/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/cheggaaa/pb/master/LICENSE +chrismalek/oktasdk-go,https://github.com/chrismalek/oktasdk-go/blob/master/LICENSE.txt,MIT License,https://raw.githubusercontent.com/chrismalek/oktasdk-go/master/LICENSE.txt +circonus-labs/circonus-gometrics,https://github.com/circonus-labs/circonus-gometrics/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/circonus-labs/circonus-gometrics/master/LICENSE +circonus-labs/circonusllhist,https://github.com/circonus-labs/circonusllhist/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/circonus-labs/circonusllhist/master/LICENSE +client9/misspell,https://github.com/client9/misspell/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/client9/misspell/master/LICENSE +containerd/continuity,https://github.com/containerd/continuity/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/containerd/continuity/master/LICENSE +coredns/coredns,https://github.com/coredns/coredns/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/coredns/coredns/master/LICENSE +coreos/bbolt,https://github.com/etcd-io/bbolt/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/etcd-io/bbolt/master/LICENSE +coreos/etcd,https://github.com/etcd-io/etcd/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/etcd-io/etcd/master/LICENSE +coreos/go-oidc,https://github.com/coreos/go-oidc/blob/v2/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/coreos/go-oidc/v2/LICENSE +coreos/go-semver,https://github.com/coreos/go-semver/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/coreos/go-semver/master/LICENSE +coreos/go-systemd,https://github.com/coreos/go-systemd/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/coreos/go-systemd/master/LICENSE +coreos/pkg,https://github.com/coreos/pkg/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/coreos/pkg/master/LICENSE +dancannon/gorethink,https://github.com/rethinkdb/rethinkdb-go/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/rethinkdb/rethinkdb-go/master/LICENSE +davecgh/go-spew,https://github.com/davecgh/go-spew/blob/master/LICENSE,ISC License,https://raw.githubusercontent.com/davecgh/go-spew/master/LICENSE +denisenkom/go-mssqldb,https://github.com/denisenkom/go-mssqldb/blob/master/LICENSE.txt,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/denisenkom/go-mssqldb/master/LICENSE.txt +dgrijalva/jwt-go,https://github.com/dgrijalva/jwt-go/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/dgrijalva/jwt-go/master/LICENSE +dimchansky/utfbom,https://github.com/dimchansky/utfbom/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/dimchansky/utfbom/master/LICENSE +djherbis/atime,https://github.com/djherbis/atime/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/djherbis/atime/master/LICENSE +dnaeon/go-vcr,https://github.com/dnaeon/go-vcr/blob/master/LICENSE,Other,https://raw.githubusercontent.com/dnaeon/go-vcr/master/LICENSE +docker/go-connections,https://github.com/docker/go-connections/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/docker/go-connections/master/LICENSE +docker/go-units,https://github.com/docker/go-units/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/docker/go-units/master/LICENSE +duosecurity/duo_api_golang,https://github.com/duosecurity/duo_api_golang/blob/master/LICENSE,Other,https://raw.githubusercontent.com/duosecurity/duo_api_golang/master/LICENSE +dustin/go-humanize,https://github.com/dustin/go-humanize/blob/master/LICENSE,Other,https://raw.githubusercontent.com/dustin/go-humanize/master/LICENSE +eapache/go-resiliency,https://github.com/eapache/go-resiliency/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/eapache/go-resiliency/master/LICENSE +eapache/go-xerial-snappy,https://github.com/eapache/go-xerial-snappy/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/eapache/go-xerial-snappy/master/LICENSE +eapache/queue,https://github.com/eapache/queue/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/eapache/queue/master/LICENSE +eclipse/paho.mqtt.golang,https://github.com/eclipse/paho.mqtt.golang/blob/master/LICENSE,Eclipse Public License 1.0,https://raw.githubusercontent.com/eclipse/paho.mqtt.golang/master/LICENSE +elazarl/go-bindata-assetfs,https://github.com/elazarl/go-bindata-assetfs/blob/master/LICENSE,BSD 2-Clause "Simplified" License,https://raw.githubusercontent.com/elazarl/go-bindata-assetfs/master/LICENSE +fatih/color,https://github.com/fatih/color/blob/master/LICENSE.md,MIT License,https://raw.githubusercontent.com/fatih/color/master/LICENSE.md +fatih/structs,https://github.com/fatih/structs/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/fatih/structs/master/LICENSE +flynn/go-shlex,https://github.com/flynn-archive/go-shlex/blob/master/COPYING,Apache License 2.0,https://raw.githubusercontent.com/flynn-archive/go-shlex/master/COPYING +fortytw2/leaktest,https://github.com/fortytw2/leaktest/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/fortytw2/leaktest/master/LICENSE +fsnotify/fsnotify,https://github.com/fsnotify/fsnotify/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/fsnotify/fsnotify/master/LICENSE +fullsailor/pkcs7,https://github.com/fullsailor/pkcs7/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/fullsailor/pkcs7/master/LICENSE +gammazero/deque,https://github.com/gammazero/deque/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/gammazero/deque/master/LICENSE +gammazero/workerpool,https://github.com/gammazero/workerpool/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/gammazero/workerpool/master/LICENSE +garyburd/redigo,https://github.com/garyburd/redigo/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/garyburd/redigo/master/LICENSE +gernest/wow,https://github.com/gernest/wow/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/gernest/wow/master/LICENSE +ghodss/yaml,https://github.com/ghodss/yaml/blob/master/LICENSE,Other,https://raw.githubusercontent.com/ghodss/yaml/master/LICENSE +gliderlabs/ssh,https://github.com/gliderlabs/ssh/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/gliderlabs/ssh/master/LICENSE +go-errors/errors,https://github.com/go-errors/errors/blob/master/LICENSE.MIT,MIT License,https://raw.githubusercontent.com/go-errors/errors/master/LICENSE.MIT +go-ini/ini,https://github.com/go-ini/ini/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/go-ini/ini/master/LICENSE +go-kit/kit,https://github.com/go-kit/kit/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/go-kit/kit/master/LICENSE +go-ldap/ldap,https://github.com/go-ldap/ldap/blob/master/LICENSE,Other,https://raw.githubusercontent.com/go-ldap/ldap/master/LICENSE +go-logfmt/logfmt,https://github.com/go-logfmt/logfmt/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/go-logfmt/logfmt/master/LICENSE +go-sql-driver/mysql,https://github.com/go-sql-driver/mysql/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/go-sql-driver/mysql/master/LICENSE +go-stack/stack,https://github.com/go-stack/stack/blob/master/LICENSE.md,MIT License,https://raw.githubusercontent.com/go-stack/stack/master/LICENSE.md +go-stomp/stomp,https://github.com/go-stomp/stomp/blob/master/license.txt,Other,https://raw.githubusercontent.com/go-stomp/stomp/master/license.txt +go-test/deep,https://github.com/go-test/deep/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/go-test/deep/master/LICENSE +gocql/gocql,https://github.com/gocql/gocql/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/gocql/gocql/master/LICENSE +gogo/protobuf,https://github.com/gogo/protobuf/blob/master/LICENSE,Other,https://raw.githubusercontent.com/gogo/protobuf/master/LICENSE +golang/glog,https://github.com/golang/glog/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/golang/glog/master/LICENSE +golang/groupcache,https://github.com/golang/groupcache/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/golang/groupcache/master/LICENSE +golang/lint,https://github.com/golang/lint/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/golang/lint/master/LICENSE +golang/mock,https://github.com/golang/mock/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/golang/mock/master/LICENSE +golang/protobuf,https://github.com/golang/protobuf/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/golang/protobuf/master/LICENSE +golang/snappy,https://github.com/golang/snappy/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/golang/snappy/master/LICENSE +gomodule/redigo,https://github.com/gomodule/redigo/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/gomodule/redigo/master/LICENSE +google/btree,https://github.com/google/btree/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/google/btree/master/LICENSE +google/go-cmp,https://github.com/google/go-cmp/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/google/go-cmp/master/LICENSE +google/go-github,https://github.com/google/go-github/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/google/go-github/master/LICENSE +google/go-querystring,https://github.com/google/go-querystring/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/google/go-querystring/master/LICENSE +google/gofuzz,https://github.com/google/gofuzz/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/google/gofuzz/master/LICENSE +google/martian,https://github.com/google/martian/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/google/martian/master/LICENSE +google/pprof,https://github.com/google/pprof/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/google/pprof/master/LICENSE +google/uuid,https://github.com/google/uuid/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/google/uuid/master/LICENSE +googleapis/gax-go,https://github.com/googleapis/gax-go/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/googleapis/gax-go/master/LICENSE +gopherjs/gopherjs,https://github.com/gopherjs/gopherjs/blob/master/LICENSE,BSD 2-Clause "Simplified" License,https://raw.githubusercontent.com/gopherjs/gopherjs/master/LICENSE +gorilla/context,https://github.com/gorilla/context/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/gorilla/context/master/LICENSE +gorilla/handlers,https://github.com/gorilla/handlers/blob/master/LICENSE,BSD 2-Clause "Simplified" License,https://raw.githubusercontent.com/gorilla/handlers/master/LICENSE +gorilla/mux,https://github.com/gorilla/mux/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/gorilla/mux/master/LICENSE +gorilla/rpc,https://github.com/gorilla/rpc/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/gorilla/rpc/master/LICENSE +gorilla/websocket,https://github.com/gorilla/websocket/blob/master/LICENSE,BSD 2-Clause "Simplified" License,https://raw.githubusercontent.com/gorilla/websocket/master/LICENSE +gotestyourself/gotestyourself,https://github.com/gotestyourself/gotest.tools/blob/master/LICENSE,Other,https://raw.githubusercontent.com/gotestyourself/gotest.tools/master/LICENSE +gregjones/httpcache,https://github.com/gregjones/httpcache/blob/master/LICENSE.txt,MIT License,https://raw.githubusercontent.com/gregjones/httpcache/master/LICENSE.txt +grpc-ecosystem/go-grpc-middleware,https://github.com/grpc-ecosystem/go-grpc-middleware/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/grpc-ecosystem/go-grpc-middleware/master/LICENSE +grpc-ecosystem/go-grpc-prometheus,https://github.com/grpc-ecosystem/go-grpc-prometheus/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/grpc-ecosystem/go-grpc-prometheus/master/LICENSE +grpc-ecosystem/grpc-gateway,https://github.com/grpc-ecosystem/grpc-gateway/blob/master/LICENSE.txt,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/grpc-ecosystem/grpc-gateway/master/LICENSE.txt +hailocab/go-hostpool,https://github.com/hailocab/go-hostpool/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/hailocab/go-hostpool/master/LICENSE +hashicorp/consul,https://github.com/hashicorp/consul/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/consul/master/LICENSE +hashicorp/errwrap,https://github.com/hashicorp/errwrap/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/errwrap/master/LICENSE +hashicorp/go-cleanhttp,https://github.com/hashicorp/go-cleanhttp/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/go-cleanhttp/master/LICENSE +hashicorp/go-gcp-common,https://github.com/hashicorp/go-gcp-common/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/go-gcp-common/master/LICENSE +hashicorp/go-hclog,https://github.com/hashicorp/go-hclog/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/hashicorp/go-hclog/master/LICENSE +hashicorp/go-immutable-radix,https://github.com/hashicorp/go-immutable-radix/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/go-immutable-radix/master/LICENSE +hashicorp/go-memdb,https://github.com/hashicorp/go-memdb/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/go-memdb/master/LICENSE +hashicorp/go-msgpack,https://github.com/hashicorp/go-msgpack/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/hashicorp/go-msgpack/master/LICENSE +hashicorp/go-multierror,https://github.com/hashicorp/go-multierror/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/go-multierror/master/LICENSE +hashicorp/go-plugin,https://github.com/hashicorp/go-plugin/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/go-plugin/master/LICENSE +hashicorp/go-retryablehttp,https://github.com/hashicorp/go-retryablehttp/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/go-retryablehttp/master/LICENSE +hashicorp/go-rootcerts,https://github.com/hashicorp/go-rootcerts/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/go-rootcerts/master/LICENSE +hashicorp/go-sockaddr,https://github.com/hashicorp/go-sockaddr/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/go-sockaddr/master/LICENSE +hashicorp/go-syslog,https://github.com/hashicorp/go-syslog/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/hashicorp/go-syslog/master/LICENSE +hashicorp/go-uuid,https://github.com/hashicorp/go-uuid/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/go-uuid/master/LICENSE +hashicorp/go-version,https://github.com/hashicorp/go-version/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/go-version/master/LICENSE +hashicorp/go.net,https://github.com/hashicorp/go.net/blob/master/LICENSE,Other,https://raw.githubusercontent.com/hashicorp/go.net/master/LICENSE +hashicorp/golang-lru,https://github.com/hashicorp/golang-lru/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/golang-lru/master/LICENSE +hashicorp/hcl,https://github.com/hashicorp/hcl/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/hcl/master/LICENSE +hashicorp/logutils,https://github.com/hashicorp/logutils/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/logutils/master/LICENSE +hashicorp/mdns,https://github.com/hashicorp/mdns/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/hashicorp/mdns/master/LICENSE +hashicorp/memberlist,https://github.com/hashicorp/memberlist/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/memberlist/master/LICENSE +hashicorp/nomad,https://github.com/hashicorp/nomad/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/nomad/master/LICENSE +hashicorp/raft,https://github.com/hashicorp/raft/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/raft/master/LICENSE +hashicorp/serf,https://github.com/hashicorp/serf/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/serf/master/LICENSE +hashicorp/vault,https://github.com/hashicorp/vault/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/vault/master/LICENSE +hashicorp/vault-plugin-auth-alicloud,https://github.com/hashicorp/vault-plugin-auth-alicloud/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/vault-plugin-auth-alicloud/master/LICENSE +hashicorp/vault-plugin-auth-azure,https://github.com/hashicorp/vault-plugin-auth-azure/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/vault-plugin-auth-azure/master/LICENSE +hashicorp/vault-plugin-auth-centrify,https://github.com/hashicorp/vault-plugin-auth-centrify/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/vault-plugin-auth-centrify/master/LICENSE +hashicorp/vault-plugin-auth-gcp,https://github.com/hashicorp/vault-plugin-auth-gcp/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/vault-plugin-auth-gcp/master/LICENSE +hashicorp/vault-plugin-auth-jwt,https://github.com/hashicorp/vault-plugin-auth-jwt/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/vault-plugin-auth-jwt/master/LICENSE +hashicorp/vault-plugin-auth-kubernetes,https://github.com/hashicorp/vault-plugin-auth-kubernetes/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/vault-plugin-auth-kubernetes/master/LICENSE +hashicorp/vault-plugin-secrets-ad,https://github.com/hashicorp/vault-plugin-secrets-ad/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/vault-plugin-secrets-ad/master/LICENSE +hashicorp/vault-plugin-secrets-alicloud,https://github.com/hashicorp/vault-plugin-secrets-alicloud/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/vault-plugin-secrets-alicloud/master/LICENSE +hashicorp/vault-plugin-secrets-azure,https://github.com/hashicorp/vault-plugin-secrets-azure/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/vault-plugin-secrets-azure/master/LICENSE +hashicorp/vault-plugin-secrets-gcp,https://github.com/hashicorp/vault-plugin-secrets-gcp/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/vault-plugin-secrets-gcp/master/LICENSE +hashicorp/vault-plugin-secrets-gcpkms,https://github.com/hashicorp/vault-plugin-secrets-gcpkms/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/vault-plugin-secrets-gcpkms/master/LICENSE +hashicorp/vault-plugin-secrets-kv,https://github.com/hashicorp/vault-plugin-secrets-kv/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/vault-plugin-secrets-kv/master/LICENSE +hashicorp/yamux,https://github.com/hashicorp/yamux/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/hashicorp/yamux/master/LICENSE +howeyc/gopass,https://github.com/howeyc/gopass/blob/master/LICENSE.txt,ISC License,https://raw.githubusercontent.com/howeyc/gopass/master/LICENSE.txt +hpcloud/tail,https://github.com/hpcloud/tail/blob/master/LICENSE.txt,Other,https://raw.githubusercontent.com/hpcloud/tail/master/LICENSE.txt +inconshreveable/go-update,https://github.com/inconshreveable/go-update/blob/master/LICENSE,Other,https://raw.githubusercontent.com/inconshreveable/go-update/master/LICENSE +jcmturner/gofork,https://github.com/jcmturner/gofork/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/jcmturner/gofork/master/LICENSE +jeffchao/backoff,https://github.com/jeffchao/backoff/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/jeffchao/backoff/master/LICENSE +jefferai/jsonx,https://github.com/jefferai/jsonx/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/jefferai/jsonx/master/LICENSE +jellevandenhooff/dkim,https://github.com/jellevandenhooff/dkim/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/jellevandenhooff/dkim/master/LICENSE +jmespath/go-jmespath,https://github.com/jmespath/go-jmespath/blob/master/LICENSE,Other,https://raw.githubusercontent.com/jmespath/go-jmespath/master/LICENSE +jonboulle/clockwork,https://github.com/jonboulle/clockwork/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/jonboulle/clockwork/master/LICENSE +json-iterator/go,https://github.com/json-iterator/go/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/json-iterator/go/master/LICENSE +jstemmer/go-junit-report,https://github.com/jstemmer/go-junit-report/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/jstemmer/go-junit-report/master/LICENSE +jtolds/gls,https://github.com/jtolds/gls/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/jtolds/gls/master/LICENSE +julienschmidt/httprouter,https://github.com/julienschmidt/httprouter/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/julienschmidt/httprouter/master/LICENSE +keybase/go-crypto,https://github.com/keybase/go-crypto/blob/master/LICENSE,Other,https://raw.githubusercontent.com/keybase/go-crypto/master/LICENSE +kisielk/errcheck,https://github.com/kisielk/errcheck/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/kisielk/errcheck/master/LICENSE +kisielk/gotool,https://github.com/kisielk/gotool/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/kisielk/gotool/master/LICENSE +klauspost/compress,https://github.com/klauspost/compress/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/klauspost/compress/master/LICENSE +klauspost/cpuid,https://github.com/klauspost/cpuid/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/klauspost/cpuid/master/LICENSE +klauspost/crc32,https://github.com/klauspost/crc32/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/klauspost/crc32/master/LICENSE +klauspost/pgzip,https://github.com/klauspost/pgzip/blob/master/LICENSE,Other,https://raw.githubusercontent.com/klauspost/pgzip/master/LICENSE +klauspost/readahead,https://github.com/klauspost/readahead/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/klauspost/readahead/master/LICENSE +klauspost/reedsolomon,https://github.com/klauspost/reedsolomon/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/klauspost/reedsolomon/master/LICENSE +konsorten/go-windows-terminal-sequences,https://github.com/konsorten/go-windows-terminal-sequences/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/konsorten/go-windows-terminal-sequences/master/LICENSE +kr/pretty,https://github.com/kr/pretty/blob/main/License,MIT License,https://raw.githubusercontent.com/kr/pretty/main/License +kr/pty,https://github.com/kr/pty/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/kr/pty/master/LICENSE +kr/text,https://github.com/kr/text/blob/main/License,MIT License,https://raw.githubusercontent.com/kr/text/main/License +kurin/blazer,https://github.com/kurin/blazer/blob/master/LICENSE,Other,https://raw.githubusercontent.com/kurin/blazer/master/LICENSE +lib/pq,https://github.com/lib/pq/blob/master/LICENSE.md,Other,https://raw.githubusercontent.com/lib/pq/master/LICENSE.md +mailru/easyjson,https://github.com/mailru/easyjson/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/mailru/easyjson/master/LICENSE +marstr/guid,https://github.com/marstr/guid/blob/master/LICENSE.txt,MIT License,https://raw.githubusercontent.com/marstr/guid/master/LICENSE.txt +mattbaird/elastigo,https://github.com/mattbaird/elastigo/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/mattbaird/elastigo/master/LICENSE +mattn/go-colorable,https://github.com/mattn/go-colorable/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/mattn/go-colorable/master/LICENSE +mattn/go-isatty,https://github.com/mattn/go-isatty/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/mattn/go-isatty/master/LICENSE +mattn/go-runewidth,https://github.com/mattn/go-runewidth/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/mattn/go-runewidth/master/LICENSE +matttproud/golang_protobuf_extensions,https://github.com/matttproud/golang_protobuf_extensions/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/matttproud/golang_protobuf_extensions/master/LICENSE +michaelklishin/rabbit-hole,https://github.com/michaelklishin/rabbit-hole/blob/master/LICENSE,BSD 2-Clause "Simplified" License,https://raw.githubusercontent.com/michaelklishin/rabbit-hole/master/LICENSE +miekg/dns,https://github.com/miekg/dns/blob/master/LICENSE,Other,https://raw.githubusercontent.com/miekg/dns/master/LICENSE +minio/blazer,https://github.com/minio/blazer/blob/master/LICENSE,Other,https://raw.githubusercontent.com/minio/blazer/master/LICENSE +minio/cli,https://github.com/minio/cli/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/minio/cli/master/LICENSE +minio/dsync,https://github.com/minio/dsync/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/minio/dsync/master/LICENSE +minio/gokrb5,https://github.com/minio/gokrb5/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/minio/gokrb5/master/LICENSE +minio/hdfs,https://github.com/minio/hdfs/blob/master/LICENSE.txt,MIT License,https://raw.githubusercontent.com/minio/hdfs/master/LICENSE.txt +minio/highwayhash,https://github.com/minio/highwayhash/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/minio/highwayhash/master/LICENSE +minio/mc,https://github.com/minio/mc/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/minio/mc/master/LICENSE +minio/minio-go,https://github.com/minio/minio-go/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/minio/minio-go/master/LICENSE +minio/parquet-go,https://github.com/minio/parquet-go/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/minio/parquet-go/master/LICENSE +minio/sha256-simd,https://github.com/minio/sha256-simd/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/minio/sha256-simd/master/LICENSE +minio/sio,https://github.com/minio/sio/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/minio/sio/master/LICENSE +mitchellh/cli,https://github.com/mitchellh/cli/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/mitchellh/cli/master/LICENSE +mitchellh/copystructure,https://github.com/mitchellh/copystructure/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/mitchellh/copystructure/master/LICENSE +mitchellh/go-homedir,https://github.com/mitchellh/go-homedir/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/mitchellh/go-homedir/master/LICENSE +mitchellh/go-testing-interface,https://github.com/mitchellh/go-testing-interface/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/mitchellh/go-testing-interface/master/LICENSE +mitchellh/go-wordwrap,https://github.com/mitchellh/go-wordwrap/blob/master/LICENSE.md,MIT License,https://raw.githubusercontent.com/mitchellh/go-wordwrap/master/LICENSE.md +mitchellh/gox,https://github.com/mitchellh/gox/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/mitchellh/gox/master/LICENSE +mitchellh/hashstructure,https://github.com/mitchellh/hashstructure/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/mitchellh/hashstructure/master/LICENSE +mitchellh/iochan,https://github.com/mitchellh/iochan/blob/master/LICENSE.md,MIT License,https://raw.githubusercontent.com/mitchellh/iochan/master/LICENSE.md +mitchellh/mapstructure,https://github.com/mitchellh/mapstructure/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/mitchellh/mapstructure/master/LICENSE +mitchellh/pointerstructure,https://github.com/mitchellh/pointerstructure/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/mitchellh/pointerstructure/master/LICENSE +mitchellh/reflectwalk,https://github.com/mitchellh/reflectwalk/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/mitchellh/reflectwalk/master/LICENSE +modern-go/concurrent,https://github.com/modern-go/concurrent/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/modern-go/concurrent/master/LICENSE +modern-go/reflect2,https://github.com/modern-go/reflect2/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/modern-go/reflect2/master/LICENSE +mwitkow/go-conntrack,https://github.com/mwitkow/go-conntrack/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/mwitkow/go-conntrack/master/LICENSE +nats-io/gnatsd,https://github.com/nats-io/nats-server/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/nats-io/nats-server/master/LICENSE +nats-io/go-nats,https://github.com/nats-io/go-nats/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/nats-io/go-nats/master/LICENSE +nats-io/go-nats-streaming,https://github.com/nats-io/go-nats-streaming/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/nats-io/go-nats-streaming/master/LICENSE +nats-io/nats,https://github.com/nats-io/nats.go/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/nats-io/nats.go/master/LICENSE +nats-io/nats-server,https://github.com/nats-io/nats-server/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/nats-io/nats-server/master/LICENSE +nats-io/nats-streaming-server,https://github.com/nats-io/nats-streaming-server/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/nats-io/nats-streaming-server/master/LICENSE +nats-io/nats.go,https://github.com/nats-io/nats.go/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/nats-io/nats.go/master/LICENSE +nats-io/nkeys,https://github.com/nats-io/nkeys/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/nats-io/nkeys/master/LICENSE +nats-io/nuid,https://github.com/nats-io/nuid/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/nats-io/nuid/master/LICENSE +nats-io/stan.go,https://github.com/nats-io/stan.go/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/nats-io/stan.go/master/LICENSE +ncw/directio,https://github.com/ncw/directio/blob/master/COPYING,MIT License,https://raw.githubusercontent.com/ncw/directio/master/COPYING +nsqio/go-nsq,https://github.com/nsqio/go-nsq/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/nsqio/go-nsq/master/LICENSE +oklog/run,https://github.com/oklog/run/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/oklog/run/master/LICENSE +onsi/ginkgo,https://github.com/onsi/ginkgo/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/onsi/ginkgo/master/LICENSE +onsi/gomega,https://github.com/onsi/gomega/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/onsi/gomega/master/LICENSE +opencontainers/go-digest,https://github.com/opencontainers/go-digest/blob/master/LICENSE,Other,https://raw.githubusercontent.com/opencontainers/go-digest/master/LICENSE +opencontainers/image-spec,https://github.com/opencontainers/image-spec/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/opencontainers/image-spec/master/LICENSE +opencontainers/runc,https://github.com/opencontainers/runc/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/opencontainers/runc/master/LICENSE +opentracing/opentracing-go,https://github.com/opentracing/opentracing-go/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/opentracing/opentracing-go/master/LICENSE +openzipkin/zipkin-go,https://github.com/openzipkin/zipkin-go/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/openzipkin/zipkin-go/master/LICENSE +ory-am/common,https://github.com/ory/common/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/ory/common/master/LICENSE +ory/dockertest,https://github.com/ory/dockertest/blob/v3/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/ory/dockertest/v3/LICENSE +pascaldekloe/goe,https://github.com/pascaldekloe/goe/blob/master/LICENSE,Other,https://raw.githubusercontent.com/pascaldekloe/goe/master/LICENSE +patrickmn/go-cache,https://github.com/patrickmn/go-cache/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/patrickmn/go-cache/master/LICENSE +pborman/getopt,https://github.com/pborman/getopt/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/pborman/getopt/master/LICENSE +pborman/uuid,https://github.com/pborman/uuid/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/pborman/uuid/master/LICENSE +pierrec/lz4,https://github.com/pierrec/lz4/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/pierrec/lz4/master/LICENSE +pkg/errors,https://github.com/pkg/errors/blob/master/LICENSE,BSD 2-Clause "Simplified" License,https://raw.githubusercontent.com/pkg/errors/master/LICENSE +pkg/profile,https://github.com/pkg/profile/blob/master/LICENSE,BSD 2-Clause "Simplified" License,https://raw.githubusercontent.com/pkg/profile/master/LICENSE +pkg/xattr,https://github.com/pkg/xattr/blob/master/LICENSE,BSD 2-Clause "Simplified" License,https://raw.githubusercontent.com/pkg/xattr/master/LICENSE +pmezard/go-difflib,https://github.com/pmezard/go-difflib/blob/master/LICENSE,Other,https://raw.githubusercontent.com/pmezard/go-difflib/master/LICENSE +posener/complete,https://github.com/posener/complete/blob/master/LICENSE.txt,MIT License,https://raw.githubusercontent.com/posener/complete/master/LICENSE.txt +pquerna/cachecontrol,https://github.com/pquerna/cachecontrol/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/pquerna/cachecontrol/master/LICENSE +pquerna/otp,https://github.com/pquerna/otp/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/pquerna/otp/master/LICENSE +prometheus/client_golang,https://github.com/prometheus/client_golang/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/prometheus/client_golang/master/LICENSE +prometheus/client_model,https://github.com/prometheus/client_model/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/prometheus/client_model/master/LICENSE +prometheus/common,https://github.com/prometheus/common/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/prometheus/common/master/LICENSE +prometheus/procfs,https://github.com/prometheus/procfs/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/prometheus/procfs/master/LICENSE +rcrowley/go-metrics,https://github.com/rcrowley/go-metrics/blob/master/LICENSE,Other,https://raw.githubusercontent.com/rcrowley/go-metrics/master/LICENSE +rjeczalik/notify,https://github.com/rjeczalik/notify/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/rjeczalik/notify/master/LICENSE +rogpeppe/fastuuid,https://github.com/rogpeppe/fastuuid/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/rogpeppe/fastuuid/master/LICENSE +rs/cors,https://github.com/rs/cors/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/rs/cors/master/LICENSE +ryanuber/columnize,https://github.com/ryanuber/columnize/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/ryanuber/columnize/master/LICENSE +ryanuber/go-glob,https://github.com/ryanuber/go-glob/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/ryanuber/go-glob/master/LICENSE +samuel/go-zookeeper,https://github.com/samuel/go-zookeeper/blob/master/LICENSE,Other,https://raw.githubusercontent.com/samuel/go-zookeeper/master/LICENSE +satori/go.uuid,https://github.com/satori/go.uuid/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/satori/go.uuid/master/LICENSE +sean-/seed,https://github.com/sean-/seed/blob/master/LICENSE,Other,https://raw.githubusercontent.com/sean-/seed/master/LICENSE +sirupsen/logrus,https://github.com/sirupsen/logrus/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/sirupsen/logrus/master/LICENSE +skyrings/skyring-common,https://github.com/skyrings/skyring-common/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/skyrings/skyring-common/master/LICENSE +smartystreets/assertions,https://github.com/smartystreets/assertions/blob/master/LICENSE.md,Other,https://raw.githubusercontent.com/smartystreets/assertions/master/LICENSE.md +smartystreets/go-aws-auth,https://github.com/smartystreets-archives/go-aws-auth/blob/master/LICENSE.md,Other,https://raw.githubusercontent.com/smartystreets-archives/go-aws-auth/master/LICENSE.md +smartystreets/goconvey,https://github.com/smartystreets/goconvey/blob/master/LICENSE.md,Other,https://raw.githubusercontent.com/smartystreets/goconvey/master/LICENSE.md +soheilhy/cmux,https://github.com/soheilhy/cmux/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/soheilhy/cmux/master/LICENSE +spf13/pflag,https://github.com/spf13/pflag/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/spf13/pflag/master/LICENSE +streadway/amqp,https://github.com/streadway/amqp/blob/master/LICENSE,BSD 2-Clause "Simplified" License,https://raw.githubusercontent.com/streadway/amqp/master/LICENSE +stretchr/objx,https://github.com/stretchr/objx/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/stretchr/objx/master/LICENSE +stretchr/testify,https://github.com/stretchr/testify/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/stretchr/testify/master/LICENSE +tarm/serial,https://github.com/tarm/serial/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/tarm/serial/master/LICENSE +tidwall/gjson,https://github.com/tidwall/gjson/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/tidwall/gjson/master/LICENSE +tidwall/match,https://github.com/tidwall/match/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/tidwall/match/master/LICENSE +tidwall/pretty,https://github.com/tidwall/pretty/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/tidwall/pretty/master/LICENSE +tidwall/sjson,https://github.com/tidwall/sjson/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/tidwall/sjson/master/LICENSE +tmc/grpc-websocket-proxy,https://github.com/tmc/grpc-websocket-proxy/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/tmc/grpc-websocket-proxy/master/LICENSE +tv42/httpunix,https://github.com/tv42/httpunix/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/tv42/httpunix/master/LICENSE +ugorji/go,https://github.com/ugorji/go/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/ugorji/go/master/LICENSE +valyala/fastjson,https://github.com/valyala/fastjson/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/valyala/fastjson/master/LICENSE +valyala/tcplisten,https://github.com/valyala/tcplisten/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/valyala/tcplisten/master/LICENSE +xiang90/probing,https://github.com/xiang90/probing/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/xiang90/probing/master/LICENSE +etcd-io/bbolt,https://github.com/etcd-io/bbolt/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/etcd-io/bbolt/master/LICENSE +census-instrumentation/opencensus-go,https://github.com/census-instrumentation/opencensus-go/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/census-instrumentation/opencensus-go/master/LICENSE +uber-go/atomic,https://github.com/uber-go/atomic/blob/master/LICENSE.txt,MIT License,https://raw.githubusercontent.com/uber-go/atomic/master/LICENSE.txt +uber-go/multierr,https://github.com/uber-go/multierr/blob/master/LICENSE.txt,MIT License,https://raw.githubusercontent.com/uber-go/multierr/master/LICENSE.txt +uber-go/zap,https://github.com/uber-go/zap/blob/master/LICENSE.txt,Other,https://raw.githubusercontent.com/uber-go/zap/master/LICENSE.txt +go4org/go4,https://github.com/go4org/go4/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/go4org/go4/master/LICENSE +golang/build,https://github.com/golang/build/blob/master/LICENSE,Other,https://raw.githubusercontent.com/golang/build/master/LICENSE +golang/crypto,https://github.com/golang/crypto/blob/master/LICENSE,Other,https://raw.githubusercontent.com/golang/crypto/master/LICENSE +golang/exp,https://github.com/golang/exp/blob/master/LICENSE,Other,https://raw.githubusercontent.com/golang/exp/master/LICENSE +golang/net,https://github.com/golang/net/blob/master/LICENSE,Other,https://raw.githubusercontent.com/golang/net/master/LICENSE +golang/oauth2,https://github.com/golang/oauth2/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/golang/oauth2/master/LICENSE +golang/perf,https://github.com/golang/perf/blob/master/LICENSE,Other,https://raw.githubusercontent.com/golang/perf/master/LICENSE +golang/sync,https://github.com/golang/sync/blob/master/LICENSE,Other,https://raw.githubusercontent.com/golang/sync/master/LICENSE +golang/sys,https://github.com/golang/sys/blob/master/LICENSE,Other,https://raw.githubusercontent.com/golang/sys/master/LICENSE +golang/text,https://github.com/golang/text/blob/master/LICENSE,Other,https://raw.githubusercontent.com/golang/text/master/LICENSE +golang/time,https://github.com/golang/time/blob/master/LICENSE,Other,https://raw.githubusercontent.com/golang/time/master/LICENSE +golang/tools,https://github.com/golang/tools/blob/master/LICENSE,Other,https://raw.githubusercontent.com/golang/tools/master/LICENSE +google/google-api-go-client,https://github.com/googleapis/google-api-go-client/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/googleapis/google-api-go-client/master/LICENSE +golang/appengine,https://github.com/golang/appengine/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/golang/appengine/master/LICENSE +google/go-genproto,https://github.com/googleapis/go-genproto/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/googleapis/go-genproto/master/LICENSE +grpc/grpc-go,https://github.com/grpc/grpc-go/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/grpc/grpc-go/master/LICENSE +VividCortex/ewma,https://github.com/VividCortex/ewma/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/VividCortex/ewma/master/LICENSE +alecthomas/kingpin,https://github.com/alecthomas/kingpin/blob/master/COPYING,MIT License,https://raw.githubusercontent.com/alecthomas/kingpin/master/COPYING +go-asn1-ber/asn1-ber,https://github.com/go-asn1-ber/asn1-ber/blob/master/LICENSE,Other,https://raw.githubusercontent.com/go-asn1-ber/asn1-ber/master/LICENSE +go-check/check,https://github.com/go-check/check/blob/v1/LICENSE,Other,https://raw.githubusercontent.com/go-check/check/v1/LICENSE +fatih/pool,https://github.com/fatih/pool/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/fatih/pool/master/LICENSE +gorethink/gorethink,https://github.com/rethinkdb/rethinkdb-go/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/rethinkdb/rethinkdb-go/master/LICENSE +h2non/filetype,https://github.com/h2non/filetype/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/h2non/filetype/master/LICENSE +go-inf/inf,https://github.com/go-inf/inf/blob/master/LICENSE,Other,https://raw.githubusercontent.com/go-inf/inf/master/LICENSE +jcmturner/aescts,https://github.com/jcmturner/aescts/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/jcmturner/aescts/master/LICENSE +jcmturner/dnsutils,https://github.com/jcmturner/dnsutils/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/jcmturner/dnsutils/master/LICENSE +jcmturner/goidentity,https://github.com/jcmturner/goidentity/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/jcmturner/goidentity/master/LICENSE +jcmturner/gokrb5,https://github.com/jcmturner/gokrb5/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/jcmturner/gokrb5/master/LICENSE +jcmturner/rpc,https://github.com/jcmturner/rpc/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/jcmturner/rpc/master/LICENSE +go-mgo/mgo,https://github.com/go-mgo/mgo/blob/v2-unstable/LICENSE,Other,https://raw.githubusercontent.com/go-mgo/mgo/v2-unstable/LICENSE +olivere/elastic,https://github.com/olivere/elastic/blob/release-branch.v7/LICENSE,MIT License,https://raw.githubusercontent.com/olivere/elastic/release-branch.v7/LICENSE +ory-am/dockertest,https://github.com/ory/dockertest/blob/v3/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/ory/dockertest/v3/LICENSE +go-resty/resty,https://github.com/go-resty/resty/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/go-resty/resty/master/LICENSE +square/go-jose,https://github.com/square/go-jose/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/square/go-jose/master/LICENSE +go-tomb/tomb,https://github.com/go-tomb/tomb/blob/v1/LICENSE,Other,https://raw.githubusercontent.com/go-tomb/tomb/v1/LICENSE +urfave/cli,https://github.com/urfave/cli/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/urfave/cli/master/LICENSE +go-yaml/yaml,https://github.com/go-yaml/yaml/blob/v2/LICENSE,Other,https://raw.githubusercontent.com/go-yaml/yaml/v2/LICENSE +gotestyourself/gotest.tools,https://github.com/gotestyourself/gotest.tools/blob/master/LICENSE,Other,https://raw.githubusercontent.com/gotestyourself/gotest.tools/master/LICENSE +go4org/grpc,https://github.com/go4org/grpc/blob/master/LICENSE,Other,https://raw.githubusercontent.com/go4org/grpc/master/LICENSE +dominikh/go-tools,https://github.com/dominikh/go-tools/blob/master/LICENSE,Other,https://raw.githubusercontent.com/dominikh/go-tools/master/LICENSE +kubernetes/api,https://github.com/kubernetes/api/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/kubernetes/api/master/LICENSE +kubernetes/apimachinery,https://github.com/kubernetes/apimachinery/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/kubernetes/apimachinery/master/LICENSE +kubernetes/klog,https://github.com/kubernetes/klog/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/kubernetes/klog/master/LICENSE +layeh/radius,https://github.com/layeh/radius/blob/master/LICENSE,Mozilla Public License 2.0,https://raw.githubusercontent.com/layeh/radius/master/LICENSE +kubernetes-sigs/yaml,https://github.com/kubernetes-sigs/yaml/blob/master/LICENSE,Other,https://raw.githubusercontent.com/kubernetes-sigs/yaml/master/LICENSE diff --git a/third_party/minio/license-intermediate-data/repo.txt b/third_party/minio/license-intermediate-data/repo.txt new file mode 100644 index 00000000000..ef589c12f5b --- /dev/null +++ b/third_party/minio/license-intermediate-data/repo.txt @@ -0,0 +1,347 @@ +minio/minio +GoogleCloudPlatform/gcloud-golang +census-ecosystem/opencensus-go-exporter-ocagent +census-ecosystem/opencensus-go-exporter-stackdriver +apache/thrift +Azure/azure-sdk-for-go +Azure/go-ansiterm +Azure/go-autorest +BurntSushi/toml +DataDog/datadog-go +DataDog/zstd +Jeffail/gabs +Microsoft/go-winio +NYTimes/gziphandler +Nvveen/Gotty +SAP/go-hdb +SermoDigital/jose +Shopify/sarama +Shopify/toxiproxy +a8m/mark +alecthomas/participle +alecthomas/template +alecthomas/units +aliyun/alibaba-cloud-sdk-go +aliyun/aliyun-oss-go-sdk +anmitsu/go-shlex +araddon/gou +armon/circbuf +armon/go-metrics +armon/go-radix +asaskevich/govalidator +aws/aws-sdk-go +baiyubin/aliyun-sts-go-sdk +bcicen/jstream +beorn7/perks +bgentry/speakeasy +bitly/go-hostpool +bmizerany/assert +boombuler/barcode +bradfitz/go-smtpd +briankassouf/jose +cenkalti/backoff +census-instrumentation/opencensus-proto +centrify/cloud-golang-sdk +cheggaaa/pb +chrismalek/oktasdk-go +circonus-labs/circonus-gometrics +circonus-labs/circonusllhist +client9/misspell +containerd/continuity +coredns/coredns +coreos/bbolt +coreos/etcd +coreos/go-oidc +coreos/go-semver +coreos/go-systemd +coreos/pkg +dancannon/gorethink +davecgh/go-spew +denisenkom/go-mssqldb +dgrijalva/jwt-go +dimchansky/utfbom +djherbis/atime +dnaeon/go-vcr +docker/go-connections +docker/go-units +duosecurity/duo_api_golang +dustin/go-humanize +eapache/go-resiliency +eapache/go-xerial-snappy +eapache/queue +eclipse/paho.mqtt.golang +elazarl/go-bindata-assetfs +fatih/color +fatih/structs +flynn/go-shlex +fortytw2/leaktest +fsnotify/fsnotify +fullsailor/pkcs7 +gammazero/deque +gammazero/workerpool +garyburd/redigo +gernest/wow +ghodss/yaml +gliderlabs/ssh +go-errors/errors +go-ini/ini +go-kit/kit +go-ldap/ldap +go-logfmt/logfmt +go-sql-driver/mysql +go-stack/stack +go-stomp/stomp +go-test/deep +gocql/gocql +gogo/protobuf +golang/glog +golang/groupcache +golang/lint +golang/mock +golang/protobuf +golang/snappy +gomodule/redigo +google/btree +google/go-cmp +google/go-github +google/go-querystring +google/gofuzz +google/martian +google/pprof +google/uuid +googleapis/gax-go +gopherjs/gopherjs +gorhill/cronexpr +gorilla/context +gorilla/handlers +gorilla/mux +gorilla/rpc +gorilla/websocket +gotestyourself/gotestyourself +gregjones/httpcache +grpc-ecosystem/go-grpc-middleware +grpc-ecosystem/go-grpc-prometheus +grpc-ecosystem/grpc-gateway +hailocab/go-hostpool +hashicorp/consul +hashicorp/errwrap +hashicorp/go-cleanhttp +hashicorp/go-gcp-common +hashicorp/go-hclog +hashicorp/go-immutable-radix +hashicorp/go-memdb +hashicorp/go-msgpack +hashicorp/go-multierror +hashicorp/go-plugin +hashicorp/go-retryablehttp +hashicorp/go-rootcerts +hashicorp/go-sockaddr +hashicorp/go-syslog +hashicorp/go-uuid +hashicorp/go-version +hashicorp/go.net +hashicorp/golang-lru +hashicorp/hcl +hashicorp/logutils +hashicorp/mdns +hashicorp/memberlist +hashicorp/nomad +hashicorp/raft +hashicorp/serf +hashicorp/vault +hashicorp/vault-plugin-auth-alicloud +hashicorp/vault-plugin-auth-azure +hashicorp/vault-plugin-auth-centrify +hashicorp/vault-plugin-auth-gcp +hashicorp/vault-plugin-auth-jwt +hashicorp/vault-plugin-auth-kubernetes +hashicorp/vault-plugin-secrets-ad +hashicorp/vault-plugin-secrets-alicloud +hashicorp/vault-plugin-secrets-azure +hashicorp/vault-plugin-secrets-gcp +hashicorp/vault-plugin-secrets-gcpkms +hashicorp/vault-plugin-secrets-kv +hashicorp/yamux +howeyc/gopass +hpcloud/tail +inconshreveable/go-update +jcmturner/gofork +jeffchao/backoff +jefferai/jsonx +jellevandenhooff/dkim +jmespath/go-jmespath +jonboulle/clockwork +json-iterator/go +jstemmer/go-junit-report +jtolds/gls +julienschmidt/httprouter +keybase/go-crypto +kisielk/errcheck +kisielk/gotool +klauspost/compress +klauspost/cpuid +klauspost/crc32 +klauspost/pgzip +klauspost/readahead +klauspost/reedsolomon +konsorten/go-windows-terminal-sequences +kr/logfmt +kr/pretty +kr/pty +kr/text +kurin/blazer +lib/pq +mailru/easyjson +marstr/guid +mattbaird/elastigo +mattn/go-colorable +mattn/go-isatty +mattn/go-runewidth +matttproud/golang_protobuf_extensions +michaelklishin/rabbit-hole +miekg/dns +minio/blazer +minio/cli +minio/dsync +minio/gokrb5 +minio/hdfs +minio/highwayhash +minio/lsync +minio/mc +minio/minio-go +minio/parquet-go +minio/sha256-simd +minio/sio +mitchellh/cli +mitchellh/copystructure +mitchellh/go-homedir +mitchellh/go-testing-interface +mitchellh/go-wordwrap +mitchellh/gox +mitchellh/hashstructure +mitchellh/iochan +mitchellh/mapstructure +mitchellh/pointerstructure +mitchellh/reflectwalk +modern-go/concurrent +modern-go/reflect2 +mwitkow/go-conntrack +nats-io/gnatsd +nats-io/go-nats +nats-io/go-nats-streaming +nats-io/nats +nats-io/nats-server +nats-io/nats-streaming-server +nats-io/nats.go +nats-io/nkeys +nats-io/nuid +nats-io/stan.go +ncw/directio +nsqio/go-nsq +oklog/run +onsi/ginkgo +onsi/gomega +opencontainers/go-digest +opencontainers/image-spec +opencontainers/runc +opentracing/opentracing-go +openzipkin/zipkin-go +ory-am/common +ory/dockertest +pascaldekloe/goe +patrickmn/go-cache +pborman/getopt +pborman/uuid +pierrec/lz4 +pkg/errors +pkg/profile +pkg/xattr +pmezard/go-difflib +posener/complete +pquerna/cachecontrol +pquerna/otp +prometheus/client_golang +prometheus/client_model +prometheus/common +prometheus/procfs +rcrowley/go-metrics +rjeczalik/notify +rogpeppe/fastuuid +rs/cors +ryanuber/columnize +ryanuber/go-glob +samuel/go-zookeeper +satori/go.uuid +sean-/seed +segmentio/go-prompt +sirupsen/logrus +skyrings/skyring-common +smartystreets/assertions +smartystreets/go-aws-auth +smartystreets/goconvey +soheilhy/cmux +spf13/pflag +streadway/amqp +stretchr/objx +stretchr/testify +tarm/serial +tidwall/gjson +tidwall/match +tidwall/pretty +tidwall/sjson +tmc/grpc-websocket-proxy +tv42/httpunix +ugorji/go +valyala/fastjson +valyala/tcplisten +xiang90/probing +etcd-io/bbolt +census-instrumentation/opencensus-go +uber-go/atomic +uber-go/multierr +uber-go/zap +go4org/go4 +golang/build +golang/crypto +golang/exp +golang/net +golang/oauth2 +golang/perf +golang/sync +golang/sys +golang/text +golang/time +golang/tools +google/google-api-go-client +golang/appengine +google/go-genproto +grpc/grpc-go +VividCortex/ewma +alecthomas/kingpin +go-asn1-ber/asn1-ber +go-check/check +fatih/pool +gorethink/gorethink +h2non/filetype +go-inf/inf +jcmturner/aescts +jcmturner/dnsutils +jcmturner/goidentity +jcmturner/gokrb5 +jcmturner/rpc +go-mgo/mgo +olivere/elastic +ory-am/dockertest +go-resty/resty +square/go-jose +go-tomb/tomb +urfave/cli +go-yaml/yaml +gotestyourself/gotest.tools +go4org/grpc +dominikh/go-tools +kubernetes/api +kubernetes/apimachinery +kubernetes/klog +layeh/radius +kubernetes-sigs/yaml