From e1370708b723acd30291c4972029223173f31aba Mon Sep 17 00:00:00 2001 From: Oleksandr Andriienko Date: Tue, 5 Oct 2021 15:12:57 +0300 Subject: [PATCH] feat: Add `Dependencies.md` with list of runtime dependencies (#1121) * feat: Add Dependencies.md with list of runtime dependencies Signed-off-by: Oleksandr Andriienko --- DEPENDENCIES.md | 454 ++++++++ Dependencies.md | 2752 -------------------------------------------- README.md | 47 + go.mod | 21 - vendor/modules.txt | 21 - 5 files changed, 501 insertions(+), 2794 deletions(-) create mode 100644 DEPENDENCIES.md delete mode 100644 Dependencies.md diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md new file mode 100644 index 000000000..e025738a3 --- /dev/null +++ b/DEPENDENCIES.md @@ -0,0 +1,454 @@ +# Runtime dependencies + +| Packages | License | Resolved CQs | +| --- | --- | --- | +| [cloud.google.com/go/storage@v1.5.0](https://github.com/googleapis/google-cloud-go.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23334) | +| [cloud.google.com/go/pubsub@v1.2.0](https://github.com/googleapis/google-cloud-go.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23333) | +| [cloud.google.com/go/datastore@v1.2.0](https://github.com/googleapis/google-cloud-go.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23331) | +| [cloud.google.com/go/bigquery@v1.4.0](https://github.com/googleapis/google-cloud-go.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23330) +| [cloud.google.com/go@v0.54.0](https://github.com/googleapis/google-cloud-go.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23329) | +| [github.com/Azure/go-autorest@fafe600ec8bd2d9aab6c6486172ccc87df6a5302](https://github.com/azure/go-autorest.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/azure/go-autorest/fafe600ec8bd2d9aab6c6486172ccc87df6a5302) | +| [github.com/Azure/go-autorest/autorest@fafe600ec8bd2d9aab6c6486172ccc87df6a5302](https://github.com/azure/go-autorest.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/azure/go-autorest/fafe600ec8bd2d9aab6c6486172ccc87df6a5302) | +| [github.com/Azure/go-autorest/autorest/adal@fafe600ec8bd2d9aab6c6486172ccc87df6a5302](https://github.com/azure/go-autorest.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/azure/go-autorest/fafe600ec8bd2d9aab6c6486172ccc87df6a5302) | +| [github.com/Azure/go-autorest/autorest/date@fafe600ec8bd2d9aab6c6486172ccc87df6a5302](https://github.com/azure/go-autorest.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/azure/go-autorest/fafe600ec8bd2d9aab6c6486172ccc87df6a5302) | +| [github.com/Azure/go-autorest/autorest/mocks@fafe600ec8bd2d9aab6c6486172ccc87df6a5302](https://github.com/azure/go-autorest.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/azure/go-autorest/fafe600ec8bd2d9aab6c6486172ccc87df6a5302) | +| [github.com/Azure/go-autorest/logger@fafe600ec8bd2d9aab6c6486172ccc87df6a5302](https://github.com/azure/go-autorest.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/azure/go-autorest/fafe600ec8bd2d9aab6c6486172ccc87df6a5302) | +| [github.com/Azure/go-autorest/tracing@fafe600ec8bd2d9aab6c6486172ccc87df6a5302](https://github.com/azure/go-autorest.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/azure/go-autorest/fafe600ec8bd2d9aab6c6486172ccc87df6a5302) | +| [github.com/NYTimes/gziphandler@v1.0.1](https://github.com/nytimes/gziphandler.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/nytimes/gziphandler/2600fb119af974220d3916a5916d6e31176aac1b) | +| [github.com/BurntSushi/toml@v0.3.1](https://github.com/BurntSushi/toml.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/burntsushi/toml/3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005) | +| [github.com/BurntSushi/xgb@27f122750802c950b2c869a5b63dafcf590ced95](https://github.com/BurntSushi/xgb.git) | BSD-3-Clause AND WTFPL | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23291) | +| [sigs.k8s.io/structured-merge-diff/v4@v4.1.0](https://github.com/kubernetes-sigs/structured-merge-diff/releases/tag/v4.1.0.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23293) | +| [sigs.k8s.io/yaml@v1.2.0](https://github.com/kubernetes-sigs/yaml.git) | BSD-3-Clause AND MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23295) | +| [k8s.io/utils@67b214c5f920060488eda08cd2b5c30597f2f1d7](https://github.com/kubernetes/utils.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/kubernetes/utils/67b214c5f920060488eda08cd2b5c30597f2f1d7) | +| [k8s.io/gengo@0689ccc1d7d65d9dd1bedcc3b0b1ed7df91ba266](https://github.com/kubernetes/gengo.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/kubernetes/gengo/0689ccc1d7d65d9dd1bedcc3b0b1ed7df91ba266) | +| [github.com/PuerkitoBio/urlesc@5bd2802263f21d8788851d5305584c82a5c75d7e](https://github.com/puerkitobio/urlesc.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/puerkitobio/urlesc/5bd2802263f21d8788851d5305584c82a5c75d7e) | +| [github.com/census-instrumentation/opencensus-proto@v0.2.1](https://github.com/census-instrumentation/opencensus-proto.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/census-instrumentation/opencensus-proto/d89fa54de508111353cb0b06403c00569be780d8) | +| [github.com/cncf/udpa/go@e8cd3a4bb307e2c810cffff99f93e96e6d7fee85](https://github.com/cncf/udpa.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/cncf/udpa/e8cd3a4bb307e2c810cffff99f93e96e6d7fee85) | +| [github.com/creack/pty@v1.1.9](https://github.com/creack/pty.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/creack/pty/3a6a957789163cacdfe0e291617a1c8e80612c11) | +| [github.com/davecgh/go-spew@v1.1.1](https://github.com/davecgh/go-spew.git) | ISC | [clearlydefined](https://clearlydefined.io/definitions/git/github/davecgh/go-spew/8991bc29aa16c548c550c7ff78260e27b9ab7c73) | +| [github.com/dgrijalva/jwt-go@v3.2.0](https://github.com/dgrijalva/jwt-go.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/dgrijalva/jwt-go/06ea1031745cb8b3dab3f6a236daf2b0aa468b7e) | +| [github.com/docopt/docopt-go@ee0de3bc6815ee19d4a46c7eb90f829db0e014b1](https://github.com/docopt/docopt.go.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23292) | +| [github.com/emicklei/go-restful@a2fa14558f9a828f859fcad1d5c824437d7d4388](https://github.com/emicklei/go-restful.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23312) | +| [github.com/envoyproxy/go-control-plane@v0.9.4](https://github.com/envoyproxy/go-control-plane/releases/tag/v0.9.4.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/envoyproxy/go-control-plane/ba8e577f987f6676343cac84525b92ed1b2d86fe) | +| [github.com/envoyproxy/protoc-gen-validate@9eff07ddfcb4001aa1aab280648153f46e1a8ddc](https://github.com/envoyproxy/protoc-gen-validate.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23307) | +| [github.com/fsnotify/fsnotify@v1.4.7](https://github.com/fsnotify/fsnotify.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/fsnotify/fsnotify/c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9) | +| [github.com/go-logr/logr@v0.4.0](https://github.com/go-logr/logr.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23305) | +| [github.com/go-openapi/jsonpointer@v0.19.3](https://github.com/go-openapi/jsonpointer.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23304) | +| [github.com/go-openapi/jsonreference@v0.19.3](https://github.com/go-openapi/jsonreference.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23303) | +| [github.com/go-openapi/spec@v0.19.3](https://github.com/go-openapi/spec.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23302) | +| [github.com/go-openapi/swag@v0.19.5](https://github.com/go-openapi/swag.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/go-openapi/swag/c3d0f7896d589f3babb99eea24bbc7de98108e72) | +| [github.com/gogo/protobuf@v1.3.2](https://github.com/gogo/protobuf.git) | BSD-2-Clause AND BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=20958) | +| [github.com/golang/glog@23def4e6c14b4da8ac2ed8007337bc5eb5007998](https://github.com/golang/glog.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/golang/glog/23def4e6c14b4da8ac2ed8007337bc5eb5007998) | +| [github.com/golang/groupcache@8c9f03a8e57eb486e42badaed3fb287da51807ba](https://github.com/golang/groupcache.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/golang/groupcache/8c9f03a8e57eb486e42badaed3fb287da51807ba) | +| [github.com/google/gofuzz@44d81051d367757e1c7c6a5a86423ece9afcf63c](https://github.com/google/gofuzz.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=17584) | +| [github.com/google/martian@c223d6f7955e7c1a66526de1d602257e2e8b9254](https://github.com/google/martian.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/google/martian/c223d6f7955e7c1a66526de1d602257e2e8b9254) | +| [github.com/google/pprof@7dadf64105bba38bab598048e7721cc9d34f7e75](https://github.com/google/pprof.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/google/pprof/7dadf64105bba38bab598048e7721cc9d34f7e75) | +| [github.com/google/renameio@v0.1.0](https://github.com/google/renameio.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/google/renameio/f0e32980c006571efd537032e5f9cd8c1a92819e) | +| [github.com/google/uuid@v1.1.2](https://github.com/google/uuid.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/google/uuid/0e4e31197428a347842d152773b4cace4645ca25) | +| [github.com/googleapis/gax-go/v2@v2.0.5](https://github.com/googleapis/gax-go.git) | BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23301) | +| [github.com/googleapis/gnostic@v0.4.2](https://github.com/google/gnostic.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23309) | +| [github.com/gorilla/websocket@v1.4.2](https://github.com/gorilla/websocket.git) | BSD-2-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23308) | +| [k8s.io/kube-openapi@7eba4cbaebdf47b0542b619cdd2f0195279d38cd](https://github.com/kubernetes/kube-openapi.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/kubernetes/kube-openapi/7eba4cbaebdf47b0542b619cdd2f0195279d38cd) | +| [github.com/gregjones/httpcache@9cad4c3443a7200dd6400aef47183728de563a38](https://github.com/gregjones/httpcache.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/gregjones/httpcache/9cad4c3443a7200dd6400aef47183728de563a38) | +| [github.com/hashicorp/golang-lru@v0.5.1](https://github.com/hashicorp/golang-lru.git) | MPL-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/hashicorp/golang-lru/7087cb70de9f7a8bc0a10c375cb0d2280a8edf9c) | +| [github.com/hpcloud/tail@v1.0.0](https://github.com/hpcloud/tail.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23300) | +| [github.com/imdario/mergo@v0.3.5](https://github.com/imdario/mergo.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/imdario/mergo/9316a62528ac99aaecb4e47eadd6dc8aa6533d58) +| [github.com/json-iterator/go@a1ca0830781e007c66b225121d2cdb3a649421f6](https://github.com/json-iterator/go.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/json-iterator/go/a1ca0830781e007c66b225121d2cdb3a649421f6) | +| [github.com/jstemmer/go-junit-report@v0.9.1](https://github.com/jstemmer/go-junit-report.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/jstemmer/go-junit-report/cc1f095d5cc5eca2844f5c5ea7bb37f6b9bf6cac) | +| [github.com/kisielk/errcheck@v1.2.0](https://github.com/kisielk/errcheck.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/kisielk/errcheck/e14f8d59a22d460d56c5ee92507cd94c78fbf274) +| [github.com/rogpeppe/go-internal@v1.3.0](https://github.com/rogpeppe/go-internal/releases/tag/v1.3.0.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/rogpeppe/go-internal/438578804ca6f31be148c27683afc419ce47c06e) | +| [github.com/sirupsen/logrus@v1.4.2](https://github.com/sirupsen/logrus/releases/tag/v1.4.2.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/sirupsen/logrus/839c75faf7f98a33d445d181f3018b5c3409a45e) | +| [github.com/spf13/afero@v1.2.2](https://github.com/spf13/afero/releases/tag/v1.2.2.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/spf13/afero/588a75ec4f32903aa5e39a2619ba6a4631e28424) | +| [github.com/spf13/pflag@v1.0.5](https://github.com/spf13/pflag/releases/tag/v1.0.5.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/spf13/pflag/2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab) | +| [github.com/stretchr/objx@v0.3.0](https://github.com/stretchr/objx/releases/tag/v0.3.0.git) | BSD-3-Clause, ISC, MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/stretchr/objx/35313a95ee26395aa17d366c71a2ccf788fa69b6) | +| [github.com/stretchr/testify@v1.4.0](https://github.com/stretchr/testify/releases/tag/v1.4.0.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23297) | +| [go.opencensus.io@v0.22.3](https://github.com/census-instrumentation/opencensus-go.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/census-instrumentation/opencensus-go/d835ff86be02193d324330acdb7d65546b05f814) | +| [google.golang.org/api@v0.20.0](https://github.com/googleapis/google-api-go-client.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/googleapis/google-api-go-client/c24765c18bb761c90df819dcdfdd62f9a7f6fa22) | +| [google.golang.org/appengine@v1.6.5](https://github.com/golang/appengine.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23310) | +| [google.golang.org/genproto@0ff5f38871d5307ac12d54bcbb8e2e7d6d4a8bb9](https://github.com/googleapis/go-genproto.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/googleapis/go-genproto/0ff5f38871d5307ac12d54bcbb8e2e7d6d4a8bb9) | +| [google.golang.org/grpc@v1.27.0](https://github.com/grpc/grpc-go/releases/tag/v1.27.0.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/grpc/grpc-go/a89bee78ddf0f67f27c06b1b2b1b071c18408724) | +| [google.golang.org/protobuf@v1.25.0](https://github.com/protocolbuffers/protobuf-go/releases/tag/v1.25.0.git) | BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23296) | +| [gopkg.in/errgo.v2@v2.1.0](https://github.com/go-errgo/errgo/releases/tag/v2.1.0.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/go-errgo/errgo/f768c5ab0476c50e978b039312180859c10fe8c0) | +| [gopkg.in/fsnotify.v1@v1.4.7](https://github.com/fsnotify/fsnotify/releases/tag/v1.4.7.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/fsnotify/fsnotify/c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9) | +| [gopkg.in/go-playground/assert.v1@v1.2.1](https://github.com/go-playground/assert.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/go-playground/assert/4f4dfbc7d1c48336cf93399deae81aa9067e88af) | +| [gopkg.in/inf.v0@v0.9.1](https://github.com/go-inf/inf.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/go-inf/inf/d2d2541c53f18d2a059457998ce2876cc8e67cbf) | +| [gopkg.in/tomb.v1@d5d1b5820637886def9eef33e03a27a9f166942c](https://github.com/go-tomb/tomb.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/go-tomb/tomb/d5d1b5820637886def9eef33e03a27a9f166942c) | +| [gopkg.in/yaml.v2@v2.4.0](https://github.com/go-yaml/yaml/releases/tag/v2.4.0.git) | Apache-2.0 AND MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23268) | +| [honnef.co/go/tools@81508471876c7902b8ca236ae35f897b1777c65a](https://github.com/dominikh/go-tools.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/dominikh/go-tools/81508471876c7902b8ca236ae35f897b1777c65a) | +| [k8s.io/klog/v2@v2.8.0](https://github.com/kubernetes/klog.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23266) | +| [github.com/golang/mock@v1.5.0](https://github.com/golang/mock.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/golang/mock/a23c5e7c8f7bb73c8ae5d8711815bbd30f3cfac8) | +| [github.com/konsorten/go-windows-terminal-sequences@v1.0.1](https://github.com/konsorten/go-windows-terminal-sequences.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/konsorten/go-windows-terminal-sequences/5c8c8bd35d3832f5d134ae1e1e375b69a4d25242) | +| [github.com/kr/pretty@ead452280cd055b2ae8a7f0db5eb37a878d902f7](https://github.com/kr/pretty.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/kr/pretty/ead452280cd055b2ae8a7f0db5eb37a878d902f7) | +| [github.com/kr/pty@282ce0e5322c82529687d609ee670fac7c7d917c](https://github.com/kr/pty.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/kr/pty/282ce0e5322c82529687d609ee670fac7c7d917c) | +| [github.com/kr/text@v0.2.0](https://github.com/kr/text/releases/tag/v0.2.0.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/kr/text/702c74938df48b97370179f33ce2107bd7ff3b3e) | +| [github.com/mailru/easyjson@8edcc4e51f39ddbd3505a3386aff3f435a7fd028](https://github.com/mailru/easyjson.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/mailru/easyjson/8edcc4e51f39ddbd3505a3386aff3f435a7fd028) | +| [github.com/mattn/go-isatty@v0.0.3](https://github.com/mattn/go-isatty.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/mattn/go-isatty/0360b2af4f38e8d38c7fce2a9f4e702702d73a39) | +| [github.com/munnerz/goautoneg@a547fc61f48d567d5b4ec6f8aee5573d8efce11d](https://github.com/munnerz/goautoneg/commits/a547fc61f48d567d5b4ec6f8aee5573d8efce11d.git) | BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23267) | +| [github.com/onsi/ginkgo@v1.11.0](https://github.com/onsi/ginkgo.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/onsi/ginkgo/388ac7e50a3abf0798010091d5094171f4aefc0b) | +| [github.com/onsi/gomega@v1.7.0](https://github.com/onsi/gomega/releases/tag/v1.7.0.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/onsi/gomega/bdebf9e0ece900259084cfa4121b97ce1a540939) | +| [github.com/peterbourgon/diskv@0646ccaebea1ed1539efcab30cae44019090093f](https://github.com/peterbourgon/diskv.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/peterbourgon/diskv/0646ccaebea1ed1539efcab30cae44019090093f) | +| [github.com/pkg/errors@614d223910a179a466c1767a985424175c39b465](https://github.com/pkg/errors.git) | BSD-2-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/pkg/errors/614d223910a179a466c1767a985424175c39b465) | +| [k8s.io/metrics@v0.20.2](https://github.com/kubernetes/metrics.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/kubernetes/metrics/b55f19c89378bd9539068e205f0ca9d1a323404f) | +| [k8s.io/kubectl@10b66c3fd14bc8d2bb27582d03d75bde30a3c8a3](https://github.com/kubernetes/kubectl.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/kubernetes/kubectl/10b66c3fd14bc8d2bb27582d03d75bde30a3c8a3) | +| [k8s.io/kube-aggregator@14b8d2d93fcb8a90c47fcd2ceea0035dfd6d381a](https://github.com/kubernetes/kube-aggregator.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/kubernetes/kube-aggregator/14b8d2d93fcb8a90c47fcd2ceea0035dfd6d381a) | +| [k8s.io/klog@v1.0.0](https://github.com/kubernetes/klog/releases/tag/v1.0.0.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/kubernetes/klog/2ca9ad30301bf30a8a6e0fa2110db6b8df699a91) | +| [k8s.io/component-base@v0.20.2](https://github.com/kubernetes/component-base.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/kubernetes/component-base/ac23c21e8fc178583dd3a1b8a5c5018d8acd4bdc) | +| [k8s.io/code-generator@f186a36abf5c353b917e3c3189f1c06a38866b84](https://github.com/kubernetes/code-generator.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/kubernetes/code-generator/f186a36abf5c353b917e3c3189f1c06a38866b84) | +| [helm.sh/helm/v3@0a9a9a88e8afd6e77337a3e2ad744756e191429a](https://github.com/helm/helm.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/helm/helm/0a9a9a88e8afd6e77337a3e2ad744756e191429a) | +| [gomodules.xyz/jsonpatch/v2@v2.0.1](https://github.com/gomodules/jsonpatch.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/gomodules/jsonpatch/e8422f09d27ee2c8cfb2c7f8089eb9eeb0764849) | +| [go.uber.org/multierr@v1.3.0](https://github.com/uber-go/multierr.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/uber-go/multierr/c3fc3d02ec864719d8e25be2d7dde1e35a36aa27) | +| [go.etcd.io/bbolt@a0458a2b35708eef59eb5f620ceb3cd1c01a824d](https://github.com/etcd-io/bbolt.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/etcd-io/bbolt/a0458a2b35708eef59eb5f620ceb3cd1c01a824d) | +| [github.com/yuin/goldmark@7b90f04af43131db79ec320be0bd4744079b346f](https://github.com/yuin/goldmark.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/yuin/goldmark/7b90f04af43131db79ec320be0bd4744079b346f) | +| [github.com/xeipuuv/gojsonschema@v1.2.0](https://github.com/xeipuuv/gojsonschema.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/xeipuuv/gojsonschema/82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927) | +| [github.com/xeipuuv/gojsonreference@bd5ef7bd5415a7ac448318e64f11a24cd21e594b](https://github.com/xeipuuv/gojsonreference.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/xeipuuv/gojsonreference/bd5ef7bd5415a7ac448318e64f11a24cd21e594b) | +| [github.com/xeipuuv/gojsonpointer@4e3ac2762d5f479393488629ee9370b50873b3a6](https://clearlydefined.io/definitions/git/github/xeipuuv/gojsonpointer/4e3ac2762d5f479393488629ee9370b50873b3a6.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/xeipuuv/gojsonpointer/4e3ac2762d5f479393488629ee9370b50873b3a6) | +| [github.com/xdg/stringprep@v1.0.0](https://github.com/xdg/stringprep.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/xdg/stringprep/bd625b8dc1e3b0f57412280ccbcc317f0c69d8db) | +| [github.com/xdg/scram@7eeb5667e42c09cb51bf7b7c28aea8c56767da90](https://github.com/xdg/scram.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/xdg/scram/7eeb5667e42c09cb51bf7b7c28aea8c56767da90) | +| [github.com/xanzy/go-gitlab@v0.15.0](https://github.com/xanzy/go-gitlab.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/xanzy/go-gitlab/8e525d783950ddfc35d109e48af26f4cb70dde4a) | +| [github.com/urfave/cli@v1.20.0](https://github.com/urfave/cli.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/urfave/cli/cfb38830724cc34fedffe9a2a29fb54fa9169cd1) | +| [github.com/tmc/grpc-websocket-proxy@0ad062ec5ee553a48f6dbd280b7a1b5638e8a113](https://github.com/tmc/grpc-websocket-proxy.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/tmc/grpc-websocket-proxy/0ad062ec5ee553a48f6dbd280b7a1b5638e8a113) | +| [github.com/tidwall/pretty@ef453c788d6a371829f4f9967b014b2b81856df5](https://github.com/tidwall/pretty.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/tidwall/pretty/ef453c788d6a371829f4f9967b014b2b81856df5) | +| [github.com/subosito/gotenv@v1.2.0](https://github.com/subosito/gotenv.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/subosito/gotenv/2ef7124db659d49edac6aa459693a15ae36c671a) | +| [github.com/spf13/viper@v1.7.0](https://github.com/spf13/viper.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/spf13/viper/13df72109047b6ae9c907bce81e327265d6d8a9c) | +| [github.com/spf13/jwalterweatherman@v1.1.0](https://github.com/spf13/jwalterweatherman.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/spf13/jwalterweatherman/94f6ae3ed3bceceafa716478c5fbf8d29ca601a1) | +| [github.com/spf13/cobra@67fc4837d267bc9bfd6e47f77783fcc3dffc68de](https://github.com/spf13/cobra.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/spf13/cobra/67fc4837d267bc9bfd6e47f77783fcc3dffc68de) | +| [github.com/spf13/cast@v1.3.0](https://github.com/spf13/cast.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/spf13/cast/8c9545af88b134710ab1cd196795e7f2388358d7) | +| [github.com/soheilhy/cmux@v0.1.4](https://github.com/soheilhy/cmux.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/soheilhy/cmux/e09e9389d85d8492d313d73d1469c029e710623f) | +| [github.com/shurcooL/sanitized_anchor_name@v1.0.0](https://github.com/shurcooL/sanitized_anchor_name.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/shurcool/sanitized_anchor_name/7bfe4c7ecddb3666a94b053b422cdd8f5aaa3615) | +| [github.com/sergi/go-diff@v1.0.0](https://github.com/sergi/go-diff.git) | Apache-2.0 AND MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/sergi/go-diff/1744e2970ca51c86172c8190fadad617561ed6e7) | +| [github.com/sean-/seed@1b506fc7c24eec5a3693cdcbed40d9c226cfc6a1](https://github.com/seccomp/libseccomp-golang.git) | BSD-2-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/seccomp/libseccomp-golang/1b506fc7c24eec5a3693cdcbed40d9c226cfc6a1) | +| [github.com/satori/go.uuid@v1.2.0](https://github.com/satori/go.uuid.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/satori/go.uuid/f58768cc1a7a7e77a3bd49e98cdd21419399b6a3) | +| [github.com/ryanuber/columnize@9b3edd62028f107d7cabb19353292afd29311a4e](https://github.com/ryanuber/columnize.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/ryanuber/columnize/9b3edd62028f107d7cabb19353292afd29311a4e) | +| [github.com/russross/blackfriday@v1.5.2](https://github.com/russross/blackfriday.git) | BSD-2-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/russross/blackfriday/05f3235734ad95d0016f6a23902f06461fcf567a) | +| [github.com/rogpeppe/fastuuid@6724a57986aff9bff1a1770e9347036def7c89f6](https://github.com/rogpeppe/fastuuid.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/rogpeppe/fastuuid/6724a57986aff9bff1a1770e9347036def7c89f6) | +| [github.com/pquerna/cachecontrol@0dec1b30a0215bb68605dfc568e8855066c9202d](https://github.com/pquerna/cachecontrol.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/pquerna/cachecontrol/0dec1b30a0215bb68605dfc568e8855066c9202d) | +| [github.com/posener/complete@v1.1.1](https://github.com/posener/complete.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/posener/complete/98eb9847f27ba2008d380a32c98be474dea55bdf) +| [github.com/pmezard/go-difflib@v1.0.0](https://github.com/pmezard/go-difflib.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/pmezard/go-difflib/792786c7400a136282c1664665ae0a8db921c6c2) | +| [github.com/pierrec/lz4@6b9367c9ff401dbc54fabce3fb8d972e799b702d](https://github.com/pierrec/lz4.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/pierrec/lz4/6b9367c9ff401dbc54fabce3fb8d972e799b702d) | +| [github.com/pelletier/go-toml@v1.4.0](https://github.com/pelletier/go-toml.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/pelletier/go-toml/728039f679cbcd4f6a54e080d2219a4c4928c546) | +| [github.com/opentracing/opentracing-go@v1.1.0](https://github.com/opentracing/opentracing-go.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/opentracing/opentracing-go/659c90643e714681897ec2521c60567dd21da733) | +| [github.com/mwitkow/go-conntrack@cc309e4a22231782e8893f3c35ced0967807a33e](https://github.com/mwitkow/go-conntrack.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/mwitkow/go-conntrack/cc309e4a22231782e8893f3c35ced0967807a33e) | +| [github.com/modern-go/reflect2@v1.0.1](https://github.com/modern-go/reflect2.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/modern-go/reflect2/94122c33edd36123c84d5368cfb2b69df93a0ec8) | +| [github.com/modern-go/concurrent@bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94](https://github.com/modern-go/concurrent.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23299) | +| [github.com/mitchellh/reflectwalk@v1.0.1](https://github.com/mitchellh/reflectwalk.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/mitchellh/reflectwalk/eecee6c969c02c8cc2ae48e1e269843ae8590796) | +| [github.com/mitchellh/mapstructure@v1.1.2](https://github.com/mitchellh/mapstructure.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/mitchellh/mapstructure/3536a929edddb9a5b34bd6861dc4a9647cb459fe) | +| [github.com/mitchellh/hashstructure@v1.0.0](https://github.com/mitchellh/hashstructure.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/mitchellh/hashstructure/a38c50148365edc8df43c1580c48fb2b3a1e9cd7) | +| [github.com/mitchellh/gox@v0.4.0](https://github.com/mitchellh/gox.git) | MPL-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/mitchellh/gox/c9740af9c6574448fd48eb30a71f964014c7a837) | +| [github.com/mitchellh/go-wordwrap@v1.0.0](https://github.com/mitchellh/go-wordwrap.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/mitchellh/go-wordwrap/9e67c67572bc5dd02aef930e2b0ae3c02a4b5a5c) | +| [github.com/mitchellh/go-testing-interface@v1.0.0](https://github.com/mitchellh/go-testing-interface.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/mitchellh/go-testing-interface/6d0b8010fcc857872e42fc6c931227569016843c) | +| [github.com/mitchellh/go-homedir@v1.1.0](https://github.com/mitchellh/go-homedir.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/mitchellh/go-homedir/af06845cf3004701891bf4fdb884bfe4920b3727) | +| [github.com/mitchellh/copystructure@v1.0.0](https://github.com/mitchellh/copystructure.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/mitchellh/copystructure/9a1b6f44e8da0e0e374624fb0a825a231b00c537) | +| [github.com/mitchellh/cli@v1.0.0](https://github.com/mitchellh/cli.git) | MPL-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/mitchellh/cli/3d22a244be8aa6fb16ac24af0e195c08b7d973aa) | +| [github.com/matttproud/golang_protobuf_extensions@c182affec369e30f25d3eb8cd8a478dee585ae7d](https://github.com/matttproud/golang_protobuf_extensions.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/matttproud/golang_protobuf_extensions/c182affec369e30f25d3eb8cd8a478dee585ae7d) | +| [github.com/mattn/go-sqlite3@b612a2feea6aa87c6d052d9086572551df06497e](https://github.com/mattn/go-sqlite3.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/mattn/go-sqlite3/b612a2feea6aa87c6d052d9086572551df06497e) | +| [github.com/mattn/go-shellwords@39dbbfa24bbc39559b61cae9b20b0e8db0e55525](https://github.com/mattn/go-shellwords.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/mattn/go-shellwords/39dbbfa24bbc39559b61cae9b20b0e8db0e55525) | +| [github.com/mattn/go-runewidth@v0.0.9](https://github.com/mattn/go-runewidth.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/mattn/go-runewidth/14e809f6d78fcf9f48ff9b70981472b64c05f754) | +| [github.com/mattn/go-colorable@v0.1.7](https://github.com/mattn/go-colorable.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/mattn/go-colorable/f6c00982823144337e56cdb71c712eaac151d29c) | +| [github.com/lib/pq@51e2106eed1cea199c802d2a49e91e2491b02056](https://github.com/lib/pq.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/lib/pq/51e2106eed1cea199c802d2a49e91e2491b02056) | +| [github.com/leodido/go-urn@6c96508144d00b380edbc8bda077e27b832d0c7b](https://github.com/leodido/go-urn.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/leodido/go-urn/6c96508144d00b380edbc8bda077e27b832d0c7b) | +| [github.com/kylelemons/godebug@v1.1.0](https://github.com/kylelemons/godebug.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/kylelemons/godebug/9ff306d4fbead574800b66369df5b6144732d58e) | +| [github.com/julienschmidt/httprouter@v1.2.0](https://github.com/julienschmidt/httprouter.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/julienschmidt/httprouter/348b672cd90d8190f8240323e372ecd1e66b59dc) | +| [github.com/jtolds/gls@9a4a02dbe491bef4bab3c24fd9f3087d6c4c6690](https://github.com/jtolio/gls.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/jtolds/gls/9a4a02dbe491bef4bab3c24fd9f3087d6c4c6690) | +| [github.com/jonboulle/clockwork@v0.1.0](https://github.com/jonboulle/clockwork.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/jonboulle/clockwork/2eee05ed794112d45db504eb05aa693efd2b8b09) | +| [github.com/jmoiron/sqlx@v1.2.0](https://github.com/jmoiron/sqlx.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/jmoiron/sqlx/d161d7a76b5661016ad0b085869f77fd410f3e6a) | +| [github.com/jmespath/go-jmespath@0.3.0](https://github.com/jmespath/go-jmespath.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/jmespath/go-jmespath/3f887ed31e21667600265f39fc0df20430b42d62) | +| [github.com/jessevdk/go-flags@v1.4.0](https://github.com/jessevdk/go-flags.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/jessevdk/go-flags/c6ca198ec95c841fdb89fc0de7496fed11ab854e) | +| [github.com/inconshreveable/mousetrap@v1.0.0](https://github.com/inconshreveable/mousetrap.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/inconshreveable/mousetrap/76626ae9c91c4f2a10f34cad8ce83ea42c93bb75) | +| [github.com/huandu/xstrings@v1.2.0](https://github.com/huandu/xstrings.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/huandu/xstrings/f02667b379e2fb5916c3cda2cf31e0eb885d79f8) | +| [github.com/hashicorp/memberlist@v0.1.3](https://github.com/hashicorp/memberlist.git) | MPL-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/hashicorp/memberlist/a9da52f0668fc4321ec18e9e28dd8141621a808f) | +| [github.com/hashicorp/mdns@v1.0.0](https://github.com/hashicorp/mdns.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/hashicorp/mdns/c31d3f8e4a0a5b46b118c2fd26d9da36467002c9) | +| [github.com/hashicorp/hcl@v1.0.0](https://github.com/hashicorp/hcl.git) | MPL-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/hashicorp/hcl/8cb6e5b959231cc1119e43259c4a608f9c51a241) | +| [github.com/hashicorp/go-uuid@v1.0.1](https://github.com/hashicorp/go-uuid.git) | MPL-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/hashicorp/go-uuid/4f571afc59f3043a65f8fe6bf46d887b10a01d43) | +| [github.com/hashicorp/go-syslog@v1.0.0](https://github.com/hashicorp/go-syslog.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/hashicorp/go-syslog/8d1874e3e8d1862b74e0536851e218c4571066a5) | +| [github.com/hashicorp/go-rootcerts@v1.0.1](https://github.com/hashicorp/go-rootcerts/releases/tag/v1.0.1.git) | MPL-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/hashicorp/go-rootcerts/df8e78a645e18d56ed7bb9ae10ffb8174ab892e2) | +| [github.com/hashicorp/go-multierror@v1.0.0](https://github.com/hashicorp/go-multierror.git) | MPL-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/hashicorp/go-multierror/886a7fbe3eb1c874d46f623bfa70af45f425b3d1) | +| [github.com/hashicorp/go-msgpack@v0.5.5](https://github.com/hashicorp/go-msgpack/releases/tag/v0.5.5.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/hashicorp/go-msgpack/ad60660ecf9c5a1eae0ca32182ed72bab5807961) | +| [github.com/hashicorp/go-immutable-radix@v1.0.0](https://github.com/hashicorp/go-immutable-radix.git) | MPL-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/hashicorp/go-immutable-radix/27df80928bb34bb1b0d6d0e01b9e679902e7a6b5) | +| [github.com/hashicorp/go-cleanhttp@v0.5.1](github.com/hashicorp/go-cleanhttp.git) | MPL-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/hashicorp/go-cleanhttp/eda1e5db218aad1db63ca4642c8906b26bcf2744) | +| [github.com/hashicorp/errwrap@v1.0.0](https://github.com/hashicorp/errwrap.git) | MPL-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/hashicorp/errwrap/8a6fb523712970c966eefc6b39ed2c5e74880354) | +| [github.com/hailocab/go-hostpool@e80d13ce29ede4452c43dea11e79b9bc8a15b478](https://github.com/hailocab/go-hostpool.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/hailocab/go-hostpool/e80d13ce29ede4452c43dea11e79b9bc8a15b478) | +| [github.com/grpc-ecosystem/go-grpc-prometheus@v1.2.0](https://github.com/grpc-ecosystem/go-grpc-prometheus.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/grpc-ecosystem/go-grpc-prometheus/c225b8c3b01faf2899099b768856a9e916e5087b) | +| [github.com/grpc-ecosystem/go-grpc-middleware@v1.1.0](https://github.com/grpc-ecosystem/go-grpc-middleware.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/grpc-ecosystem/go-grpc-middleware/dd15ed025b6054e5253963e355991f3070d4e593) | +| [github.com/gosuri/uitable@v0.0.4](https://github.com/gosuri/uitable.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/gosuri/uitable/764536226c71f9c74a2445394091c2a9ac440a1b) | +| [github.com/gorilla/mux@v1.7.2](https://github.com/gorilla/mux/releases/tag/v1.7.2.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/gorilla/mux/ed099d42384823742bba0bf9a72b53b55c9e2e38) | +| [github.com/gorilla/context@v1.1.1](https://github.com/gorilla/context.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/gorilla/context/08b5f424b9271eedf6f9f0ce86cb9396ed337a42) | +| [github.com/gopherjs/gopherjs@fce0ec30dd00773d3fa974351d04ce2737b5c4d9](https://github.com/gopherjs/gopherjs.git) | BSD-2-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/gopherjs/gopherjs/fce0ec30dd00773d3fa974351d04ce2737b5c4d9) | +| [github.com/google/go-querystring@v1.0.0](https://github.com/google/go-querystring.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/google/go-querystring/44c6ddd0a2342c386950e880b658017258da92fc) | +| [github.com/google/go-github/v18@07716bad7a0c6d4277a5abcab95588925656a762](https://github.com/google/go-github.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/google/go-github/07716bad7a0c6d4277a5abcab95588925656a762) | +| [github.com/google/btree@v1.0.0](https://github.com/google/btree.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/google/btree/4030bb1f1f0c35b30ca7009e9ebd06849dd45306) | +| [github.com/golang/snappy@v0.0.1](https://github.com/golang/snappy.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/golang/snappy/2a8bb927dd31d8daada140a5d09578521ce5c36a) +| [github.com/golang/protobuf@v1.4.3](https://github.com/golang/protobuf.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/golang/protobuf/4846b58453b3708320bdb524f25cc5a1d9cda4d4) | +| [github.com/golang-migrate/migrate/v4@v4.10.0](https://github.com/golang-migrate/migrate/releases/tag/v4.10.0.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/golang-migrate/migrate/5cc28f061e9d4b893963b8524ada7a7ba3b4e79a) | +| [github.com/gofrs/uuid@v3.2.0](https://github.com/gofrs/uuid/releases/tag/v3.2.0.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/gofrs/uuid/6b08a5c5172ba18946672b49749cde22873dd7c2) | +| [github.com/gobwas/glob@v0.2.3](https://github.com/gobwas/glob.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/gobwas/glob/5ccd90ef52e1e632236f7326478d4faa74f99438) | +| [github.com/gobuffalo/flect@v0.1.0](https://github.com/gobuffalo/flect.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/gobuffalo/flect/d4fc286952bf96d0262a67b482e234613ae36f59) | +| [github.com/go-stack/stack@v1.8.0](https://github.com/go-stack/stack.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/go-stack/stack/2fee6af1a9795aafbe0253a0cfbdf668e1fb8a9a) | +| [github.com/go-sql-driver/mysql@v1.4.1](https://github.com/go-sql-driver/mysql.git) | MPL-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/go-sql-driver/mysql/72cd26f257d44c1114970e19afddcd812016007e) | +| [github.com/go-playground/universal-translator@v0.16.0](https://github.com/go-playground/universal-translator/releases/tag/v0.16.0.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/go-playground/universal-translator/b32fa301c9fe55953584134cb6853a13c87ec0a1) | +| [github.com/go-openapi/strfmt@v0.19.5](https://github.com/go-openapi/strfmt/releases/tag/v0.19.5.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/go-openapi/strfmt/2887e74ed0fe2aea628affe322b19fc3112f98cd) | +| [github.com/go-openapi/errors@v0.19.2](https://github.com/go-openapi/errors.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/go-openapi/errors/0b2a0a1f89aa2eec2d13e03cd80ab0fdaf01f8ce) | +| [github.com/ghodss/yaml@73d445a93680fa1a78ae23a5839bad48f32ba1ee](https://github.com/ghodss/yaml.git) | BSD-3-Clause, BSD-3-Clause AND MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/ghodss/yaml/73d445a93680fa1a78ae23a5839bad48f32ba1ee) | +| [github.com/globalsign/mgo@72aab81a5dece0687b5fc6323b37521741501e1a](https://github.com/globalsign/mgo.git) | BSD-2-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/globalsign/mgo/72aab81a5dece0687b5fc6323b37521741501e1a) | +| [github.com/exponent-io/jsonpath@d6023ce2651d8eafb5c75bb0c7167536102ec9f5](https://github.com/exponent-io/jsonpath.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/exponent-io/jsonpath/d6023ce2651d8eafb5c75bb0c7167536102ec9f5) | +| [github.com/elazarl/goproxy@947c36da3153ff334e74d9d980de341d25f358ba](https://github.com/elazarl/goproxy.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/elazarl/goproxy/947c36da3153ff334e74d9d980de341d25f358ba) | +| [github.com/edsrzf/mmap-go@188cc3b666ba704534fa4f96e9e61f21f1e1ba7c](https://github.com/edsrzf/mmap-go.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/edsrzf/mmap-go/188cc3b666ba704534fa4f96e9e61f21f1e1ba7c) | +| [github.com/dustin/go-humanize@v1.0.0](https://github.com/dustin/go-humanize.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/dustin/go-humanize/9f541cc9db5d55bce703bd99987c9d5cb8eea45e) | +| [github.com/docker/docker-credential-helpers@v0.6.3](https://github.com/docker/docker-credential-helpers.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/docker/docker-credential-helpers/54f0238b6bf101fc3ad3b34114cb5520beb562f5) | +| [github.com/denisenkom/go-mssqldb@df6d76eb92899e4dfe4db66d53b187c89d34be37](https://github.com/denisenkom/go-mssqldb.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/denisenkom/go-mssqldb/df6d76eb92899e4dfe4db66d53b187c89d34be37) | +| [github.com/deislabs/oras@v0.8.1](https://github.com/oras-project/oras.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/deislabs/oras/237ac925cb6a308a5523cc048292bb53037f6975) | +| [github.com/coreos/bbolt@v1.3.3](https://github.com/etcd-io/bbolt.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/coreos/bbolt/a0458a2b35708eef59eb5f620ceb3cd1c01a824d) | +| [github.com/containerd/go-runc@5a6d9f37cfa36b15efba46dc7ea349fa9b7143c3](https://github.com/containerd/go-runc.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/containerd/go-runc/5a6d9f37cfa36b15efba46dc7ea349fa9b7143c3) | +| [github.com/containerd/fifo@a9fb20d87448d386e6d50b1f2e1fa70dcf0de43c](https://github.com/containerd/fifo.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/containerd/fifo/a9fb20d87448d386e6d50b1f2e1fa70dcf0de43c) | +| [github.com/containerd/console@c12b1e7919c14469339a5d38f2f8ed9b64a9de23](https://github.com/containerd/console.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/containerd/console/c12b1e7919c14469339a5d38f2f8ed9b64a9de23) | +| [github.com/containerd/cgroups@3de5a6bb4823a9b39ab1e1108e3bc58bf8fc76ad](https://github.com/containerd/cgroups.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/containerd/cgroups/3de5a6bb4823a9b39ab1e1108e3bc58bf8fc76ad) | +| [github.com/cockroachdb/datadriven@80d97fb3cbaa752564320702f409fdb2ef3da0ef](https://github.com/cockroachdb/datadriven.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/cockroachdb/datadriven/80d97fb3cbaa752564320702f409fdb2ef3da0ef) | +| [github.com/cespare/xxhash/v2@v2.1.0](https://github.com/cespare/xxhash.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/cespare/xxhash/de209a9ffae3256185a6bb135d1a0ada7b2b5f09) | +| [github.com/blang/semver/v4@v4.0.0](https://github.com/blang/semver.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/blang/semver/af3461a9cbcf1f3f5889d21b83f5ef63880c33a8) | +| [github.com/blang/semver@v3.5.1](https://github.com/blang/semver.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/blang/semver/2ee87856327ba09384cabd113bc6b5d174e9ec0f) | +| [github.com/bitly/go-simplejson@0c965951289cce37dec52ad1f34200fefc816777](https://github.com/bitly/go-simplejson.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/bitly/go-simplejson/0c965951289cce37dec52ad1f34200fefc816777) | +| [github.com/bitly/go-hostpool@5d3b4dc6ed4701a761ee884fd803b0a0879744f1](https://github.com/bitly/go-hostpool.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/bitly/go-hostpool/5d3b4dc6ed4701a761ee884fd803b0a0879744f1) | +| [github.com/bgentry/speakeasy@v0.1.0](https://github.com/bgentry/speakeasy.git) | Apache-2.0 AND MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/bgentry/speakeasy/4aabc24848ce5fd31929f7d1e4ea74d3709c14cd) | +| [github.com/beorn7/perks@v1.0.1](https://github.com/beorn7/perks.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/beorn7/perks/37c8de3658fcb183f997c4e13e8337516ab753e6) | +| [github.com/aws/aws-sdk-go@v1.36.31](https://github.com/aws/aws-sdk-go/releases/tag/v1.36.31.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/aws/aws-sdk-go/2c7b39c8f2e2430d5e27482b7421dac5884613c2) | +| [github.com/armon/go-radix@7fddfc383310abc091d79a27f116d30cf0424032](https://github.com/armon/go-radix.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/armon/go-radix/7fddfc383310abc091d79a27f116d30cf0424032) | +| [github.com/armon/go-metrics@f0300d1749da6fa982027e449ec0c7a145510c3c](https://github.com/armon/go-metrics.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/armon/go-metrics/f0300d1749da6fa982027e449ec0c7a145510c3c) | +| [github.com/armon/circbuf@bbbad097214e2918d8543d5201d12bfd7bca254d](https://github.com/armon/circbuf.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/armon/circbuf/bbbad097214e2918d8543d5201d12bfd7bca254d) | +| [github.com/antihax/optional@ca021399b1a6796ecb758292c6311ce0b28857fc](https://github.com/antihax/optional.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/antihax/optional/ca021399b1a6796ecb758292c6311ce0b28857fc) | +| [github.com/alecthomas/units@c3de453c63f4bdb4dadffab9805ec00426c505f7](https://github.com/alecthomas/units.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/alecthomas/units/c3de453c63f4bdb4dadffab9805ec00426c505f7) | +| [github.com/PuerkitoBio/purell@v1.1.1](https://github.com/PuerkitoBio/purell.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/puerkitobio/purell/44968752391892e1b0d0b821ee79e9a85fa13049) | +| [github.com/Masterminds/sprig/v3@v3.0.2](https://github.com/Masterminds/sprig/releases/tag/v3.0.2.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/masterminds/sprig/25dce230792b748f794ea878db61fc5419410c9f) | +| [github.com/Masterminds/semver/v3@v3.0.3](https://github.com/Masterminds/semver.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/masterminds/semver/910aa146bd66780c2815d652b92a7fc5331e533c) | +| [github.com/MakeNowJust/heredoc@e9091a26100e9cfb2b6a8f470085bfa541931a91](https://github.com/MakeNowJust/heredoc.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/makenowjust/heredoc/e9091a26100e9cfb2b6a8f470085bfa541931a91) | +| [github.com/Azure/go-ansiterm@d6e3b3328b783f23731bc4d058875b0371ff8109](https://github.com/Azure/go-ansiterm.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/azure/go-ansiterm/d6e3b3328b783f23731bc4d058875b0371ff8109) | +| [github.com/Masterminds/goutils@v1.1.0](https://github.com/Masterminds/goutils.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/masterminds/goutils/41ac8693c5c10a92ea1ff5ac3a7f95646f6123b0) | +| [github.com/Shopify/logrus-bugsnag@577dee27f20dd8f1a529f82210094af593be12bd](https://github.com/Shopify/logrus-bugsnag.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/shopify/logrus-bugsnag/577dee27f20dd8f1a529f82210094af593be12bd) | +| [github.com/kisielk/gotool@v1.0.0](https://github.com/kisielk/gotool.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23269) | +| [github.com/mxk/go-flowrate@cca7078d478f8520f85629ad7c68962d31ed7682](https://github.com/mxk/go-flowrate.git) | BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23298) | +| [modernc.org/golex@v1.0.0](https://gitlab.com/cznic/golex/-/tags/v1.0.0.git) | BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23415) | +| [modernc.org/fileutil@v1.0.0](https://gitlab.com/cznic/fileutil/-/tags/v1.0.0.git) | BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23413) | +| [modernc.org/db@v1.0.0](https://gitlab.com/cznic/db/-/tags/v1.0.0.git) | BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23411) | +| [modernc.org/b@v1.0.0](https://gitlab.com/cznic/b/-/tags/v1.0.0.git) | BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23410) | +| [modernc.org/file@v1.0.0](https://gitlab.com/cznic/file/-/tags/v1.0.0.git) | BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23412) | +| [github.com/gofrs/flock@v0.7.1](https://github.com/gofrs/flock.git) | BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23396) | +| [github.com/go-openapi/validate@v0.19.2](https://github.com/go-openapi/validate.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23394) | +| [github.com/go-openapi/runtime@v0.19.0](https://github.com/go-openapi/runtime.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23393) | +| [github.com/go-openapi/loads@v0.19.2](https://github.com/go-openapi/loads.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23392) | +| [github.com/go-logfmt/logfmt@v0.5.0](https://github.com/go-logfmt/logfmt.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23391) | +| [go.mongodb.org/mongo-driver@v1.1.0](https://github.com/mongodb/mongo-go-driver.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23449) | +| [github.com/smartystreets/goconvey@v1.6.4](https://github.com/smartystreets/goconvey.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23448) | +| [github.com/shopspring/decimal@cd690d0c9e2447b1ef2a129a6b7b49077da89b8e](https://github.com/shopspring/decimal.git) | MIT AND BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23447) | +| [github.com/phayes/freeport@95f893ade6f232a5f1511d61735d89b1ae2df543](https://github.com/phayes/freeport.git) | BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23445) | +| [modernc.org/internal@v1.0.0](https://gitlab.com/cznic/internal/-/tags/v1.0.0.git) | BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23416) | +| [github.com/olekukonko/tablewriter@v0.0.2](https://github.com/olekukonko/tablewriter.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23441) | +| [github.com/morikuni/aec@v1.0.0](https://github.com/morikuni/aec.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23437) | +| [github.com/mitchellh/iochan@v1.0.0](https://github.com/mitchellh/iochan.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23436) | +| [github.com/magiconair/properties@v1.8.1](https://github.com/magiconair/properties.git) | BSD-2-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23435) | +| [github.com/kardianos/osext@2bc1f35cddc0cc527b4bc3dce8578fc2a6c11384](https://github.com/kardianos/osext.git) | BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23434) | +| [modernc.org/lldb@v1.0.0](https://gitlab.com/cznic/lldb/-/tags/v1.0.0.git) | BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23420) | +| [modernc.org/mathutil@v1.0.0](https://gitlab.com/cznic/mathutil/-/tags/v1.0.0.git) | BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23421) | +| [modernc.org/sortutil@v1.1.0](https://gitlab.com/cznic/sortutil/-/tags/v1.1.0.git) | BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23424) | +| [modernc.org/zappy@v1.0.0](https://gitlab.com/cznic/zappy/-/tags/v1.0.0.git) | BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23426) | +| [modernc.org/strutil@v1.1.0](https://gitlab.com/cznic/strutil/-/tags/v1.1.0.git) | BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23425) | +| [github.com/containerd/containerd@v1.3.3](https://github.com/containerd/containerd.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23376) | +| [github.com/containerd/continuity@d3ef23f19fbb106bb73ffde425d07a9187e30745](https://github.com/containerd/continuity.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23377) | +| [github.com/coreos/go-semver@v0.3.0](https://github.com/coreos/go-semver.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23379) | +| [github.com/cockroachdb/apd@v1.1.0](https://github.com/cockroachdb/apd.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23375) | +| [github.com/coreos/pkg@399ea9e2e55f791b6e3d920860dbecb99c3692f0](https://github.com/coreos/pkg.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23380) | +| [github.com/cpuguy83/go-md2man@v1.0.10](https://github.com/cpuguy83/go-md2man.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23382) | +| [github.com/cyphar/filepath-securejoin@v0.2.2](https://github.com/cyphar/filepath-securejoin.git) | BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23383) | +| [github.com/docker/go-connections@v0.4.0](https://github.com/docker/go-connections.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23385) | +| [github.com/docker/go-events@e31b211e4f1cd09aa76fe4ac244571fab96ae47f](https://github.com/docker/go-events.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23386) | +| [github.com/fatih/color@v1.9.0](https://github.com/fatih/color.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23388) | +| [github.com/flynn/go-shlex@3f9db97f856818214da2e1057f8ad84803971cff](https://github.com/flynn-archive/go-shlex.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23390) | +| [github.com/coreos/etcd@v3.3.15](https://github.com/etcd-io/etcd.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23378) | +| [github.com/docker/go-units@v0.4.0](https://github.com/docker/go-units.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23387) | +| [github.com/gorilla/handlers@8a3748addc242fc560bd6d4ff28b0374c010b1b4](https://github.com/gorilla/handlers.git) | BSD-2-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23403) | +| [github.com/grpc-ecosystem/grpc-gateway@v1.9.5](https://github.com/grpc-ecosystem/grpc-gateway.git) | BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23404) | +| [gitlab.com/nyarla/go-crypt@d9a5dc2b789bc330075d4b805d9b7c971f2865a1](https://gitlab.com/nyarla/go-crypt.git) | BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23408) | +| [modernc.org/ql@v1.0.0](https://gitlab.com/cznic/ql/-/tags/v1.0.0.git) | BSD-3-Clause AND CC-BY-3.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23422) | +| [github.com/hashicorp/go-sockaddr@v1.0.0](https://github.com/hashicorp/go-sockaddr.git) | MPL-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23428) | +| [github.com/hashicorp/go.net@v0.0.1](https://github.com/hashicorp/go.net.git) | BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23429) | +| [github.com/Microsoft/go-winio@fc70bd9a86b5562b3b5eb1040e803febee1e90a1](https://github.com/microsoft/go-winio.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23371) | +| [github.com/Microsoft/hcsshim@v0.8.9](https://github.com/microsoft/hcsshim.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23372) | +| [github.com/yvasiyarov/gorelic@v0.0.7](https://github.com/yvasiyarov/gorelic.git) | BSD-2-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/yvasiyarov/gorelic/ba7bf1b45591045ab2a20feca0fa8c22d0698c12) | +| [github.com/tebeka/strftime@v0.1.3](https://github.com/tebeka/strftime.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/tebeka/strftime/1e60d44622e3f9de852e0ae26f5a02ea3354623e) | +| [github.com/yvasiyarov/newrelic_platform_go@9c099fbc30e90de5bb5c5f94aa5fd08f2daeaacd](https://github.com/yvasiyarov/newrelic_platform_go.git) | BSD-2-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/yvasiyarov/newrelic_platform_go/9c099fbc30e90de5bb5c5f94aa5fd08f2daeaacd) | +| [github.com/rs/zerolog@v1.15.0](https://github.com/rs/zerolog.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/rs/zerolog/b806a5ecbe5347ad9ef05121fea8f4acc65fa5fc) | +| [github.com/hashicorp/consul/api@v1.1.0](https://github.com/hashicorp/consul.git) | MPL-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23427) | +| [github.com/otiai10/mint@v1.3.1](https://github.com/otiai10/mint.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/otiai10/mint/bef812dd30a0e7e65435fde5ef6a81277d78ca05) | +| [gopkg.in/square/go-jose.v2@v2.2.2](https://github.com/square/go-jose.git) | Apache-2.0, BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/square/go-jose/e94fb177d3668d35ab39c61cbb2f311550557e83) | +| [rsc.io/letsencrypt@v0.0.3](https://github.com/rsc/letsencrypt.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/rsc/letsencrypt/2cfe43d8f3ba33d75c390b0e1e62e0a5f403605e) | +| [github.com/sclevine/spec@v1.2.0](https://github.com/sclevine/spec.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/sclevine/spec/b518b20aa1af75d314a31c9b3acfeeab7c4cbfb4) | +| [github.com/ClickHouse/clickhouse-go@v1.3.12](https://github.com/clickhouse/clickhouse-go.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23516) | +| [github.com/pbnjay/strptime@5c05b0d668c919165e2c16298c96a3f2ab4564b3](https://github.com/pbnjay/strptime.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23522) | +| [github.com/smartystreets/assertions@b2de0cb4f26d0705483a2f495d89896d0b808573](https://github.com/smartystreets/assertions.git) | Apache-2.0 AND BSD-3-Clause AND MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23521) | +| [github.com/xiang90/probing@43a291ad63a214a207fefbf03c7d9d78b703162b](https://github.com/xiang90/probing.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23518) | +| [github.com/Masterminds/vcs@v1.13.1](https://github.com/Masterminds/vcs.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/masterminds/vcs/f94282d8632a0620f79f0c6ff0e82604e8c5c85b) | +| [github.com/alessio/shellescape@v1.2.2](https://github.com/alessio/shellescape.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/alessio/shellescape/c3b6e53cea4242a4d6a2ee925c4b38c1f80e44e9) | +| [github.com/bugsnag/bugsnag-go@v1.5.3](https://github.com/bugsnag/bugsnag-go.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/bugsnag/bugsnag-go/3b0dbb79d7cc36c982e6ba70ceb76771552434f6) | +| [github.com/bugsnag/panicwrap@v1.2.0](https://github.com/bugsnag/panicwrap.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/bugsnag/panicwrap/4009b2b7c78d820cc4a2e42f035bb557ce4ae45b) | +| [github.com/cockroachdb/cockroach-go@606b3d062051259eca584a3f998d37e39b3b7622](https://github.com/cockroachdb/cockroach-go.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/cockroachdb/cockroach-go/606b3d062051259eca584a3f998d37e39b3b7622) | +| [github.com/containerd/ttrpc@v1.0.1](https://github.com/containerd/ttrpc.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/containerd/ttrpc/72bb1b21c5b0a4a107f59dd85f6ab58e564b68d6) | +| [github.com/containerd/typeurl@2a93cfde8c20b23de8eb84a5adbc234ddf7a9e8d](https://github.com/containerd/typeurl.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/containerd/typeurl/2a93cfde8c20b23de8eb84a5adbc234ddf7a9e8d) | +| [github.com/coreos/go-oidc@v2.1.0](https://github.com/coreos/go-oidc.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/coreos/go-oidc/2be1c5b8a260760503f66dc0996e102b683b3ac3) | +| [github.com/cznic/mathutil@ca4c9f2c136954238c3158b92de72078c7672ecc](https://github.com/cznic/mathutil.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/cznic/mathutil/ca4c9f2c136954238c3158b92de72078c7672ecc) | +| [github.com/docker/libtrust@aabc10ec26b754e797f9028f4589c5b7bd90dc20](https://github.com/docker/libtrust.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/docker/libtrust/aabc10ec26b754e797f9028f4589c5b7bd90dc20) | +| [github.com/fastly/go-utils@d95a45783239f69a867fec572fb7675bcee07d88](https://github.com/fastly/go-utils.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/fastly/go-utils/d95a45783239f69a867fec572fb7675bcee07d88) | +| [github.com/fatih/camelcase@v1.0.0](https://github.com/fatih/camelcase.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/fatih/camelcase/44e46d280b43ec1531bb25252440e34f1b800b65) | +| [github.com/fvbommel/sortorder@v1.0.1](https://github.com/fvbommel/sortorder.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/fvbommel/sortorder/a1ddee917217bbd0691affdca9c88d24d3f5c27d) | +| [github.com/godbus/dbus@ade71ed3457e1a2d0edc32a59e718cc523e73b21](https://github.com/godbus/dbus.git) | BSD-2-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/godbus/dbus/ade71ed3457e1a2d0edc32a59e718cc523e73b21) | +| [github.com/golangplus/bytes@45c989fe545070ef7c9003cf1998bb195c61731a](https://github.com/golangplus/bytes.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/golangplus/bytes/45c989fe545070ef7c9003cf1998bb195c61731a) | +| [github.com/grpc-ecosystem/grpc-health-probe@v0.3.2](https://github.com/grpc-ecosystem/grpc-health-probe.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/grpc-ecosystem/grpc-health-probe/71ebd03865797e785bdc7ae6fababe548b75188e) | +| [github.com/hokaccha/go-prettyjson@108c894c2c0e4a3236172e3698c14f1e3199548d](https://github.com/hokaccha/go-prettyjson.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/hokaccha/go-prettyjson/108c894c2c0e4a3236172e3698c14f1e3199548d) | +| [github.com/irifrance/gini@v1.0.1](https://github.com/irifrance/gini.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/irifrance/gini/ab553a98575687dd98cf73371b2fc398f41d10fc) | +| [github.com/itchyny/astgen-go@cf3ea398f64584ef328f8fa3e0281536dbaffa4b](https://github.com/itchyny/astgen-go.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/itchyny/astgen-go/cf3ea398f64584ef328f8fa3e0281536dbaffa4b) | +| [github.com/itchyny/gojq@v0.11.0](https://github.com/itchyny/gojq.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/itchyny/gojq/d33449f4c07af896f91db06c7b64052c92ebe42b) | +| [github.com/jackc/pgmock@13a1b77aafa2641ad31b655a18e8c3605ef55e2d](https://github.com/jackc/pgmock.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/jackc/pgmock/13a1b77aafa2641ad31b655a18e8c3605ef55e2d) | +| [github.com/jehiah/go-strftime@1d33003b386959af197ba96475f198c114627b5e](https://github.com/jehiah/go-strftime.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/jehiah/go-strftime/1d33003b386959af197ba96475f198c114627b5e) | +| [github.com/joefitzgerald/rainbow-reporter@v0.1.0](https://github.com/joefitzgerald/rainbow-reporter.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/joefitzgerald/rainbow-reporter/f35bccf50a5c24f2fca9dc7e131454c60efba904) | +| [github.com/lestrrat-go/strftime@v1.0.1](https://github.com/lestrrat-go/strftime.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/lestrrat-go/strftime/6b63b6de4db1514785520f626319d12516ee6932) | +| [github.com/liggitt/tabwriter@89fcab3d43de07060e4fd4c1547430ed57e87f24](https://github.com/liggitt/tabwriter.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/liggitt/tabwriter/89fcab3d43de07060e4fd4c1547430ed57e87f24) | +| [github.com/lithammer/dedent@v1.1.0](https://github.com/lithammer/dedent.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/lithammer/dedent/8478954c3bc893cf36c5ee7c822266b993a3b3ee) +| [github.com/moby/term@df9cb8a406352e9543f2b7cae1c8579b51b8013e](https://github.com/moby/term.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/moby/term/df9cb8a406352e9543f2b7cae1c8579b51b8013e) | +| [github.com/nakagami/firebirdsql@3c02a58cfed8c5b191d653309705042fcd6c4f9c](https://github.com/nakagami/firebirdsql.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/nakagami/firebirdsql/3c02a58cfed8c5b191d653309705042fcd6c4f9c) | +| [github.com/neo4j-drivers/gobolt@v1.7.4](https://github.com/neo4j-drivers/gobolt.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/neo4j-drivers/gobolt/0b8728e471cbd11fe5ffa3ae65a467886018012e) | +| [github.com/neo4j/neo4j-go-driver@v1.7.4](https://github.com/neo4j/neo4j-go-driver.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/neo4j/neo4j-go-driver/934739616886b903306e1df80aa58047407a1971) | +| [github.com/otiai10/copy@v1.2.0](https://github.com/otiai10/copy.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/otiai10/copy/c5f0361fe546fb0f4f26b13746afc8864ea7f6d9) | +| [github.com/otiai10/curr@v1.0.0](https://github.com/otiai10/curr.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/otiai10/curr/88e2f2cffa0b5f13e90ee963a321bd1b2f715561) | +| [github.com/rs/xid@v1.2.1](https://github.com/rs/xid.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/rs/xid/15d26544def341f036c5f8dca987a4cbe575032c) | +| [github.com/zenazn/goji@v0.9.0](https://github.com/zenazn/goji.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/zenazn/goji/845982030542a0fd9c8e8cbf76a84c7482cb3755) | +| [go.uber.org/tools@2cfd321de3ee5d5f8a5fda2521d1703478334d98](https://github.com/uber-go/tools.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/uber-go/tools/2cfd321de3ee5d5f8a5fda2521d1703478334d98) | +| [google.golang.org/grpc/cmd/protoc-gen-go-grpc@d8193ee9cc3e403ec488bf371c57fe8a63e34890](https://github.com/grpc/grpc-go.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/grpc/grpc-go/d8193ee9cc3e403ec488bf371c57fe8a63e34890) | +| [gopkg.in/alecthomas/kingpin.v2@v2.2.6](https://github.com/alecthomas/kingpin.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/alecthomas/kingpin/947dcec5ba9c011838740e680966fd7087a71d0d) | +| [gopkg.in/cheggaaa/pb.v1@v1.0.25](https://github.com/cheggaaa/pb.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/cheggaaa/pb/2af8bbdea9e99e83b3ac400d8f6b6d1b8cbbf338) | +| [gopkg.in/gemnasium/logrus-airbrake-hook.v2@v2.1.2](https://github.com/gemnasium/logrus-airbrake-hook.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/gemnasium/logrus-airbrake-hook/e928b033a891c0175fb643d5aa0779e86325eb12) | +| [gopkg.in/go-playground/validator.v9@v9.30.0](https://github.com/go-playground/validator.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/go-playground/validator/cd1bd581694a11c089aea885a26247c5f783a4cf) | +| [gopkg.in/ini.v1@v1.51.0](https://github.com/go-ini/ini.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/go-ini/ini/87e589f4917038ae250cff2446db7573f47e97ca) | +| [gopkg.in/natefinch/lumberjack.v2@v2.0.0](https://github.com/natefinch/lumberjack.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/natefinch/lumberjack/7d6a1875575e09256dc552b4c0e450dcd02bd10e) | +| [gopkg.in/op/go-logging.v1@b2cb9fa56473e98db8caba80237377e83fe44db5](https://github.com/op/go-logging.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/op/go-logging/b2cb9fa56473e98db8caba80237377e83fe44db5) | +| [gopkg.in/resty.v1@v1.12.0](https://github.com/go-resty/resty.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/go-resty/resty/fa5875c0caa5c260ab78acec5a244215a730247f) | +| [gopkg.in/tomb.v2@d5d1b5820637886def9eef33e03a27a9f166942c](https://github.com/go-tomb/tomb.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/go-tomb/tomb/d5d1b5820637886def9eef33e03a27a9f166942c) | +| [gopkg.in/yaml.v3@eeeca48fe7764f320e4870d231902bf9c1be2c08](https://github.com/go-yaml/yaml.git) | Apache-2.0, Apache-2.0 AND MIT, MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/go-yaml/yaml/eeeca48fe7764f320e4870d231902bf9c1be2c08) | +| [k8s.io/component-helpers@v0.20.1](https://github.com/kubernetes/component-helpers.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/kubernetes/component-helpers/fb2b7e6065f426f2dac708ad93518177c879a9ab) | +| [github.com/yvasiyarov/go-metrics@c25f46c4b94079672242ec48a545e7ca9ebe3aec](https://github.com/yvasiyarov/go-metrics.git) | BSD-2-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23519) | +| [github.com/go-bindata/go-bindata/v3@v3.1.3](https://github.com/go-bindata/go-bindata.git) | CC0-1.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23561) | +| [bazil.org/fuse@371fbbdaa8987b715bdd21d6adc4c9b20155f748](https://github.com/bazil/fuse.git) | BSD-3-Clause AND MIT AND BSD-2-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23543) | +| [github.com/jackc/pgtype@a8802b16cc593842f5c69b0f7cfb0de11d5cd3a8](https://github.com/jackc/pgtype.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23576) | +| [github.com/docker/go-metrics@v0.0.1](https://github.com/docker/go-metrics.git) | Apache-2.0 AND CC-BY-SA-4.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23558) | +| [sigs.k8s.io/kind@v0.10.0](https://github.com/kubernetes-sigs/kind.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23596) | +| [gopkg.in/inconshreveable/log15.v2@67afb5ed74ec82fd7ac8f49d27c509ac6f991970](https://github.com/inconshreveable/log15.git) | Apache-2.0 AND BSD-3-Clause AND MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23594) | +| [gopkg.in/airbrake/gobrake.v2@v2.0.9](https://github.com/airbrake/gobrake.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23593) | +| [go.etcd.io/etcd@dd1b699fc4895de8cc23c3cac5a428c37eee384a](https://github.com/etcd-io/etcd.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23592) | +| [github.com/remyoudompheng/bigfft@6a916e37a237384e18eefa3270c09247db1ecf50](https://github.com/remyoudompheng/bigfft.git) | BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23591) | +| [github.com/operator-framework/operator-registry@v1.13.6](https://github.com/operator-framework/operator-registry.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23590) | +| [github.com/openshift/api@32369d4db2ada1c1cdb95b99b568a9925e2a4480](https://github.com/openshift/api.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23586) | +| [github.com/chai2010/gettext-go@c6fed771bfd517099caf0f7a961671fa8ed08723](https://github.com/chai2010/gettext-go.git) | BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23551) | +| [github.com/cloudflare/golz4@ef862a3cdc58a6f1fee4e3af3d44fbe279194cde](https://github.com/cloudflare/golz4.git) | BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23552) | +| [github.com/coreos/go-systemd@fd7a80b32e1fc73e890fde45604ed5009dc817a3](https://github.com/coreos/go-systemd.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23553) | +| [github.com/daviddengcn/go-colortext@511bcaf42ccd42c38aba7427b6673277bf19e2a1](https://github.com/daviddengcn/go-colortext.git) | BSD-3-Clause AND MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23554) | +| [github.com/docker/cli@5d0cf8839492eb1af7c611a58d09034d29aa9631](https://github.com/docker/cli.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23556) | +| [github.com/docker/distribution@v2.7.1](https://github.com/distribution/distribution.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23557) | +| [github.com/fsouza/fake-gcs-server@v1.17.0](https://github.com/fsouza/fake-gcs-server.git) | BSD-2-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23559) | +| [github.com/bshuster-repo/logrus-logstash-hook@v1.0.0](https://github.com/bshuster-repo/logrus-logstash-hook.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23549) | +| [github.com/garyburd/redigo@v1.6.0](https://github.com/garyburd/redigo.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23560) | +| [github.com/opencontainers/runc@6cc515888830787a93d82138821f0309ad970640](https://github.com/opencontainers/runc.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23584) | +| [github.com/lestrrat-go/envload@a3eb8ddeffccdbca0eb6dd6cc7c7950c040a6546](https://github.com/lestrrat-go/envload.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23580) | +| [github.com/jackc/puddle@11cab39313c9677f9807fef985e6f44e44ddb2ce](https://github.com/jackc/puddle.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23579) | +| [github.com/golangplus/fmt@2a5d6d7d2995baf7d847b7f16ac0179c6888d37b](https://github.com/golangplus/fmt.git) | BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23565) | +| [github.com/jackc/pgx/v4@6972a57421861e041adb04dc7294c0ef40e5b3a6](https://github.com/jackc/pgx.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23578) | +| [github.com/itchyny/go-flags@v1.5.0](https://github.com/itchyny/go-flags.git) | BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23567) | +| [github.com/jackc/pgconn@v1.3.2](https://github.com/jackc/pgconn.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23570) | +| [github.com/jackc/pgproto3/v2@v2.0.1](https://github.com/jackc/pgproto3.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23574) | +| [github.com/jackc/pgio@v1.0.0](https://github.com/jackc/pgio.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23571) | +| [github.com/jackc/pgpassfile@v1.0.0](https://github.com/jackc/pgpassfile.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23572) | +| [github.com/bketelsen/crypt@5cbc8cc4026c0c1d3bf9c5d4e5a30398f99c99a9](https://github.com/bketelsen/crypt.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23548) | +| [github.com/bkaradzic/go-lz4@v1.0.0](https://github.com/bkaradzic/go-lz4.git) | BSD-2-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23547) | +| [cloud.google.com/go/spanner@v1.2.0](https://github.com/googleapis/google-cloud-go.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23545) | +| [github.com/goccy/go-yaml@v1.8.1](https://github.com/goccy/go-yaml.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23562) | +| [github.com/gocql/gocql@f6df8288f9b44e66f50c9a59aee53a705c788dbe](https://github.com/gocql/gocql.git) | BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23564) | +| [github.com/hashicorp/logutils@v1.0.0](https://github.com/hashicorp/logutils.git) | MPL-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23430) | +| [github.com/hashicorp/serf@v0.8.2](https://github.com/hashicorp/serf.git) | MPL-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23431) | +| [github.com/mikefarah/yq/v3@8846255d1c37457b729108cfa4160b4b678b8003](https://github.com/mikefarah/yq.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23583) | +| [github.com/miekg/dns@v1.0.14](https://github.com/miekg/dns.git) | BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23581) | +| [github.com/opencontainers/go-digest@v1.0.0](https://github.com/opencontainers/go-digest.git) | Apache-2.0 AND CC-BY-SA-4.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23442) | +| [github.com/opencontainers/image-spec@775207bd45b6cb8153ce218cc59351799217451f](https://github.com/opencontainers/image-spec.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23443) | +| [github.com/operator-framework/operator-lifecycle-manager@v0.18.1](https://github.com/operator-framework/operator-lifecycle-manager.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23589) | +| [github.com/pascaldekloe/goe@57f6aae5913c64c9bcae5dbdffd33365b5a7f138](https://github.com/pascaldekloe/goe.git) | CC0-1.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23444) | +| [sigs.k8s.io/structured-merge-diff/v3@67a7b8c618745e7c2217ca9aebfff71216e9a6ce](https://github.com/kubernetes-sigs/structured-merge-diff.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23597) | +| [gopkg.in/check.v1@64131543e7896d5bcc6bd5a76287eb75ea96c673](https://github.com/go-check/check.git) | BSD-2-Clause AND BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23345) | +| [cloud.google.com/go/firestore@v1.1.0](https://github.com/googleapis/google-cloud-go.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23544) | +| [github.com/hashicorp/consul/sdk@v0.1.1](https://github.com/hashicorp/consul.git) | MPL-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23566) | +| [github.com/jackc/chunkreader/v2@v2.0.1](https://github.com/jackc/chunkreader.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23569) | +| [github.com/opencontainers/runtime-spec@v1.0.0](https://github.com/opencontainers/runtime-spec.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23585) | +| [github.com/maxbrunsfeld/counterfeiter/v6@v6.2.2](https://github.com/maxbrunsfeld/counterfeiter.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23610) | +| [github.com/evanphx/json-patch/v5@v5.1.0](https://github.com/evanphx/json-patch.git) | BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23609) | +| [github.com/chzyer/readline@2972be24d48e78746da79ba8e24e8b488c9880de](https://github.com/chzyer/readline.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/chzyer/readline/2972be24d48e78746da79ba8e24e8b488c9880de) | +| [github.com/chzyer/test@a1ea475d72b168a29f44221e0ad031a842642302](https://github.com/chzyer/test.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/chzyer/test/a1ea475d72b168a29f44221e0ad031a842642302) | +| [github.com/fatih/set@v0.2.1](https://github.com/fatih/set.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/fatih/set/2c768e3c5489976167bfc42b5c7c92ca783f4389) | +| [github.com/go-errors/errors@v1.0.1](https://github.com/go-errors/errors.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/go-errors/errors/a6af135bd4e28680facf08a3d206b454abc877a4) | +| [github.com/go-logr/zapr@v0.4.0](https://github.com/go-logr/zapr.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/go-logr/zapr/11b4afb74c50cb13b2800a1042e6dd5e4b82aa80) | +| [github.com/google/go-cmp@v0.5.6](https://github.com/google/go-cmp.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/google/go-cmp/d103655696d8ae43c4125ee61454dbf03d8e8324) | +| [github.com/prometheus/client_model@v0.2.0](https://github.com/prometheus/client_model.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/prometheus/client_model/7bc5445566f0fe75b15de23e6b93886e982d7bf9) | +| [github.com/prometheus/common@v0.26.0](https://github.com/prometheus/common.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/prometheus/common/0ec6a33fff8b8a6950b82f03c4bfabaf61ac4813) | +| [github.com/prometheus/procfs@v0.6.0](https://github.com/prometheus/procfs.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/prometheus/procfs/e971af51d579a49db14657a96eebec39cefb4755) | +| [github.com/xlab/treeprint@a009c3971eca89777614839eb7f69abed3ea3959](https://github.com/xlab/treeprint.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/xlab/treeprint/a009c3971eca89777614839eb7f69abed3ea3959) | +| [go.uber.org/atomic@v1.7.0](https://github.com/uber-go/atomic.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/uber-go/atomic/12f27ba2637fa0e13772a4f05fa46a5d18d53182) | +| [go.uber.org/zap@v1.18.1](https://github.com/uber-go/zap.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/uber-go/zap/120b08c8fae5be92bc7323ca78b25cd790e8c37a) | +| [k8s.io/api@v0.21.3](https://github.com/kubernetes/api.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/kubernetes/api/b82f5c5b78f22c022611b5413297acafb79ede04) | +| [k8s.io/apimachinery@v0.21.3](https://github.com/kubernetes/apimachinery.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/kubernetes/apimachinery/f916759cb6b8547418dc7708876ecab5c1961448) | +| [github.com/benbjohnson/clock@v1.1.0](https://github.com/benbjohnson/clock.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23738) | +| [github.com/chzyer/logex@v1.1.10](https://github.com/chzyer/logex.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23728) | +| [github.com/evanphx/json-patch@v4.11.0](https://github.com/evanphx/json-patch.git) | BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23729) | +| [github.com/go-kit/log@v0.1.0](https://github.com/go-kit/log.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23739) | +| [github.com/gobuffalo/here@v0.6.0](https://github.com/gobuffalo/here.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23740) | +| [github.com/jpillora/backoff@v1.0.0](https://github.com/jpillora/backoff.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23731) | +| [github.com/markbates/pkger@v0.17.1](https://github.com/markbates/pkger.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23752) | +| [github.com/moby/spdystream@v0.2.0](https://github.com/moby/spdystream.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23294) | +| [github.com/monochromegane/go-gitignore@205db1a8cc001de79230472da52edde4974df734](https://github.com/monochromegane/go-gitignore.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23753) | +| [github.com/operator-framework/api@v0.10.0](https://github.com/operator-framework/api.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23754) | +| [github.com/prometheus/client_golang@v1.11.0](https://github.com/prometheus/client_golang.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23732) | +| [github.com/redhat-cop/operator-utils@v1.1.4](https://github.com/redhat-cop/operator-utils.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23755) | +| [github.com/scylladb/go-set@v1.0.2](https://github.com/scylladb/go-set.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23757) | +| [go.starlark.net@8dd3e2ee1dd5d034baada4c7b4fcf231294a1013](https://github.com/google/starlark-go.git) | BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23741) | +| [go.uber.org/goleak@v1.1.10](https://github.com/uber-go/goleak.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23758) | +| [k8s.io/apiextensions-apiserver@v0.21.3](https://github.com/kubernetes/apiextensions-apiserver.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23759) | +| [k8s.io/apiserver@v0.21.3](https://github.com/kubernetes/apiserver.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23733) | +| [k8s.io/cli-runtime@v0.21.3](https://github.com/kubernetes/cli-runtime.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23751) | +| [k8s.io/client-go@v0.21.3](https://github.com/kubernetes/client-go.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23734) | +| [sigs.k8s.io/apiserver-network-proxy/konnectivity-client@v0.0.19](https://github.com/kubernetes-sigs/apiserver-network-proxy.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23744) | +| [sigs.k8s.io/controller-runtime@v0.9.5](https://github.com/kubernetes-sigs/controller-runtime.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23742) | +| [sigs.k8s.io/controller-tools@v0.6.0](https://github.com/kubernetes-sigs/controller-tools.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23743) | +| [sigs.k8s.io/kustomize/api@v0.8.8](https://github.com/kubernetes-sigs/kustomize.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23760) | +| [sigs.k8s.io/kustomize/kyaml@v0.10.17](https://github.com/kubernetes-sigs/kustomize.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23761) +| [github.com/alcortesm/tgz@9c5fe88206d7765837fed3732a42ef88fc51f1a1](https://github.com/alcortesm/tgz.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/alcortesm/tgz/9c5fe88206d7765837fed3732a42ef88fc51f1a1) | +| [github.com/armon/go-socks5@e75332964ef517daa070d7c38a9466a0d687e0a5](https://github.com/armon/go-socks5.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/armon/go-socks5/e75332964ef517daa070d7c38a9466a0d687e0a5) | +| [github.com/go-git/gcfg@v1.5.0](https://github.com/go-git/gcfg.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/go-git/gcfg/22f18f9a74d34e3b1a7d59cfa33043bc50ebe376) | +| [github.com/go-git/go-git/v5@v5.2.0](https://github.com/go-git/go-git.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/git/github/go-git/go-git/97741e72346716fd90e534a1b9bd9f7643cd0c80) | +| [github.com/niemeyer/pretty@a10e7caefd8e0d600cea437f5c3613aeb1553d56](https://github.com/niemeyer/pretty.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/niemeyer/pretty/a10e7caefd8e0d600cea437f5c3613aeb1553d56) | +| [github.com/santhosh-tekuri/jsonschema@v1.2.4](https://github.com/santhosh-tekuri/jsonschema.git) | BSD-3-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/santhosh-tekuri/jsonschema/534765aa6277d702a0aaf99c986492dda697d48f) | +| [github.com/xanzy/ssh-agent@v0.2.1](https://github.com/xanzy/ssh-agent.git) | Apache-2.0 |[clearlydefined](https://clearlydefined.io/definitions/git/github/xanzy/ssh-agent/6a3e2ff9e7c564f36873c2e36413f634534f1c44) | +| [gopkg.in/warnings.v0@v0.1.2](https://github.com/go-warnings/warnings.git) | BSD-2-Clause | [clearlydefined](https://clearlydefined.io/definitions/git/github/go-warnings/warnings/ec4a0fea49c7b46c2aeb0b51aac55779c607e52b) | +| [github.com/jbenet/go-context@d14ea06fba99483203c19d92cfcd13ebe73135f4](https://github.com/jbenet/go-context.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23645) | +| [github.com/go-git/go-billy/v5@v5.0.0](https://github.com/go-git/go-billy.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23644) | +| [github.com/gliderlabs/ssh@v0.2.2](https://github.com/gliderlabs/ssh.git) | BSD-3-Clause | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23642) | +| [github.com/emirpasic/gods@v1.12.0](https://github.com/emirpasic/gods.git) | BSD-2-Clause AND BSD-3-Clause AND ISC | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23643) | +| [github.com/openshift/client-go@2a6cd50aedd02a8b1573c0de49169a43061cf587](https://github.com/openshift/client-go.git) | Apache-2.0 | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23587) | +| [github.com/kevinburke/ssh_config@01f96b0aa0cdcaa93f9495f89bbc6cb5a992ce6e](https://github.com/kevinburke/ssh_config.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23646) | +| [github.com/asaskevich/govalidator@f61b66f89f4a311bef65f13e575bcf1a2ffadda6](https://github.com/asaskevich/govalidator.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/asaskevich/govalidator/f61b66f89f4a311bef65f13e575bcf1a2ffadda6) | +| [github.com/lucasjones/reggen@37ba4fa293bb40d3e1d805ba3545bfaab688d669](https://github.com/lucasjones/reggen.git) | MIT | [CQ](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23647) | +| [github.com/asaskevich/govalidator@f61b66f89f4a311bef65f13e575bcf1a2ffadda6](https://github.com/asaskevich/govalidator.git) | MIT | [clearlydefined](https://clearlydefined.io/definitions/git/github/asaskevich/govalidator/f61b66f89f4a311bef65f13e575bcf1a2ffadda6) | +| [golang.org/x/crypto@5ea612d1eb830b38bc4e914e37f55311eb58adce](https://cs.opensource.google/go) | BSD-3-Clause | N/A | +| [golang.org/x/exp@956cc1757749645f24cefb2ef2a41b0ec4514cf8](https://cs.opensource.google/go) | BSD-3-Clause | N/A | +| [golang.org/x/image@0694c2d4d067f97ebef574d63a763ee8ab559da7](https://cs.opensource.google/go) | BSD-3-Clause | N/A | +| [golang.org/x/lint@738671d3881b9731cc63024d5d88cf28db875626](https://cs.opensource.google/go) | BSD-3-Clause | N/A | +| [golang.org/x/mod@v0.4.2](https://cs.opensource.google/go) | BSD-3-Clause | N/A | +| [golang.org/x/net@a5a99cb37ef4b68617775ab669177656090ab396](https://cs.opensource.google/go) | BSD-3-Clause | N/A | +| [golang.org/x/sync@036812b2e83c0ddf193dd5a34e034151da389d09](https://cs.opensource.google/go) | BSD-3-Clause | N/A | +| [golang.org/x/sys@0f9fa26af87c481a6877a4ca1330699ba9a30673](https://cs.opensource.google/go) | BSD-3-Clause | N/A | +| [golang.org/x/term@6a3ed077a48de71621ad530f9078fffa0bc0ce32](https://cs.opensource.google/go) | BSD-3-Clause | N/A | +| [golang.org/x/text@v0.3.4](https://cs.opensource.google/go) | BSD-3-Clause | N/A | +| [golang.org/x/time@1f47c861a9ac5a6e7645609f91b895398ff31642](https://cs.opensource.google/go) | BSD-3-Clause | N/A | +| [golang.org/x/tools@v0.1.5](https://cs.opensource.google/go) | BSD-3-Clause | N/A | +| [golang.org/x/xerrors@5ec99f83aff198f5fbd629d6c8d8eb38a04218ca](https://cs.opensource.google/go) | BSD-3-Clause | N/A | +| [golang.org/x/oauth2@bf48bf16ab8d622ce64ec6ce98d2c98f916b6303](https://cs.opensource.google/go) | BSD-3-Clause | N/A | +| [golang.org/x/mobile@d3739f865fa66d07c1f506505c18aac71a8ead6e](https://cs.opensource.google/go) | BSD-3-Clause | N/A | diff --git a/Dependencies.md b/Dependencies.md deleted file mode 100644 index 0b0defde8..000000000 --- a/Dependencies.md +++ /dev/null @@ -1,2752 +0,0 @@ -=== List approved dependencies - -cloud.google.com/go/storage -https://github.com/googleapis/google-cloud-go/tree/storage/v1.5.0 -https://github.com/googleapis/google-cloud-go/tree/b9ee5c702d0ffe94a091bf06a2267242aa0ecae6 -RATE 62 -https://clearlydefined.io/definitions/git/github/googleapis/google-cloud-go/b9ee5c702d0ffe94a091bf06a2267242aa0ecae6 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23334 - -cloud.google.com/go/pubsub -https://github.com/googleapis/google-cloud-go/tree/pubsub/v1.2.0 -https://github.com/googleapis/google-cloud-go/tree/bd0b380acd8968ceb01c20edf7c86433da8bfd1c -RATE 57 -https://clearlydefined.io/definitions/git/github/googleapis/google-cloud-go/bd0b380acd8968ceb01c20edf7c86433da8bfd1c -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23333 - -cloud.google.com/go/datastore -https://github.com/googleapis/google-cloud-go/tree/datastore/v1.2.0 -https://github.com/googleapis/google-cloud-go/tree/fd7a73a9ad5b5ce9194a755e1805d4c5ac2d3cfa -RATE 60 -https://clearlydefined.io/definitions/git/github/googleapis/google-cloud-go/fd7a73a9ad5b5ce9194a755e1805d4c5ac2d3cfa -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23331 - -cloud.google.com/go/bigquery -https://github.com/googleapis/google-cloud-go/tree/bigquery/v1.4.0 -https://github.com/googleapis/google-cloud-go/tree/3b768578738982b1bd8612d6747ffaf103fc77fe -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23330 - -cloud.google.com/go == google.golang.org/cloud -https://github.com/googleapis/google-cloud-go/tree/v0.54.0 -https://github.com/googleapis/google-cloud-go/tree/a6b88cf34a491498e4c7d15c107a31058693e2cb -RATE 57 -https://clearlydefined.io/definitions/git/github/googleapis/google-cloud-go/a6b88cf34a491498e4c7d15c107a31058693e2cb -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23329 - -Azure ====> https://clearlydefined.io/definitions/git/github/azure/go-autorest/fafe600ec8bd2d9aab6c6486172ccc87df6a5302 -RATE 92 -https://clearlydefined.io/definitions/git/github/azure/go-autorest/fafe600ec8bd2d9aab6c6486172ccc87df6a5302 -github.com/Azure/go-autorest -github.com/Azure/go-autorest/autorest -github.com/Azure/go-autorest/autorest/adal -github.com/Azure/go-autorest/autorest/date -github.com/Azure/go-autorest/autorest/mocks -github.com/Azure/go-autorest/logger -github.com/Azure/go-autorest/tracing - -github.com/NYTimes/gziphandler -https://github.com/nytimes/gziphandler/tree/v1.0.1 -https://github.com/nytimes/gziphandler/tree/2600fb119af974220d3916a5916d6e31176aac1b -RATE 77 -https://clearlydefined.io/definitions/git/github/nytimes/gziphandler/2600fb119af974220d3916a5916d6e31176aac1b - -github.com/BurntSushi/toml -https://github.com/BurntSushi/toml/tree/v0.3.1 -https://github.com/BurntSushi/toml/tree/3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 -RATE 78 -https://clearlydefined.io/definitions/git/github/burntsushi/toml/3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 - -github.com/BurntSushi/xgb -https://github.com/BurntSushi/xgb/tree/27f122750802c950b2c869a5b63dafcf590ced95 -RATE 60 -https://clearlydefined.io/definitions/git/github/burntsushi/xgb/27f122750802c950b2c869a5b63dafcf590ced95 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23291 - -sigs.k8s.io/structured-merge-diff/v4 -https://github.com/kubernetes-sigs/structured-merge-diff/releases/tag/v4.1.0 -https://github.com/kubernetes-sigs/structured-merge-diff/tree/c6e603f78e91dbe936d8217a72a1955c99046f61 -RATE 60 -https://clearlydefined.io/definitions/git/github/kubernetes-sigs/structured-merge-diff/c6e603f78e91dbe936d8217a72a1955c99046f61 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23293 - -sigs.k8s.io/yaml -https://github.com/kubernetes-sigs/yaml/tree/v1.2.0 -https://github.com/kubernetes-sigs/yaml/tree/9fc95527decd95bb9d28cc2eab08179b2d0f6971 -RATE 67 -https://clearlydefined.io/definitions/git/github/kubernetes-sigs/yaml/9fc95527decd95bb9d28cc2eab08179b2d0f6971 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23295 - -k8s.io/utils -https://github.com/kubernetes/utils/tree/67b214c5f920060488eda08cd2b5c30597f2f1d7 -RATE 77 -https://clearlydefined.io/definitions/git/github/kubernetes/utils/67b214c5f920060488eda08cd2b5c30597f2f1d7 - -k8s.io/klog/v2 -https://github.com/kubernetes/klog/tree/v2.8.0 -https://github.com/kubernetes/klog/tree/407242c0258f5d907891f8797887b71a1c87e7b4 -RATE 60 -https://clearlydefined.io/definitions/git/github/kubernetes/klog/407242c0258f5d907891f8797887b71a1c87e7b4 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23266 - -k8s.io/gengo -https://github.com/kubernetes/gengo/tree/0689ccc1d7d65d9dd1bedcc3b0b1ed7df91ba266 -RATE 91 -https://clearlydefined.io/definitions/git/github/kubernetes/gengo/0689ccc1d7d65d9dd1bedcc3b0b1ed7df91ba266 - -github.com/PuerkitoBio/urlesc -https://github.com/puerkitobio/urlesc/tree/5bd2802263f21d8788851d5305584c82a5c75d7e -RATE 90 -https://clearlydefined.io/definitions/git/github/puerkitobio/urlesc/5bd2802263f21d8788851d5305584c82a5c75d7e - -github.com/asaskevich/govalidator/tree/f61b66f89f4a311bef65f13e575bcf1a2ffadda6 -asaskevich/govalidator -RATE 76 -https://clearlydefined.io/definitions/git/github/asaskevich/govalidator/f61b66f89f4a311bef65f13e575bcf1a2ffadda6 - -github.com/census-instrumentation/opencensus-proto -https://github.com/census-instrumentation/opencensus-proto/tree/v0.2.1 -https://github.com/census-instrumentation/opencensus-proto/tree/d89fa54de508111353cb0b06403c00569be780d8 -RATE 86 -https://clearlydefined.io/definitions/git/github/census-instrumentation/opencensus-proto/d89fa54de508111353cb0b06403c00569be780d8 - -github.com/cncf/udpa/go -https://github.com/cncf/udpa/tree/e8cd3a4bb307e2c810cffff99f93e96e6d7fee85 -RATE 75 -https://clearlydefined.io/definitions/git/github/cncf/udpa/e8cd3a4bb307e2c810cffff99f93e96e6d7fee85 - -github.com/creack/pty -https://github.com/creack/pty/tree/v1.1.9 -https://github.com/creack/pty/tree/3a6a957789163cacdfe0e291617a1c8e80612c11 -RATE 76 -https://clearlydefined.io/definitions/git/github/creack/pty/3a6a957789163cacdfe0e291617a1c8e80612c11 - -github.com/davecgh/go-spew -https://github.com/davecgh/go-spew/tree/v1.1.1 -https://github.com/davecgh/go-spew/tree/8991bc29aa16c548c550c7ff78260e27b9ab7c73 -RATE 95 -https://clearlydefined.io/definitions/git/github/davecgh/go-spew/8991bc29aa16c548c550c7ff78260e27b9ab7c73 - -github.com/dgrijalva/jwt-go -https://github.com/dgrijalva/jwt-go/tree/v3.2.0 -https://github.com/dgrijalva/jwt-go/tree/06ea1031745cb8b3dab3f6a236daf2b0aa468b7e -RATE 76 -https://clearlydefined.io/definitions/git/github/dgrijalva/jwt-go/06ea1031745cb8b3dab3f6a236daf2b0aa468b7e - -github.com/docopt/docopt-go -https://github.com/clearlydefined/curated-data/pull/11118 -RATE 60 -https://clearlydefined.io/definitions/git/github/docopt/docopt.go/ee0de3bc6815ee19d4a46c7eb90f829db0e014b1 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23292 - -github.com/emicklei/go-restful -https://github.com/emicklei/go-restful/tree/a2fa14558f9a828f859fcad1d5c824437d7d4388 -RATE 52 -https://clearlydefined.io/definitions/git/github/emicklei/go-restful/a2fa14558f9a828f859fcad1d5c824437d7d4388 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23312 - -github.com/envoyproxy/go-control-plane -https://github.com/envoyproxy/go-control-plane/releases/tag/v0.9.4 -https://github.com/envoyproxy/go-control-plane/tree/ba8e577f987f6676343cac84525b92ed1b2d86fe -RATE 76 -https://clearlydefined.io/definitions/git/github/envoyproxy/go-control-plane/ba8e577f987f6676343cac84525b92ed1b2d86fe - -github.com/envoyproxy/protoc-gen-validate -https://github.com/envoyproxy/protoc-gen-validate/tree/9eff07ddfcb4001aa1aab280648153f46e1a8ddc -0.1.0 -RATE 57 -https://clearlydefined.io/definitions/git/github/envoyproxy/protoc-gen-validate/9eff07ddfcb4001aa1aab280648153f46e1a8ddc -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23307 - -github.com/evanphx/json-patch -https://github.com/evanphx/json-patch/tree/bf22ed9311622d93e213ba31e4ae7a5771e5d379 -RATE 77 -https://clearlydefined.io/definitions/git/github/evanphx/json-patch/bf22ed9311622d93e213ba31e4ae7a5771e5d379 - -github.com/fsnotify/fsnotify -https://github.com/fsnotify/fsnotify/tree/v1.4.7 -https://github.com/fsnotify/fsnotify/tree/c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9 -RATE 76 -https://clearlydefined.io/definitions/git/github/fsnotify/fsnotify/c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9 - -github.com/go-logr/logr -https://github.com/go-logr/logr/tree/v0.4.0 -https://github.com/go-logr/logr/tree/8fc6c73f3911f11de3d0c18ade9880f1114ae72f -RATE 71 -https://clearlydefined.io/definitions/git/github/go-logr/logr/8fc6c73f3911f11de3d0c18ade9880f1114ae72f -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23305 - -github.com/go-openapi/jsonpointer -https://github.com/go-openapi/jsonpointer/tree/v0.19.3 -https://github.com/go-openapi/jsonpointer/tree/ed123515f087412cd7ef02e49b0b0a5e6a79a360 -RATE 67 -https://clearlydefined.io/definitions/git/github/go-openapi/jsonpointer/ed123515f087412cd7ef02e49b0b0a5e6a79a360 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23304 - -github.com/go-openapi/jsonreference -https://github.com/go-openapi/jsonreference/tree/v0.19.3 -https://github.com/go-openapi/jsonreference/tree/82f31475a8f7a12bc26962f6e26ceade8ea6f66a -RATE 68 -https://clearlydefined.io/definitions/git/github/go-openapi/jsonreference/82f31475a8f7a12bc26962f6e26ceade8ea6f66a -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23303 - -github.com/go-openapi/spec -https://github.com/go-openapi/spec/tree/v0.19.3 -https://github.com/go-openapi/spec/tree/2223ab324566e4ace63ab69b9c8fff1b81a40eeb -RATE 71 -https://clearlydefined.io/definitions/git/github/go-openapi/spec/2223ab324566e4ace63ab69b9c8fff1b81a40eeb -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23302 - -github.com/go-openapi/swag -https://github.com/go-openapi/swag/tree/v0.19.5 -https://github.com/go-openapi/swag/tree/c3d0f7896d589f3babb99eea24bbc7de98108e72 -RATE 77 -https://clearlydefined.io/definitions/git/github/go-openapi/swag/c3d0f7896d589f3babb99eea24bbc7de98108e72 - -github.com/gogo/protobuf -https://github.com/gogo/protobuf/tree/v1.3.2 -https://github.com/gogo/protobuf/tree/b03c65ea87cdc3521ede29f62fe3ce239267c1bc -RATE 14 -https://clearlydefined.io/definitions/git/github/gogo/protobuf/b03c65ea87cdc3521ede29f62fe3ce239267c1bc -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=20958 - -github.com/golang/glog -https://github.com/golang/glog/tree/23def4e6c14b4da8ac2ed8007337bc5eb5007998 -RATE 90 -https://clearlydefined.io/definitions/git/github/golang/glog/23def4e6c14b4da8ac2ed8007337bc5eb5007998 - -github.com/golang/groupcache -https://github.com/golang/groupcache/tree/8c9f03a8e57eb486e42badaed3fb287da51807ba -RATE 93 -https://clearlydefined.io/definitions/git/github/golang/groupcache/8c9f03a8e57eb486e42badaed3fb287da51807ba - -github.com/google/gofuzz -https://github.com/google/gofuzz/tree/44d81051d367757e1c7c6a5a86423ece9afcf63c -RATE 73 -https://clearlydefined.io/definitions/git/github/google/gofuzz/44d81051d367757e1c7c6a5a86423ece9afcf63c -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=17584 - -github.com/google/martian -https://github.com/google/martian/tree/c223d6f7955e7c1a66526de1d602257e2e8b9254 -RATE 75 -https://clearlydefined.io/definitions/git/github/google/martian/c223d6f7955e7c1a66526de1d602257e2e8b9254 - -github.com/google/pprof -https://github.com/google/pprof/tree/7dadf64105bba38bab598048e7721cc9d34f7e75 -RATE 75 -https://clearlydefined.io/definitions/git/github/google/pprof/7dadf64105bba38bab598048e7721cc9d34f7e75 - -github.com/google/renameio -https://github.com/google/renameio/tree/v0.1.0 -https://github.com/google/renameio/tree/f0e32980c006571efd537032e5f9cd8c1a92819e -RATE 75 -https://clearlydefined.io/definitions/git/github/google/renameio/f0e32980c006571efd537032e5f9cd8c1a92819e - -github.com/google/uuid -https://github.com/google/uuid/tree/v1.1.2 -https://github.com/google/uuid/tree/0e4e31197428a347842d152773b4cace4645ca25 -RATE 95 -https://clearlydefined.io/definitions/git/github/google/uuid/0e4e31197428a347842d152773b4cace4645ca25 - -github.com/googleapis/gax-go/v2 -https://github.com/googleapis/gax-go/tree/v2.0.5 -https://github.com/googleapis/gax-go/tree/bd5b16380fd03dc758d11cef74ba2e3bc8b0e8c2 -RATE 59 -https://clearlydefined.io/definitions/git/github/googleapis/gax-go/bd5b16380fd03dc758d11cef74ba2e3bc8b0e8c2 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23301 - -github.com/googleapis/gnostic -https://github.com/google/gnostic/tree/v0.4.2 -https://github.com/google/gnostic/tree/d95c059ece6028472f0478cca1133d182ae0a150 -RATE 54 -https://clearlydefined.io/definitions/git/github/googleapis/gnostic/d95c059ece6028472f0478cca1133d182ae0a150 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23309 - -github.com/gorilla/websocket -https://github.com/gorilla/websocket/tree/v1.4.2 -https://github.com/gorilla/websocket/tree/b65e62901fc1c0d968042419e74789f6af455eb9 -RATE 61 -https://clearlydefined.io/definitions/git/github/gorilla/websocket/b65e62901fc1c0d968042419e74789f6af455eb9 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23308 - -k8s.io/kube-openapi -https://github.com/kubernetes/kube-openapi/tree/7eba4cbaebdf47b0542b619cdd2f0195279d38cd -RATE 89 -https://clearlydefined.io/definitions/git/github/kubernetes/kube-openapi/7eba4cbaebdf47b0542b619cdd2f0195279d38cd - -github.com/gregjones/httpcache -https://github.com/gregjones/httpcache/tree/9cad4c3443a7200dd6400aef47183728de563a38 -RATE 77 -https://clearlydefined.io/definitions/git/github/gregjones/httpcache/9cad4c3443a7200dd6400aef47183728de563a38 - -github.com/hashicorp/golang-lru -https://github.com/hashicorp/golang-lru/tree/v0.5.1 -https://github.com/hashicorp/golang-lru/tree/7087cb70de9f7a8bc0a10c375cb0d2280a8edf9c -RATE 75 -https://clearlydefined.io/definitions/git/github/hashicorp/golang-lru/7087cb70de9f7a8bc0a10c375cb0d2280a8edf9c - -github.com/hpcloud/tail -https://github.com/hpcloud/tail/tree/v1.0.0 -https://github.com/hpcloud/tail/tree/a30252cb686a21eb2d0b98132633053ec2f7f1e5 -RATE 67 -https://clearlydefined.io/definitions/git/github/hpcloud/tail/a30252cb686a21eb2d0b98132633053ec2f7f1e5 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23300 - -github.com/imdario/mergo -https://github.com/imdario/mergo/tree/v0.3.5 -https://github.com/imdario/mergo/tree/9316a62528ac99aaecb4e47eadd6dc8aa6533d58 -RATE 81 -https://clearlydefined.io/definitions/git/github/imdario/mergo/9316a62528ac99aaecb4e47eadd6dc8aa6533d58 - -github.com/json-iterator/go -https://github.com/json-iterator/go/tree/a1ca0830781e007c66b225121d2cdb3a649421f6 -RATE 75 -https://clearlydefined.io/definitions/git/github/json-iterator/go/a1ca0830781e007c66b225121d2cdb3a649421f6 - -github.com/jstemmer/go-junit-report -https://github.com/jstemmer/go-junit-report/tree/v0.9.1 -https://github.com/jstemmer/go-junit-report/tree/cc1f095d5cc5eca2844f5c5ea7bb37f6b9bf6cac -RATE 75 -https://clearlydefined.io/definitions/git/github/jstemmer/go-junit-report/cc1f095d5cc5eca2844f5c5ea7bb37f6b9bf6cac - -github.com/kisielk/errcheck -https://github.com/kisielk/errcheck/tree/v1.2.0 -https://github.com/kisielk/errcheck/tree/e14f8d59a22d460d56c5ee92507cd94c78fbf274 -RATE 77 -https://clearlydefined.io/definitions/git/github/kisielk/errcheck/e14f8d59a22d460d56c5ee92507cd94c78fbf274 - -github.com/rogpeppe/go-internal -https://github.com/rogpeppe/go-internal/releases/tag/v1.3.0 -https://github.com/rogpeppe/go-internal/tree/438578804ca6f31be148c27683afc419ce47c06e -RATE 88 -https://clearlydefined.io/definitions/git/github/rogpeppe/go-internal/438578804ca6f31be148c27683afc419ce47c06e - -github.com/sirupsen/logrus -https://github.com/sirupsen/logrus/releases/tag/v1.4.2 -https://github.com/sirupsen/logrus/tree/839c75faf7f98a33d445d181f3018b5c3409a45e -RATE 76 -https://clearlydefined.io/definitions/git/github/sirupsen/logrus/839c75faf7f98a33d445d181f3018b5c3409a45e - -github.com/spf13/afero -https://github.com/spf13/afero/releases/tag/v1.2.2 -https://github.com/spf13/afero/tree/588a75ec4f32903aa5e39a2619ba6a4631e28424 -RATE 89 -https://clearlydefined.io/definitions/git/github/spf13/afero/588a75ec4f32903aa5e39a2619ba6a4631e28424 - -github.com/spf13/pflag -https://github.com/spf13/pflag/releases/tag/v1.0.5 -https://github.com/spf13/pflag/tree/2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab -RATE 80 -https://clearlydefined.io/definitions/git/github/spf13/pflag/2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab - -github.com/spf13/afero -https://github.com/spf13/afero/releases/tag/v1.2.2 -https://github.com/spf13/afero/tree/588a75ec4f32903aa5e39a2619ba6a4631e28424 -RATE 89 -https://clearlydefined.io/definitions/git/github/spf13/afero/588a75ec4f32903aa5e39a2619ba6a4631e28424 - -github.com/spf13/pflag -https://github.com/spf13/pflag/releases/tag/v1.0.5 -https://github.com/spf13/pflag/tree/2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab -RATE 80 -https://clearlydefined.io/definitions/git/github/spf13/pflag/2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab - -github.com/stretchr/objx -https://github.com/stretchr/objx/releases/tag/v0.3.0 -https://github.com/stretchr/objx/tree/35313a95ee26395aa17d366c71a2ccf788fa69b6 -RATE 65 -https://clearlydefined.io/definitions/git/github/stretchr/objx/35313a95ee26395aa17d366c71a2ccf788fa69b6 - -github.com/stretchr/testify -https://github.com/stretchr/testify/releases/tag/v1.4.0 -https://github.com/stretchr/testify/tree/34c6fa2dc70986bccbbffcc6130f6920a924b075 -RATE 60 -https://clearlydefined.io/definitions/git/github/stretchr/testify/34c6fa2dc70986bccbbffcc6130f6920a924b075 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23297 - -github.com/ugorji/go -https://github.com/ugorji/go/tree/f3cacc17c85ecb7f1b6a9e373ee85d1480919868 -RATE 95 -https://clearlydefined.io/definitions/git/github/ugorji/go/f3cacc17c85ecb7f1b6a9e373ee85d1480919868 - -go.opencensus.io -https://github.com/census-instrumentation/opencensus-go/tree/v0.22.3 -https://github.com/census-instrumentation/opencensus-go/tree/d835ff86be02193d324330acdb7d65546b05f814 -RATE 95 -https://clearlydefined.io/definitions/git/github/census-instrumentation/opencensus-go/d835ff86be02193d324330acdb7d65546b05f814 - -google.golang.org/api -https://github.com/googleapis/google-api-go-client/tree/v0.20.0 -https://github.com/googleapis/google-api-go-client/tree/c24765c18bb761c90df819dcdfdd62f9a7f6fa22 -RATE 79 -https://clearlydefined.io/definitions/git/github/googleapis/google-api-go-client/c24765c18bb761c90df819dcdfdd62f9a7f6fa22 - -google.golang.org/appengine -https://github.com/golang/appengine/tree/v1.6.5 -https://github.com/golang/appengine/tree/971852bfffca25b069c31162ae8f247a3dba083b -RATE 61 -https://clearlydefined.io/definitions/git/github/golang/appengine/971852bfffca25b069c31162ae8f247a3dba083b -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23310 - -google.golang.org/genproto -https://github.com/googleapis/go-genproto/tree/0ff5f38871d5307ac12d54bcbb8e2e7d6d4a8bb9 -RATE 77 -https://clearlydefined.io/definitions/git/github/googleapis/go-genproto/0ff5f38871d5307ac12d54bcbb8e2e7d6d4a8bb9 - -google.golang.org/grpc -https://github.com/grpc/grpc-go/releases/tag/v1.27.0 -https://github.com/grpc/grpc-go/tree/a89bee78ddf0f67f27c06b1b2b1b071c18408724 -RATE 94 -https://clearlydefined.io/definitions/git/github/grpc/grpc-go/a89bee78ddf0f67f27c06b1b2b1b071c18408724 - -google.golang.org/protobuf -https://github.com/protocolbuffers/protobuf-go/releases/tag/v1.25.0 -https://github.com/protocolbuffers/protobuf-go/tree/3f7a61f89bb6813f89d981d1870ed68da0b3c3f1 -RATE 67 -https://clearlydefined.io/definitions/git/github/protocolbuffers/protobuf-go/3f7a61f89bb6813f89d981d1870ed68da0b3c3f1 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23296 - -gopkg.in/errgo.v2 -https://github.com/go-errgo/errgo/releases/tag/v2.1.0 -https://github.com/go-errgo/errgo/tree/f768c5ab0476c50e978b039312180859c10fe8c0 -RATE 77 -https://clearlydefined.io/definitions/git/github/go-errgo/errgo/f768c5ab0476c50e978b039312180859c10fe8c0 - -gopkg.in/fsnotify.v1 -https://github.com/fsnotify/fsnotify/releases/tag/v1.4.7 -https://github.com/fsnotify/fsnotify/tree/c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9 -RATE 76 -https://clearlydefined.io/definitions/git/github/fsnotify/fsnotify/c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9 - -gopkg.in/go-playground/assert.v1 -https://github.com/go-playground/assert/tree/v1.2.1 -https://github.com/go-playground/assert/tree/4f4dfbc7d1c48336cf93399deae81aa9067e88af -RATE 79 -https://clearlydefined.io/definitions/git/github/go-playground/assert/4f4dfbc7d1c48336cf93399deae81aa9067e88af - -gopkg.in/inf.v0 -https://github.com/go-inf/inf/tree/v0.9.1 -https://github.com/go-inf/inf/tree/d2d2541c53f18d2a059457998ce2876cc8e67cbf -RATE 78 -https://clearlydefined.io/definitions/git/github/go-inf/inf/d2d2541c53f18d2a059457998ce2876cc8e67cbf - -gopkg.in/tomb.v1 -https://github.com/go-tomb/tomb/tree/d5d1b5820637886def9eef33e03a27a9f166942c -RATE 81 -https://clearlydefined.io/definitions/git/github/go-tomb/tomb/d5d1b5820637886def9eef33e03a27a9f166942c - -gopkg.in/yaml.v2 -https://github.com/go-yaml/yaml/releases/tag/v2.4.0 -https://github.com/go-yaml/yaml/tree/7649d4548cb53a614db133b2a8ac1f31859dda8c -RATE 73 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23268 - -honnef.co/go/tools -https://github.com/dominikh/go-tools/tree/81508471876c7902b8ca236ae35f897b1777c65a -RATE 75 -https://clearlydefined.io/definitions/git/github/dominikh/go-tools/81508471876c7902b8ca236ae35f897b1777c65a - -k8s.io/gengo -https://github.com/kubernetes/gengo/tree/0689ccc1d7d65d9dd1bedcc3b0b1ed7df91ba266 -RATE 91 -https://clearlydefined.io/definitions/git/github/kubernetes/gengo/0689ccc1d7d65d9dd1bedcc3b0b1ed7df91ba266 - -k8s.io/klog/v2 -https://github.com/kubernetes/klog/tree/v2.8.0 -https://github.com/kubernetes/klog/tree/407242c0258f5d907891f8797887b71a1c87e7b4 -RATE 60 -https://clearlydefined.io/definitions/git/github/kubernetes/klog/407242c0258f5d907891f8797887b71a1c87e7b4 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23266 - -k8s.io/utils -https://github.com/kubernetes/utils/tree/67b214c5f920060488eda08cd2b5c30597f2f1d7 -RATE 77 -https://clearlydefined.io/definitions/git/github/kubernetes/utils/67b214c5f920060488eda08cd2b5c30597f2f1d7 - -github.com/golang/mock -https://github.com/golang/mock/tree/v1.5.0 -https://github.com/golang/mock/tree/a23c5e7c8f7bb73c8ae5d8711815bbd30f3cfac8 -RATE 78 -https://clearlydefined.io/definitions/git/github/golang/mock/a23c5e7c8f7bb73c8ae5d8711815bbd30f3cfac8 - -github.com/konsorten/go-windows-terminal-sequences -https://github.com/konsorten/go-windows-terminal-sequences/tree/v1.0.1 -https://github.com/konsorten/go-windows-terminal-sequences/tree/5c8c8bd35d3832f5d134ae1e1e375b69a4d25242 -RATE 85 -https://clearlydefined.io/definitions/git/github/konsorten/go-windows-terminal-sequences/5c8c8bd35d3832f5d134ae1e1e375b69a4d25242 - -github.com/kr/pretty -https://github.com/kr/pretty/tree/ead452280cd055b2ae8a7f0db5eb37a878d902f7 -RATE 77 -https://clearlydefined.io/definitions/git/github/kr/pretty/ead452280cd055b2ae8a7f0db5eb37a878d902f7 - -github.com/kr/pty -https://github.com/kr/pty/tree/282ce0e5322c82529687d609ee670fac7c7d917c -RATE 76 -https://clearlydefined.io/definitions/git/github/kr/pty/282ce0e5322c82529687d609ee670fac7c7d917c - -github.com/kr/text -https://github.com/kr/text/releases/tag/v0.2.0 -https://github.com/kr/text/tree/702c74938df48b97370179f33ce2107bd7ff3b3e -RATE 76 -https://clearlydefined.io/definitions/git/github/kr/text/702c74938df48b97370179f33ce2107bd7ff3b3e - -github.com/mailru/easyjson -https://github.com/mailru/easyjson/tree/8edcc4e51f39ddbd3505a3386aff3f435a7fd028 -RATE 75 -https://clearlydefined.io/definitions/git/github/mailru/easyjson/8edcc4e51f39ddbd3505a3386aff3f435a7fd028 - -github.com/mattn/go-isatty -https://github.com/mattn/go-isatty/tree/v0.0.3 -https://github.com/mattn/go-isatty/tree/0360b2af4f38e8d38c7fce2a9f4e702702d73a39 -RATE 77 -https://clearlydefined.io/definitions/git/github/mattn/go-isatty/0360b2af4f38e8d38c7fce2a9f4e702702d73a39 - -github.com/munnerz/goautoneg -https://github.com/munnerz/goautoneg/commits/a547fc61f48d567d5b4ec6f8aee5573d8efce11d -RATE 0 -https://clearlydefined.io/definitions/git/github/munnerz/goautoneg/a547fc61f48d567d5b4ec6f8aee5573d8efce11d -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23267 - -github.com/onsi/ginkgo -https://github.com/onsi/ginkgo/tree/v1.11.0 -https://github.com/onsi/ginkgo/tree/388ac7e50a3abf0798010091d5094171f4aefc0b -RATE 75 -https://clearlydefined.io/definitions/git/github/onsi/ginkgo/388ac7e50a3abf0798010091d5094171f4aefc0b - -github.com/onsi/gomega -https://github.com/onsi/gomega/releases/tag/v1.7.0 -https://github.com/onsi/gomega/tree/bdebf9e0ece900259084cfa4121b97ce1a540939 -RATE 75 -https://clearlydefined.io/definitions/git/github/onsi/gomega/bdebf9e0ece900259084cfa4121b97ce1a540939 - -github.com/peterbourgon/diskv -https://github.com/peterbourgon/diskv/tree/0646ccaebea1ed1539efcab30cae44019090093f -RATE 76 -https://clearlydefined.io/definitions/git/github/peterbourgon/diskv/0646ccaebea1ed1539efcab30cae44019090093f - -github.com/pkg/errors -https://github.com/pkg/errors/tree/614d223910a179a466c1767a985424175c39b465 -RATE 77 -https://clearlydefined.io/definitions/git/github/pkg/errors/614d223910a179a466c1767a985424175c39b465 - -github.com/rogpeppe/go-internal -https://github.com/rogpeppe/go-internal/releases/tag/v1.3.0 -https://github.com/rogpeppe/go-internal/tree/438578804ca6f31be148c27683afc419ce47c06e -RATE 88 -https://clearlydefined.io/definitions/git/github/rogpeppe/go-internal/438578804ca6f31be148c27683afc419ce47c06e - -sigs.k8s.io/kustomize/v2 -https://github.com/kubernetes-sigs/kustomize/tree/95f3303493fdea243ae83b767978092396169baf -RATE 76 -https://clearlydefined.io/definitions/git/github/kubernetes-sigs/kustomize/95f3303493fdea243ae83b767978092396169baf - -k8s.io/metrics -https://github.com/kubernetes/metrics/tree/v0.20.2 -https://github.com/kubernetes/metrics/tree/b55f19c89378bd9539068e205f0ca9d1a323404f -RATE 83 -https://clearlydefined.io/definitions/git/github/kubernetes/metrics/b55f19c89378bd9539068e205f0ca9d1a323404f - -k8s.io/kubectl -https://github.com/kubernetes/kubectl/tree/10b66c3fd14bc8d2bb27582d03d75bde30a3c8a3 -RATE 88 -https://clearlydefined.io/definitions/git/github/kubernetes/kubectl/10b66c3fd14bc8d2bb27582d03d75bde30a3c8a3 - -k8s.io/kube-aggregator -https://github.com/kubernetes/kube-aggregator/tree/14b8d2d93fcb8a90c47fcd2ceea0035dfd6d381a -RATE 75 -https://clearlydefined.io/definitions/git/github/kubernetes/kube-aggregator/14b8d2d93fcb8a90c47fcd2ceea0035dfd6d381a - -k8s.io/klog -https://github.com/kubernetes/klog/releases/tag/v1.0.0 -https://github.com/kubernetes/klog/tree/2ca9ad30301bf30a8a6e0fa2110db6b8df699a91 -RATE 78 -https://clearlydefined.io/definitions/git/github/kubernetes/klog/2ca9ad30301bf30a8a6e0fa2110db6b8df699a91 - -k8s.io/gengo -https://github.com/kubernetes/gengo/tree/0689ccc1d7d65d9dd1bedcc3b0b1ed7df91ba266 -RATE 91 -https://clearlydefined.io/definitions/git/github/kubernetes/gengo/0689ccc1d7d65d9dd1bedcc3b0b1ed7df91ba266 - -k8s.io/component-base -https://github.com/kubernetes/component-base/tree/v0.20.2 -https://github.com/kubernetes/component-base/tree/ac23c21e8fc178583dd3a1b8a5c5018d8acd4bdc -RATE 92 -https://clearlydefined.io/definitions/git/github/kubernetes/component-base/ac23c21e8fc178583dd3a1b8a5c5018d8acd4bdc - -k8s.io/code-generator -https://github.com/kubernetes/code-generator/tree/f186a36abf5c353b917e3c3189f1c06a38866b84 -RATE 83 -k8s.io/code-generator -https://clearlydefined.io/definitions/git/github/kubernetes/code-generator/f186a36abf5c353b917e3c3189f1c06a38866b84 - -k8s.io/autoscaler -https://github.com/kubernetes/autoscaler/tree/97acd14b9686d10c92c5e4e0e69c0c076f705861 -RATE 75 -https://clearlydefined.io/definitions/git/github/kubernetes/autoscaler/97acd14b9686d10c92c5e4e0e69c0c076f705861 - -helm.sh/helm/v3 -https://github.com/helm/helm/tree/0a9a9a88e8afd6e77337a3e2ad744756e191429a -RATE 75 -https://clearlydefined.io/definitions/git/github/helm/helm/0a9a9a88e8afd6e77337a3e2ad744756e191429a - -gomodules.xyz/jsonpatch/v2 -https://github.com/gomodules/jsonpatch/tree/v2.0.1 -https://github.com/gomodules/jsonpatch/tree/e8422f09d27ee2c8cfb2c7f8089eb9eeb0764849 -RATE 75 -https://clearlydefined.io/definitions/git/github/gomodules/jsonpatch/e8422f09d27ee2c8cfb2c7f8089eb9eeb0764849 - -uber-go/tools -https://github.com/uber-go/tools/tree/2cfd321de3ee5d5f8a5fda2521d1703478334d98 -RATE 75 -https://clearlydefined.io/definitions/git/github/uber-go/tools/2cfd321de3ee5d5f8a5fda2521d1703478334d98 - -go.uber.org/multierr -https://github.com/uber-go/multierr/tree/v1.3.0 -https://github.com/uber-go/multierr/tree/c3fc3d02ec864719d8e25be2d7dde1e35a36aa27 -RATE 87 -https://clearlydefined.io/definitions/git/github/uber-go/multierr/c3fc3d02ec864719d8e25be2d7dde1e35a36aa27 - -go.etcd.io/bbolt -https://github.com/etcd-io/bbolt/tree/a0458a2b35708eef59eb5f620ceb3cd1c01a824d -RATE 76 -https://clearlydefined.io/definitions/git/github/etcd-io/bbolt/a0458a2b35708eef59eb5f620ceb3cd1c01a824d - -github.com/yuin/goldmark -https://github.com/yuin/goldmark/tree/7b90f04af43131db79ec320be0bd4744079b346f -RATE 75 -https://clearlydefined.io/definitions/git/github/yuin/goldmark/7b90f04af43131db79ec320be0bd4744079b346f - -github.com/xordataexchange/crypt -https://github.com/xordataexchange/crypt/tree/b2862e3d0a775f18c7cfe02273500ae307b61218 -RATE 77 -https://clearlydefined.io/definitions/git/github/xordataexchange/crypt/b2862e3d0a775f18c7cfe02273500ae307b61218 - -github.com/xeipuuv/gojsonschema -https://github.com/xeipuuv/gojsonschema/tree/v1.2.0 -https://github.com/xeipuuv/gojsonschema/tree/82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927 -RATE 78 -https://clearlydefined.io/definitions/git/github/xeipuuv/gojsonschema/82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927 - -github.com/xeipuuv/gojsonreference -https://github.com/xeipuuv/gojsonreference/tree/bd5ef7bd5415a7ac448318e64f11a24cd21e594b -RATE 94 -https://clearlydefined.io/definitions/git/github/xeipuuv/gojsonreference/bd5ef7bd5415a7ac448318e64f11a24cd21e594b - -github.com/xeipuuv/gojsonpointer -https://clearlydefined.io/definitions/git/github/xeipuuv/gojsonpointer/4e3ac2762d5f479393488629ee9370b50873b3a6 -RATE 94 -https://github.com/xeipuuv/gojsonpointer/tree/4e3ac2762d5f479393488629ee9370b50873b3a6 - -github.com/xdg/stringprep -https://github.com/xdg/stringprep/tree/v1.0.0 -https://clearlydefined.io/definitions/git/github/xdg/stringprep/bd625b8dc1e3b0f57412280ccbcc317f0c69d8db -RATE 82 -https://clearlydefined.io/definitions/git/github/xdg/stringprep/bd625b8dc1e3b0f57412280ccbcc317f0c69d8db - -github.com/xdg/scram -https://github.com/xdg/scram/tree/7eeb5667e42c09cb51bf7b7c28aea8c56767da90 -RATE 83 -https://clearlydefined.io/definitions/git/github/xdg/scram/7eeb5667e42c09cb51bf7b7c28aea8c56767da90 - -github.com/xanzy/go-gitlab -https://github.com/xanzy/go-gitlab/tree/v0.15.0 -https://github.com/xanzy/go-gitlab/tree/8e525d783950ddfc35d109e48af26f4cb70dde4a -RATE 75 -https://clearlydefined.io/definitions/git/github/xanzy/go-gitlab/8e525d783950ddfc35d109e48af26f4cb70dde4a - -github.com/vmware/govmomi -https://github.com/vmware/govmomi/tree/1ec59a7c0002598c594fb58e03907d7ff0ca84b4 -RATE 80 -https://clearlydefined.io/definitions/git/github/vmware/govmomi/1ec59a7c0002598c594fb58e03907d7ff0ca84b4 - -github.com/urfave/cli -https://github.com/urfave/cli/tree/v1.20.0 -https://github.com/urfave/cli/tree/cfb38830724cc34fedffe9a2a29fb54fa9169cd1 -RATE 76 -https://clearlydefined.io/definitions/git/github/urfave/cli/cfb38830724cc34fedffe9a2a29fb54fa9169cd1 - -github.com/tmc/grpc-websocket-proxy -https://github.com/tmc/grpc-websocket-proxy/tree/0ad062ec5ee553a48f6dbd280b7a1b5638e8a113 -RATE 77 -https://clearlydefined.io/definitions/git/github/tmc/grpc-websocket-proxy/0ad062ec5ee553a48f6dbd280b7a1b5638e8a113 - -github.com/tidwall/pretty -https://github.com/tidwall/pretty/tree/ef453c788d6a371829f4f9967b014b2b81856df5 -RATE 80 -https://clearlydefined.io/definitions/git/github/tidwall/pretty/ef453c788d6a371829f4f9967b014b2b81856df5 - -github.com/subosito/gotenv -https://github.com/subosito/gotenv/tree/v1.2.0 -https://github.com/subosito/gotenv/tree/2ef7124db659d49edac6aa459693a15ae36c671a -RATE 77 -https://clearlydefined.io/definitions/git/github/subosito/gotenv/2ef7124db659d49edac6aa459693a15ae36c671a - -github.com/spf13/viper -https://github.com/spf13/viper/tree/v1.7.0 -https://github.com/spf13/viper/tree/13df72109047b6ae9c907bce81e327265d6d8a9c -RATE 75 -https://clearlydefined.io/definitions/git/github/spf13/viper/13df72109047b6ae9c907bce81e327265d6d8a9c - -github.com/spf13/jwalterweatherman -https://github.com/spf13/jwalterweatherman/tree/v1.1.0 -https://github.com/spf13/jwalterweatherman/tree/94f6ae3ed3bceceafa716478c5fbf8d29ca601a1 -RATE 92 -https://clearlydefined.io/definitions/git/github/spf13/jwalterweatherman/94f6ae3ed3bceceafa716478c5fbf8d29ca601a1 - -github.com/spf13/cobra -https://github.com/spf13/cobra/tree/67fc4837d267bc9bfd6e47f77783fcc3dffc68de -RATE 75 -https://clearlydefined.io/definitions/git/github/spf13/cobra/67fc4837d267bc9bfd6e47f77783fcc3dffc68de - -github.com/spf13/cast -https://github.com/spf13/cast/tree/v1.3.0 -https://github.com/spf13/cast/tree/8c9545af88b134710ab1cd196795e7f2388358d7 -RATE 85 -https://clearlydefined.io/definitions/git/github/spf13/cast/8c9545af88b134710ab1cd196795e7f2388358d7 - -github.com/soheilhy/cmux -https://github.com/soheilhy/cmux/tree/v0.1.4 -https://github.com/soheilhy/cmux/tree/e09e9389d85d8492d313d73d1469c029e710623f -RATE 93 -https://clearlydefined.io/definitions/git/github/soheilhy/cmux/e09e9389d85d8492d313d73d1469c029e710623f - -github.com/shurcooL/sanitized_anchor_name -https://github.com/shurcooL/sanitized_anchor_name/tree/v1.0.0 -https://github.com/shurcool/sanitized_anchor_name/tree/7bfe4c7ecddb3666a94b053b422cdd8f5aaa3615 -RATE 79 -https://clearlydefined.io/definitions/git/github/shurcool/sanitized_anchor_name/7bfe4c7ecddb3666a94b053b422cdd8f5aaa3615 - -github.com/sergi/go-diff -https://github.com/sergi/go-diff/tree/v1.0.0 -https://github.com/sergi/go-diff/tree/1744e2970ca51c86172c8190fadad617561ed6e7 -RATE 77 -https://clearlydefined.io/definitions/git/github/sergi/go-diff/1744e2970ca51c86172c8190fadad617561ed6e7 - -github.com/sean-/seed -https://github.com/seccomp/libseccomp-golang/tree/1b506fc7c24eec5a3693cdcbed40d9c226cfc6a1 -RATE 75 -https://clearlydefined.io/definitions/git/github/seccomp/libseccomp-golang/1b506fc7c24eec5a3693cdcbed40d9c226cfc6a1 - -github.com/satori/go.uuid -https://github.com/satori/go.uuid/tree/v1.2.0 -https://github.com/satori/go.uuid/tree/f58768cc1a7a7e77a3bd49e98cdd21419399b6a3 -RATE 98 -https://clearlydefined.io/definitions/git/github/satori/go.uuid/f58768cc1a7a7e77a3bd49e98cdd21419399b6a3 - -github.com/ryanuber/columnize -https://github.com/ryanuber/columnize/tree/9b3edd62028f107d7cabb19353292afd29311a4e -RATE 75 -https://clearlydefined.io/definitions/git/github/ryanuber/columnize/9b3edd62028f107d7cabb19353292afd29311a4e - -github.com/russross/blackfriday/v2 -https://github.com/russross/blackfriday/tree/e96880f42b9343aea6cbfd99693adae0e5fe2b2a -RATE 75 -https://clearlydefined.io/definitions/git/github/russross/blackfriday/e96880f42b9343aea6cbfd99693adae0e5fe2b2a - -github.com/russross/blackfriday -https://github.com/russross/blackfriday/tree/v1.5.2 -https://github.com/russross/blackfriday/tree/05f3235734ad95d0016f6a23902f06461fcf567a -RATE 75 -https://clearlydefined.io/definitions/git/github/russross/blackfriday/05f3235734ad95d0016f6a23902f06461fcf567a - -github.com/rogpeppe/fastuuid -http://github.com/rogpeppe/fastuuid/tree/6724a57986aff9bff1a1770e9347036def7c89f6 -RATE 81 -https://clearlydefined.io/definitions/git/github/rogpeppe/fastuuid/6724a57986aff9bff1a1770e9347036def7c89f6 - -github.com/pquerna/cachecontrol -https://github.com/pquerna/cachecontrol/tree/0dec1b30a0215bb68605dfc568e8855066c9202d -RATE 75 -https://clearlydefined.io/definitions/git/github/pquerna/cachecontrol/0dec1b30a0215bb68605dfc568e8855066c9202d - -github.com/posener/complete -https://github.com/posener/complete/tree/v1.1.1 -https://github.com/posener/complete/tree/98eb9847f27ba2008d380a32c98be474dea55bdf -RATE 76 -https://clearlydefined.io/definitions/git/github/posener/complete/98eb9847f27ba2008d380a32c98be474dea55bdf - -github.com/pmezard/go-difflib -https://github.com/pmezard/go-difflib/tree/v1.0.0 -https://github.com/pmezard/go-difflib/tree/792786c7400a136282c1664665ae0a8db921c6c2 -RATE 80 -https://clearlydefined.io/definitions/git/github/pmezard/go-difflib/792786c7400a136282c1664665ae0a8db921c6c2 - -github.com/pkg/profile -https://github.com/pkg/profile/tree/057bc52a47ec3c79498dda63f4a6f8298725e976 -RATE 77 -https://clearlydefined.io/definitions/git/github/pkg/profile/057bc52a47ec3c79498dda63f4a6f8298725e976 - -github.com/pierrec/lz4 -https://github.com/pierrec/lz4/tree/6b9367c9ff401dbc54fabce3fb8d972e799b702d -RATE 75 -https://clearlydefined.io/definitions/git/github/pierrec/lz4/6b9367c9ff401dbc54fabce3fb8d972e799b702d - -github.com/pelletier/go-toml -https://github.com/pelletier/go-toml/tree/v1.4.0 -https://github.com/pelletier/go-toml/tree/728039f679cbcd4f6a54e080d2219a4c4928c546 -RATE 75 -https://clearlydefined.io/definitions/git/github/pelletier/go-toml/728039f679cbcd4f6a54e080d2219a4c4928c546 - -github.com/openzipkin/zipkin-go -https://github.com/openzipkin/zipkin-go/tree/v0.2.2 -https://github.com/openzipkin/zipkin-go/tree/c29478e51bfb2e9c93e0e9f5e015e5993a490399 -RATE 81 -https://clearlydefined.io/definitions/git/github/openzipkin/zipkin-go/c29478e51bfb2e9c93e0e9f5e015e5993a490399 - -github.com/opentracing/opentracing-go -https://github.com/opentracing/opentracing-go/tree/v1.1.0 -https://github.com/opentracing/opentracing-go/tree/659c90643e714681897ec2521c60567dd21da733 -RATE 76 -https://clearlydefined.io/definitions/git/github/opentracing/opentracing-go/659c90643e714681897ec2521c60567dd21da733 - -github.com/opentracing/basictracer-go -https://github.com/opentracing/basictracer-go/tree/v1.0.0 -https://github.com/opentracing/basictracer-go/tree/1b32af207119a14b1b231d451df3ed04a72efebf -RATE 76 -https://clearlydefined.io/definitions/git/github/opentracing/basictracer-go/1b32af207119a14b1b231d451df3ed04a72efebf - -github.com/ncw/swift -https://github.com/ncw/swift/tree/v1.0.47 -https://github.com/ncw/swift/tree/24e3012fc8a71f004a6455bce2088031d50bf2b6 -RATE 76 -https://clearlydefined.io/definitions/git/github/ncw/swift/24e3012fc8a71f004a6455bce2088031d50bf2b6 - -github.com/nats-io/nuid -https://github.com/nats-io/nuid/tree/v1.0.1 -https://github.com/nats-io/nuid/tree/4b96681fa6d28dd0ab5fe79bac63b3a493d9ee94 -RATE 83 -https://clearlydefined.io/definitions/git/github/nats-io/nuid/4b96681fa6d28dd0ab5fe79bac63b3a493d9ee94 - -github.com/nats-io/nkeys -https://github.com/nats-io/nkeys/tree/v0.1.3 -https://github.com/nats-io/nkeys/tree/f1930e19b436412202ab130a733187cc6f40ba7e -RATE 85 -https://clearlydefined.io/definitions/git/github/nats-io/nkeys/f1930e19b436412202ab130a733187cc6f40ba7e - -github.com/nats-io/nats.go -https://github.com/nats-io/nats.go/tree/v1.9.1 -https://github.com/nats-io/nats.go/tree/6063d679d23ae5b3edb4030d5e89a6e30ea53bc6 -RATE 91 -https://clearlydefined.io/definitions/git/github/nats-io/nats.go/6063d679d23ae5b3edb4030d5e89a6e30ea53bc6 - -github.com/nats-io/jwt -https://github.com/nats-io/jwt/tree/v0.3.2 -https://github.com/nats-io/jwt/tree/0c3fc7aed8bb2534e7bfdf0968a75890402d48cd -RATE 92 -https://clearlydefined.io/definitions/git/github/nats-io/jwt/0c3fc7aed8bb2534e7bfdf0968a75890402d48cd - -github.com/mwitkow/go-conntrack -https://github.com/mwitkow/go-conntrack/tree/cc309e4a22231782e8893f3c35ced0967807a33e -RATE 75 -https://clearlydefined.io/definitions/git/github/mwitkow/go-conntrack/cc309e4a22231782e8893f3c35ced0967807a33e - -github.com/modern-go/reflect2 -https://github.com/modern-go/reflect2/tree/v1.0.1 -https://github.com/modern-go/reflect2/tree/94122c33edd36123c84d5368cfb2b69df93a0ec8 -RATE 75 -https://clearlydefined.io/definitions/git/github/modern-go/reflect2/94122c33edd36123c84d5368cfb2b69df93a0ec8 - -github.com/modern-go/concurrent -https://github.com/modern-go/concurrent/tree/bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94 -RATE 60 -https://clearlydefined.io/definitions/git/github/modern-go/concurrent/bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23299 - -github.com/mitchellh/reflectwalk -https://github.com/mitchellh/reflectwalk/tree/v1.0.1 -https://github.com/mitchellh/reflectwalk/tree/3e2c75dfad4fbf904b58782a80fd595c760ad185 -RATE 78 -https://clearlydefined.io/definitions/git/github/mitchellh/reflectwalk/eecee6c969c02c8cc2ae48e1e269843ae8590796 - -github.com/mitchellh/mapstructure -https://github.com/mitchellh/mapstructure/tree/v1.1.2 -https://github.com/mitchellh/mapstructure/tree/3536a929edddb9a5b34bd6861dc4a9647cb459fe -RATE 77 -https://clearlydefined.io/definitions/git/github/mitchellh/mapstructure/3536a929edddb9a5b34bd6861dc4a9647cb459fe - -github.com/mitchellh/hashstructure -https://github.com/mitchellh/hashstructure/tree/v1.0.0 -https://github.com/mitchellh/hashstructure/tree/a38c50148365edc8df43c1580c48fb2b3a1e9cd7 -RATE 79 -https://clearlydefined.io/definitions/git/github/mitchellh/hashstructure/a38c50148365edc8df43c1580c48fb2b3a1e9cd7 - -github.com/mitchellh/gox -https://github.com/mitchellh/gox/tree/v0.4.0 -https://github.com/mitchellh/gox/tree/c9740af9c6574448fd48eb30a71f964014c7a837 -RATE 75 -https://clearlydefined.io/definitions/git/github/mitchellh/gox/c9740af9c6574448fd48eb30a71f964014c7a837 - -github.com/mitchellh/go-wordwrap -https://github.com/mitchellh/go-wordwrap/tree/v1.0.0 -https://github.com/mitchellh/go-wordwrap/tree/9e67c67572bc5dd02aef930e2b0ae3c02a4b5a5c -RATE 80 -https://clearlydefined.io/definitions/git/github/mitchellh/go-wordwrap/9e67c67572bc5dd02aef930e2b0ae3c02a4b5a5c - -github.com/mitchellh/go-testing-interface -https://github.com/mitchellh/go-testing-interface/tree/v1.0.0 -https://github.com/mitchellh/go-testing-interface/tree/6d0b8010fcc857872e42fc6c931227569016843c -RATE 79 -https://clearlydefined.io/definitions/git/github/mitchellh/go-testing-interface/6d0b8010fcc857872e42fc6c931227569016843c - -github.com/mitchellh/go-homedir -https://github.com/mitchellh/go-homedir/tree/v1.1.0 -https://github.com/mitchellh/go-homedir/tree/af06845cf3004701891bf4fdb884bfe4920b3727 -RATE 80 -https://clearlydefined.io/definitions/git/github/mitchellh/go-homedir/af06845cf3004701891bf4fdb884bfe4920b3727 - -github.com/mitchellh/copystructure -https://github.com/mitchellh/copystructure/tree/v1.0.0 -https://github.com/mitchellh/copystructure/tree/9a1b6f44e8da0e0e374624fb0a825a231b00c537 -RATE 78 -https://clearlydefined.io/definitions/git/github/mitchellh/copystructure/9a1b6f44e8da0e0e374624fb0a825a231b00c537 - -github.com/mitchellh/cli -https://github.com/mitchellh/cli/tree/v1.0.0 -https://github.com/mitchellh/cli/tree/3d22a244be8aa6fb16ac24af0e195c08b7d973aa -RATE 75 -https://clearlydefined.io/definitions/git/github/mitchellh/cli/3d22a244be8aa6fb16ac24af0e195c08b7d973aa - -github.com/mistifyio/go-zfs -https://github.com/mistifyio/go-zfs/tree/v2.1.1 -https://github.com/mistifyio/go-zfs/tree/cdc0f941c4d0e0e94d85348285568d921891e138 -RATE 77 -https://clearlydefined.io/definitions/git/github/mistifyio/go-zfs/cdc0f941c4d0e0e94d85348285568d921891e138 - -github.com/matttproud/golang_protobuf_extensions -https://github.com/matttproud/golang_protobuf_extensions/tree/c182affec369e30f25d3eb8cd8a478dee585ae7d -RATE 75 -https://clearlydefined.io/definitions/git/github/matttproud/golang_protobuf_extensions/c182affec369e30f25d3eb8cd8a478dee585ae7d - -github.com/mattn/go-sqlite3 -https://github.com/mattn/go-sqlite3/tree/b612a2feea6aa87c6d052d9086572551df06497e -RATE 75 -https://clearlydefined.io/definitions/git/github/mattn/go-sqlite3/b612a2feea6aa87c6d052d9086572551df06497e - -github.com/mattn/go-shellwords -https://github.com/mattn/go-shellwords/tree/39dbbfa24bbc39559b61cae9b20b0e8db0e55525 -RATE 75 -https://clearlydefined.io/definitions/git/github/mattn/go-shellwords/39dbbfa24bbc39559b61cae9b20b0e8db0e55525 - -github.com/mattn/go-runewidth -https://github.com/mattn/go-runewidth/tree/v0.0.9 -https://github.com/mattn/go-runewidth/tree/14e809f6d78fcf9f48ff9b70981472b64c05f754 -RATE 75 -https://clearlydefined.io/definitions/git/github/mattn/go-runewidth/14e809f6d78fcf9f48ff9b70981472b64c05f754 - -github.com/mattn/go-colorable -https://github.com/mattn/go-colorable/tree/v0.1.7 -https://github.com/mattn/go-colorable/tree/f6c00982823144337e56cdb71c712eaac151d29c -RATE 77 -https://clearlydefined.io/definitions/git/github/mattn/go-colorable/f6c00982823144337e56cdb71c712eaac151d29c - -github.com/marstr/guid -https://github.com/marstr/guid/tree/v1.1.0 -https://github.com/marstr/guid/tree/8bd9a64bf37eb297b492a4101fb28e80ac0b290f -RATE 80 -https://clearlydefined.io/definitions/git/github/marstr/guid/8bd9a64bf37eb297b492a4101fb28e80ac0b290f - -github.com/lib/pq -https://github.com/lib/pq/tree/51e2106eed1cea199c802d2a49e91e2491b02056 -RATE 75 -https://clearlydefined.io/definitions/git/github/lib/pq/51e2106eed1cea199c802d2a49e91e2491b02056 - -github.com/leodido/go-urn -https://github.com/leodido/go-urn/tree/6c96508144d00b380edbc8bda077e27b832d0c7b -RATE 77 -https://clearlydefined.io/definitions/git/github/leodido/go-urn/6c96508144d00b380edbc8bda077e27b832d0c7b - -github.com/kylelemons/godebug -https://github.com/kylelemons/godebug/tree/v1.1.0 -https://github.com/kylelemons/godebug/tree/9ff306d4fbead574800b66369df5b6144732d58e -RATE 75 -https://clearlydefined.io/definitions/git/github/kylelemons/godebug/9ff306d4fbead574800b66369df5b6144732d58e - -github.com/julienschmidt/httprouter -https://github.com/julienschmidt/httprouter/tree/v1.2.0 -https://github.com/julienschmidt/httprouter/tree/348b672cd90d8190f8240323e372ecd1e66b59dc -RATE 91 -https://clearlydefined.io/definitions/git/github/julienschmidt/httprouter/348b672cd90d8190f8240323e372ecd1e66b59dc - -github.com/jtolds/gls -https://github.com/jtolio/gls/tree/9a4a02dbe491bef4bab3c24fd9f3087d6c4c6690 -RATE 79 -https://clearlydefined.io/definitions/git/github/jtolds/gls/9a4a02dbe491bef4bab3c24fd9f3087d6c4c6690 - -github.com/jonboulle/clockwork -https://github.com/jonboulle/clockwork/tree/v0.1.0 -https://github.com/jonboulle/clockwork/tree/2eee05ed794112d45db504eb05aa693efd2b8b09 -RATE 75 -https://clearlydefined.io/definitions/git/github/jonboulle/clockwork/2eee05ed794112d45db504eb05aa693efd2b8b09 - -github.com/jmoiron/sqlx -https://github.com/jmoiron/sqlx/tree/v1.2.0 -https://github.com/jmoiron/sqlx/tree/d161d7a76b5661016ad0b085869f77fd410f3e6a -RATE 76 -https://clearlydefined.io/definitions/git/github/jmoiron/sqlx/d161d7a76b5661016ad0b085869f77fd410f3e6a - -github.com/jmespath/go-jmespath -https://github.com/jmespath/go-jmespath/tree/0.3.0 -https://github.com/jmespath/go-jmespath/tree/3f887ed31e21667600265f39fc0df20430b42d62 -RATE 75 -https://clearlydefined.io/definitions/git/github/jmespath/go-jmespath/3f887ed31e21667600265f39fc0df20430b42d62 - -github.com/jessevdk/go-flags -https://github.com/jessevdk/go-flags/tree/v1.4.0 -https://github.com/jessevdk/go-flags/tree/c6ca198ec95c841fdb89fc0de7496fed11ab854e -RATE 78 -https://clearlydefined.io/definitions/git/github/jessevdk/go-flags/c6ca198ec95c841fdb89fc0de7496fed11ab854e - -github.com/influxdata/influxdb1-client -https://github.com/influxdata/influxdb1-client/tree/8bf82d3c094dc06be9da8e5bf9d3589b6ea032ae -RATE 76 -https://clearlydefined.io/definitions/git/github/influxdata/influxdb1-client/8bf82d3c094dc06be9da8e5bf9d3589b6ea032ae - -github.com/inconshreveable/mousetrap -https://github.com/inconshreveable/mousetrap/tree/v1.0.0 -https://github.com/inconshreveable/mousetrap/tree/76626ae9c91c4f2a10f34cad8ce83ea42c93bb75 -RATE 80 -https://clearlydefined.io/definitions/git/github/inconshreveable/mousetrap/76626ae9c91c4f2a10f34cad8ce83ea42c93bb75 - -github.com/huandu/xstrings -https://github.com/huandu/xstrings/tree/v1.2.0 -https://github.com/huandu/xstrings/tree/f02667b379e2fb5916c3cda2cf31e0eb885d79f8 -RATE 76 -https://clearlydefined.io/definitions/git/github/huandu/xstrings/f02667b379e2fb5916c3cda2cf31e0eb885d79f8 - -github.com/hashicorp/memberlist -https://github.com/hashicorp/memberlist/tree/v0.1.3 -https://github.com/hashicorp/memberlist/tree/a9da52f0668fc4321ec18e9e28dd8141621a808f -RATE 75 -https://clearlydefined.io/definitions/git/github/hashicorp/memberlist/a9da52f0668fc4321ec18e9e28dd8141621a808f - -github.com/hashicorp/mdns -https://github.com/hashicorp/mdns/tree/v1.0.0 -https://github.com/hashicorp/mdns/tree/c31d3f8e4a0a5b46b118c2fd26d9da36467002c9 -RATE 78 -https://clearlydefined.io/definitions/git/github/hashicorp/mdns/c31d3f8e4a0a5b46b118c2fd26d9da36467002c9 - -github.com/hashicorp/hcl -https://github.com/hashicorp/hcl/tree/v1.0.0 -https://github.com/hashicorp/hcl/tree/8cb6e5b959231cc1119e43259c4a608f9c51a241 -RATE 75 -https://clearlydefined.io/definitions/git/github/hashicorp/hcl/8cb6e5b959231cc1119e43259c4a608f9c51a241 - -github.com/hashicorp/go-uuid -https://github.com/hashicorp/go-uuid/tree/v1.0.1 -https://github.com/hashicorp/go-uuid/tree/4f571afc59f3043a65f8fe6bf46d887b10a01d43 -RATE 75 -https://clearlydefined.io/definitions/git/github/hashicorp/go-uuid/4f571afc59f3043a65f8fe6bf46d887b10a01d43 - -github.com/hashicorp/go-syslog -https://github.com/hashicorp/go-syslog/tree/v1.0.0 -https://github.com/hashicorp/go-syslog/tree/8d1874e3e8d1862b74e0536851e218c4571066a5 -RATE 78 -https://clearlydefined.io/definitions/git/github/hashicorp/go-syslog/8d1874e3e8d1862b74e0536851e218c4571066a5 - -github.com/hashicorp/go-rootcerts -https://github.com/hashicorp/go-rootcerts/releases/tag/v1.0.1 -https://github.com/hashicorp/go-rootcerts/tree/df8e78a645e18d56ed7bb9ae10ffb8174ab892e2 -RATE 75 -https://clearlydefined.io/definitions/git/github/hashicorp/go-rootcerts/df8e78a645e18d56ed7bb9ae10ffb8174ab892e2 - -github.com/hashicorp/go-multierror -https://github.com/hashicorp/go-multierror/tree/v1.0.0 -https://github.com/hashicorp/go-multierror/tree/886a7fbe3eb1c874d46f623bfa70af45f425b3d1 -RATE 75 -https://clearlydefined.io/definitions/git/github/hashicorp/go-multierror/886a7fbe3eb1c874d46f623bfa70af45f425b3d1 - -github.com/hashicorp/go-msgpack -https://github.com/hashicorp/go-msgpack/releases/tag/v0.5.5 -https://github.com/hashicorp/go-msgpack/tree/ad60660ecf9c5a1eae0ca32182ed72bab5807961 -RATE 93 -https://clearlydefined.io/definitions/git/github/hashicorp/go-msgpack/ad60660ecf9c5a1eae0ca32182ed72bab5807961 - -github.com/hashicorp/go-immutable-radix -https://github.com/hashicorp/go-immutable-radix/tree/v1.0.0 -https://github.com/hashicorp/go-immutable-radix/tree/27df80928bb34bb1b0d6d0e01b9e679902e7a6b5 -RATE 75 -https://clearlydefined.io/definitions/git/github/hashicorp/go-immutable-radix/27df80928bb34bb1b0d6d0e01b9e679902e7a6b5 - -github.com/hashicorp/go-cleanhttp -github.com/hashicorp/go-cleanhttp/tree/v0.5.1 -https://github.com/hashicorp/go-cleanhttp/tree/eda1e5db218aad1db63ca4642c8906b26bcf2744 -RATE 75 -https://clearlydefined.io/definitions/git/github/hashicorp/go-cleanhttp/eda1e5db218aad1db63ca4642c8906b26bcf2744 - -github.com/hashicorp/errwrap -https://github.com/hashicorp/errwrap/tree/v1.0.0 -https://github.com/hashicorp/errwrap/tree/8a6fb523712970c966eefc6b39ed2c5e74880354 -RATE 75 -https://clearlydefined.io/definitions/git/github/hashicorp/errwrap/8a6fb523712970c966eefc6b39ed2c5e74880354 - -github.com/hailocab/go-hostpool -https://github.com/hailocab/go-hostpool/tree/e80d13ce29ede4452c43dea11e79b9bc8a15b478 -RATE 75 -https://clearlydefined.io/definitions/git/github/hailocab/go-hostpool/e80d13ce29ede4452c43dea11e79b9bc8a15b478 - -github.com/grpc-ecosystem/go-grpc-prometheus -https://github.com/grpc-ecosystem/go-grpc-prometheus/tree/v1.2.0 -https://github.com/grpc-ecosystem/go-grpc-prometheus/tree/c225b8c3b01faf2899099b768856a9e916e5087b -RATE 75 -https://clearlydefined.io/definitions/git/github/grpc-ecosystem/go-grpc-prometheus/c225b8c3b01faf2899099b768856a9e916e5087b - -github.com/grpc-ecosystem/go-grpc-middleware -https://github.com/grpc-ecosystem/go-grpc-middleware/tree/v1.1.0 -https://github.com/grpc-ecosystem/go-grpc-middleware/tree/dd15ed025b6054e5253963e355991f3070d4e593 -RATE 75 -https://clearlydefined.io/definitions/git/github/grpc-ecosystem/go-grpc-middleware/dd15ed025b6054e5253963e355991f3070d4e593 - -github.com/gosuri/uitable -https://github.com/gosuri/uitable/tree/v0.0.4 -https://github.com/gosuri/uitable/tree/764536226c71f9c74a2445394091c2a9ac440a1b -RATE 79 -https://clearlydefined.io/definitions/git/github/gosuri/uitable/764536226c71f9c74a2445394091c2a9ac440a1b - -github.com/gorilla/mux -https://github.com/gorilla/mux/releases/tag/v1.7.2 -https://github.com/gorilla/mux/tree/ed099d42384823742bba0bf9a72b53b55c9e2e38 -RATE 85 -https://clearlydefined.io/definitions/git/github/gorilla/mux/ed099d42384823742bba0bf9a72b53b55c9e2e38 - -github.com/gorilla/context -https://github.com/gorilla/context/tree/v1.1.1 -https://github.com/gorilla/context/tree/08b5f424b9271eedf6f9f0ce86cb9396ed337a42 -RATE 92 -https://clearlydefined.io/definitions/git/github/gorilla/context/08b5f424b9271eedf6f9f0ce86cb9396ed337a42 - -github.com/gopherjs/gopherjs -https://github.com/gopherjs/gopherjs/tree/fce0ec30dd00773d3fa974351d04ce2737b5c4d9 -RATE 75 -https://clearlydefined.io/definitions/git/github/gopherjs/gopherjs/fce0ec30dd00773d3fa974351d04ce2737b5c4d9 - -github.com/google/go-querystring -https://github.com/google/go-querystring/tree/v1.0.0 -https://github.com/google/go-querystring/tree/44c6ddd0a2342c386950e880b658017258da92fc -RATE 100 -https://clearlydefined.io/definitions/git/github/google/go-querystring/44c6ddd0a2342c386950e880b658017258da92fc - -github.com/google/go-github -https://github.com/google/go-github/tree/07716bad7a0c6d4277a5abcab95588925656a762 -RATE 100 -https://clearlydefined.io/definitions/git/github/google/go-github/07716bad7a0c6d4277a5abcab95588925656a762 - -github.com/google/btree -https://github.com/google/btree/tree/v1.0.0 -https://github.com/google/btree/tree/4030bb1f1f0c35b30ca7009e9ebd06849dd45306 -RATE 75 -https://clearlydefined.io/definitions/git/github/google/btree/4030bb1f1f0c35b30ca7009e9ebd06849dd45306 - -github.com/golang/snappy -https://github.com/golang/snappy/tree/v0.0.1 -https://github.com/golang/snappy/tree/2a8bb927dd31d8daada140a5d09578521ce5c36a -RATE 89 -https://clearlydefined.io/definitions/git/github/golang/snappy/2a8bb927dd31d8daada140a5d09578521ce5c36a - -github.com/golang/protobuf -https://github.com/golang/protobuf/tree/v1.4.3 -https://github.com/golang/protobuf/tree/4846b58453b3708320bdb524f25cc5a1d9cda4d4 -RATE 91 -https://clearlydefined.io/definitions/git/github/golang/protobuf/4846b58453b3708320bdb524f25cc5a1d9cda4d4 - -github.com/golang-sql/civil -https://github.com/golang-sql/civil/tree/cb61b32ac6fe84d34b81730175f91965e43d0f90 -RATE 81 -https://clearlydefined.io/definitions/git/github/golang-sql/civil/cb61b32ac6fe84d34b81730175f91965e43d0f90 - -github.com/golang-migrate/migrate/v4 -https://github.com/golang-migrate/migrate/releases/tag/v4.10.0 -https://github.com/golang-migrate/migrate/tree/5cc28f061e9d4b893963b8524ada7a7ba3b4e79a -RATE 75 -https://clearlydefined.io/definitions/git/github/golang-migrate/migrate/5cc28f061e9d4b893963b8524ada7a7ba3b4e79a - -github.com/gofrs/uuid -https://github.com/gofrs/uuid/releases/tag/v3.2.0 -https://github.com/gofrs/uuid/tree/6b08a5c5172ba18946672b49749cde22873dd7c2 -RATE 80 -https://clearlydefined.io/definitions/git/github/gofrs/uuid/6b08a5c5172ba18946672b49749cde22873dd7c2 - -github.com/gobwas/glob -https://github.com/gobwas/glob/tree/v0.2.3 -https://github.com/gobwas/glob/tree/5ccd90ef52e1e632236f7326478d4faa74f99438 -RATE 75 -https://clearlydefined.io/definitions/git/github/gobwas/glob/5ccd90ef52e1e632236f7326478d4faa74f99438 - -github.com/gobuffalo/envy -https://github.com/gobuffalo/envy/tree/v1.7.0 -https://github.com/gobuffalo/envy/tree/043cb4b8af871b49563291e32c66bb84378a60ac -RATE 76 -https://clearlydefined.io/definitions/git/github/gobuffalo/envy/043cb4b8af871b49563291e32c66bb84378a60ac - -github.com/gobuffalo/flect -https://github.com/gobuffalo/flect/tree/v0.1.0 -https://github.com/gobuffalo/flect/tree/d4fc286952bf96d0262a67b482e234613ae36f59 -RATE 75 -https://clearlydefined.io/definitions/git/github/gobuffalo/flect/d4fc286952bf96d0262a67b482e234613ae36f59 - -github.com/go-stack/stack -https://github.com/go-stack/stack/tree/v1.8.0 -https://github.com/go-stack/stack/tree/2fee6af1a9795aafbe0253a0cfbdf668e1fb8a9a -RATE 78 -https://clearlydefined.io/definitions/git/github/go-stack/stack/2fee6af1a9795aafbe0253a0cfbdf668e1fb8a9a - -github.com/go-sql-driver/mysql -https://github.com/go-sql-driver/mysql/tree/v1.4.1 -https://github.com/go-sql-driver/mysql/tree/72cd26f257d44c1114970e19afddcd812016007e -RATE 93 -https://clearlydefined.io/definitions/git/github/go-sql-driver/mysql/72cd26f257d44c1114970e19afddcd812016007e - -github.com/go-playground/universal-translator -https://github.com/go-playground/universal-translator/releases/tag/v0.16.0 -https://github.com/go-playground/universal-translator/tree/b32fa301c9fe55953584134cb6853a13c87ec0a1 -RATE 76 -https://clearlydefined.io/definitions/git/github/go-playground/universal-translator/b32fa301c9fe55953584134cb6853a13c87ec0a1 - -github.com/go-openapi/strfmt -https://github.com/go-openapi/strfmt/releases/tag/v0.19.5 -https://github.com/go-openapi/strfmt/tree/2887e74ed0fe2aea628affe322b19fc3112f98cd -RATE 75 -https://clearlydefined.io/definitions/git/github/go-openapi/strfmt/2887e74ed0fe2aea628affe322b19fc3112f98cd - -github.com/go-openapi/errors -https://github.com/go-openapi/errors/tree/v0.19.2 -https://github.com/go-openapi/errors/tree/0b2a0a1f89aa2eec2d13e03cd80ab0fdaf01f8ce -RATE 75 -https://clearlydefined.io/definitions/git/github/go-openapi/errors/0b2a0a1f89aa2eec2d13e03cd80ab0fdaf01f8ce - -https://github.com/go-ini/ini/tree/v1.25.4 -https://github.com/go-ini/ini/tree/300e940a926eb277d3901b20bdfcc54928ad3642 -RATE 88 -https://clearlydefined.io/definitions/git/github/go-ini/ini/300e940a926eb277d3901b20bdfcc54928ad3642 - -github.com/ghodss/yaml -https://github.com/ghodss/yaml/tree/73d445a93680fa1a78ae23a5839bad48f32ba1ee -RATE 82 -https://clearlydefined.io/definitions/git/github/ghodss/yaml/73d445a93680fa1a78ae23a5839bad48f32ba1ee - -github.com/globalsign/mgo -https://github.com/globalsign/mgo/tree/72aab81a5dece0687b5fc6323b37521741501e1a -RATE 80 -https://clearlydefined.io/definitions/git/github/globalsign/mgo/72aab81a5dece0687b5fc6323b37521741501e1a - -github.com/exponent-io/jsonpath -https://github.com/exponent-io/jsonpath/tree/d6023ce2651d -RATE 77 -https://clearlydefined.io/definitions/git/github/exponent-io/jsonpath/d6023ce2651d8eafb5c75bb0c7167536102ec9f5 - -github.com/elazarl/goproxy -https://github.com/elazarl/goproxy/tree/947c36da3153ff334e74d9d980de341d25f358ba -RATE 76 -https://clearlydefined.io/definitions/git/github/elazarl/goproxy/947c36da3153ff334e74d9d980de341d25f358ba - -github.com/edsrzf/mmap-go -https://github.com/edsrzf/mmap-go/tree/188cc3b666ba704534fa4f96e9e61f21f1e1ba7c -RATE 96 -https://clearlydefined.io/definitions/git/github/edsrzf/mmap-go/188cc3b666ba704534fa4f96e9e61f21f1e1ba7c - -github.com/dustin/go-humanize -https://github.com/dustin/go-humanize/tree/v1.0.0 -https://github.com/dustin/go-humanize/tree/9f541cc9db5d55bce703bd99987c9d5cb8eea45e -RATE 76 -https://clearlydefined.io/definitions/git/github/dustin/go-humanize/9f541cc9db5d55bce703bd99987c9d5cb8eea45e - -github.com/docker/docker-credential-helpers -https://github.com/docker/docker-credential-helpers/tree/v0.6.3 -https://github.com/docker/docker-credential-helpers/tree/54f0238b6bf101fc3ad3b34114cb5520beb562f5 -RATE 76 -https://clearlydefined.io/definitions/git/github/docker/docker-credential-helpers/54f0238b6bf101fc3ad3b34114cb5520beb562f5 - -github.com/denisenkom/go-mssqldb -https://github.com/denisenkom/go-mssqldb/tree/df6d76eb92899e4dfe4db66d53b187c89d34be37 -RATE 77 -https://clearlydefined.io/definitions/git/github/denisenkom/go-mssqldb/df6d76eb92899e4dfe4db66d53b187c89d34be37 - -github.com/deislabs/oras -https://github.com/oras-project/oras/tree/v0.8.1 -https://github.com/oras-project/oras/tree/237ac925cb6a308a5523cc048292bb53037f6975 -RATE 75 -https://clearlydefined.io/definitions/git/github/deislabs/oras/237ac925cb6a308a5523cc048292bb53037f6975 - -github.com/coreos/bbolt -https://github.com/etcd-io/bbolt/tree/v1.3.3 -https://github.com/etcd-io/bbolt/tree/a0458a2b35708eef59eb5f620ceb3cd1c01a824d -RATE 76 -https://clearlydefined.io/definitions/git/github/coreos/bbolt/a0458a2b35708eef59eb5f620ceb3cd1c01a824d - -github.com/containerd/go-runc -https://github.com/containerd/go-runc/tree/5a6d9f37cfa3 -RATE 75 -https://clearlydefined.io/definitions/git/github/containerd/go-runc/5a6d9f37cfa36b15efba46dc7ea349fa9b7143c3 - -github.com/containerd/fifo -https://github.com/containerd/fifo/tree/a9fb20d87448d386e6d50b1f2e1fa70dcf0de43c -RATE 75 -https://clearlydefined.io/definitions/git/github/containerd/fifo/a9fb20d87448d386e6d50b1f2e1fa70dcf0de43c - -github.com/containerd/console -https://github.com/containerd/console/tree/c12b1e7919c14469339a5d38f2f8ed9b64a9de23 -RATE 75 -https://clearlydefined.io/definitions/git/github/containerd/console/c12b1e7919c14469339a5d38f2f8ed9b64a9de23 - -github.com/containerd/cgroups -https://github.com/containerd/cgroups/tree/3de5a6bb4823a9b39ab1e1108e3bc58bf8fc76ad -RATE 75 -https://clearlydefined.io/definitions/git/github/containerd/cgroups/3de5a6bb4823a9b39ab1e1108e3bc58bf8fc76ad - -github.com/cockroachdb/datadriven -https://github.com/cockroachdb/datadriven/tree/80d97fb3cbaa752564320702f409fdb2ef3da0ef -RATE 75 -https://clearlydefined.io/definitions/git/github/cockroachdb/datadriven/80d97fb3cbaa752564320702f409fdb2ef3da0ef - -github.com/cespare/xxhash/v2 -https://github.com/cespare/xxhash/tree/v2.1.0 -https://github.com/cespare/xxhash/tree/de209a9ffae3256185a6bb135d1a0ada7b2b5f09 -RATE 76 -https://clearlydefined.io/definitions/git/github/cespare/xxhash/de209a9ffae3256185a6bb135d1a0ada7b2b5f09 - -github.com/blang/semver/v4 -https://github.com/blang/semver/tree/v4.0.0 -https://github.com/blang/semver/tree/af3461a9cbcf1f3f5889d21b83f5ef63880c33a8 -RATE 76 -https://clearlydefined.io/definitions/git/github/blang/semver/af3461a9cbcf1f3f5889d21b83f5ef63880c33a8 - -github.com/blang/semver -https://github.com/blang/semver/tree/v3.5.1 -https://github.com/blang/semver/tree/2ee87856327ba09384cabd113bc6b5d174e9ec0f -RATE 77 -https://clearlydefined.io/definitions/git/github/blang/semver/2ee87856327ba09384cabd113bc6b5d174e9ec0f - -github.com/bitly/go-simplejson -https://github.com/bitly/go-simplejson/tree/0c965951289cce37dec52ad1f34200fefc816777 -RATE 75 -https://clearlydefined.io/definitions/git/github/bitly/go-simplejson/0c965951289cce37dec52ad1f34200fefc816777 - -github.com/bitly/go-hostpool -https://github.com/bitly/go-hostpool/tree/5d3b4dc6ed4701a761ee884fd803b0a0879744f1 -RATE 77 -https://clearlydefined.io/definitions/git/github/bitly/go-hostpool/5d3b4dc6ed4701a761ee884fd803b0a0879744f1 - -github.com/bgentry/speakeasy -https://github.com/bgentry/speakeasy/tree/v0.1.0 -https://github.com/bgentry/speakeasy/tree/4aabc24848ce5fd31929f7d1e4ea74d3709c14cd -RATE 81 -https://clearlydefined.io/definitions/git/github/bgentry/speakeasy/4aabc24848ce5fd31929f7d1e4ea74d3709c14cd - -github.com/beorn7/perks -https://github.com/beorn7/perks/tree/v1.0.1 -https://github.com/beorn7/perks/tree/37c8de3658fcb183f997c4e13e8337516ab753e6 -RATE 78 -https://clearlydefined.io/definitions/git/github/beorn7/perks/37c8de3658fcb183f997c4e13e8337516ab753e6 - -github.com/aws/aws-sdk-go -https://github.com/aws/aws-sdk-go/releases/tag/v1.36.31 -https://github.com/aws/aws-sdk-go/tree/2c7b39c8f2e2430d5e27482b7421dac5884613c2 -RATE 75 -https://clearlydefined.io/definitions/git/github/aws/aws-sdk-go/2c7b39c8f2e2430d5e27482b7421dac5884613c2 - -github.com/armon/go-radix -https://github.com/armon/go-radix/tree/7fddfc383310abc091d79a27f116d30cf0424032 -RATE 75 -https://clearlydefined.io/definitions/git/github/armon/go-radix/7fddfc383310abc091d79a27f116d30cf0424032 - -github.com/armon/go-metrics -https://github.com/armon/go-metrics/tree/f0300d1749da6fa982027e449ec0c7a145510c3c -RATE 76 -https://clearlydefined.io/definitions/git/github/armon/go-metrics/f0300d1749da6fa982027e449ec0c7a145510c3c - -github.com/armon/circbuf -https://github.com/armon/circbuf/tree/bbbad097214e2918d8543d5201d12bfd7bca254d -RATE 80 -https://clearlydefined.io/definitions/git/github/armon/circbuf/bbbad097214e2918d8543d5201d12bfd7bca254d - -github.com/antihax/optional -https://github.com/antihax/optional/tree/ca021399b1a6796ecb758292c6311ce0b28857fc -RATE 76 -https://clearlydefined.io/definitions/git/github/antihax/optional/ca021399b1a6796ecb758292c6311ce0b28857fc - -github.com/alecthomas/units -https://github.com/alecthomas/units/tree/c3de453c63f4bdb4dadffab9805ec00426c505f7 -RATE 78 -https://clearlydefined.io/definitions/git/github/alecthomas/units/c3de453c63f4bdb4dadffab9805ec00426c505f7 - -github.com/PuerkitoBio/purell -https://github.com/PuerkitoBio/purell/tree/v1.1.1 -https://github.com/PuerkitoBio/purell/tree/44968752391892e1b0d0b821ee79e9a85fa13049 -RATE 78 -https://clearlydefined.io/definitions/git/github/puerkitobio/purell/44968752391892e1b0d0b821ee79e9a85fa13049 - -github.com/Masterminds/sprig/v3 -https://github.com/Masterminds/sprig/releases/tag/v3.0.2 -https://github.com/Masterminds/sprig/tree/25dce230792b748f794ea878db61fc5419410c9f -RATE 75 -https://clearlydefined.io/definitions/git/github/masterminds/sprig/25dce230792b748f794ea878db61fc5419410c9f - -github.com/Masterminds/semver/v3 -https://github.com/Masterminds/semver/tree/v3.0.3 -https://github.com/Masterminds/semver/tree/910aa146bd66780c2815d652b92a7fc5331e533c -RATE 75 -https://clearlydefined.io/definitions/git/github/masterminds/semver/910aa146bd66780c2815d652b92a7fc5331e533c - -github.com/MakeNowJust/heredoc -https://github.com/MakeNowJust/heredoc/tree/e9091a26100e9cfb2b6a8f470085bfa541931a91 -RATE 93 -https://clearlydefined.io/definitions/git/github/makenowjust/heredoc/e9091a26100e9cfb2b6a8f470085bfa541931a91 - -github.com/Azure/go-ansiterm -https://github.com/Azure/go-ansiterm/tree/d6e3b3328b783f23731bc4d058875b0371ff8109 -RATE 100 -https://clearlydefined.io/definitions/git/github/azure/go-ansiterm/d6e3b3328b783f23731bc4d058875b0371ff8109 - -github.com/Masterminds/goutils -https://github.com/Masterminds/goutils/tree/v1.1.0 -https://github.com/Masterminds/goutils/tree/41ac8693c5c10a92ea1ff5ac3a7f95646f6123b0 -RATE 75 -https://clearlydefined.io/definitions/git/github/masterminds/goutils/41ac8693c5c10a92ea1ff5ac3a7f95646f6123b0 - -github.com/Shopify/logrus-bugsnag -https://github.com/Shopify/logrus-bugsnag/tree/577dee27f20dd8f1a529f82210094af593be12bd -RATE 79 -https://clearlydefined.io/definitions/git/github/shopify/logrus-bugsnag/577dee27f20dd8f1a529f82210094af593be12bd - -github.com/kisielk/gotool -https://github.com/kisielk/gotool/tree/v1.0.0 -https://github.com/kisielk/gotool/tree/80517062f582ea3340cd4baf70e86d539ae7d84d -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23269 - -github.com/mxk/go-flowrate -https://github.com/mxk/go-flowrate/tree/cca7078d478f8520f85629ad7c68962d31ed7682 -RATE 64 -https://clearlydefined.io/definitions/git/github/mxk/go-flowrate/cca7078d478f8520f85629ad7c68962d31ed7682 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23298 - -modernc.org/golex -https://gitlab.com/cznic/golex/-/tags/v1.0.0 -https://gitlab.com/cznic/golex/-/tree/bc767dde60ca2c733d60c36421e559c302d87cef -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23415 - -modernc.org/fileutil -https://gitlab.com/cznic/fileutil/-/tags/v1.0.0 -https://gitlab.com/cznic/fileutil/-/tree/3dcf11a63f921261b8db146fcff31a462ff9de31 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23413 - -modernc.org/db -https://gitlab.com/cznic/db/-/tags/v1.0.0 -https://gitlab.com/cznic/db/-/tree/0f8532da5108c0770b87e4fe90de4e28c1792ecd -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23411 - -modernc.org/b -https://gitlab.com/cznic/b/-/tags/v1.0.0 -https://gitlab.com/cznic/b/-/tree/e2c6d3c5e5f25b4f5a667952d78e934528620d0f -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23410 - -modernc.org/file -https://gitlab.com/cznic/file/-/tags/v1.0.0 -https://gitlab.com/cznic/file/-/tree/77fb6ddb93ef6c79fe90759839bf2e605d082bbe -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23412 - -github.com/gofrs/flock -https://github.com/gofrs/flock/tree/v0.7.1 -https://github.com/gofrs/flock/tree/392e7fae8f1b0bdbd67dad7237d23f618feb6dbb -RATE 61 -https://clearlydefined.io/definitions/git/github/gofrs/flock/392e7fae8f1b0bdbd67dad7237d23f618feb6dbb -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23396 - -github.com/go-openapi/validate -https://github.com/go-openapi/validate/tree/v0.19.2 -https://github.com/go-openapi/validate/tree/6405b9095e4c96aabb45856da08a9323d50d9336 -RATE 48 -https://clearlydefined.io/definitions/git/github/go-openapi/validate/6405b9095e4c96aabb45856da08a9323d50d9336 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23394 - -github.com/go-openapi/runtime -https://github.com/go-openapi/runtime/tree/v0.19.0 -https://github.com/go-openapi/runtime/tree/109737172424d8a656fd1199e28c9f5cc89b0cca -RATE 60 -https://clearlydefined.io/definitions/git/github/go-openapi/runtime/109737172424d8a656fd1199e28c9f5cc89b0cca -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23393 - -github.com/go-openapi/loads -https://github.com/go-openapi/loads/tree/v0.19.2 -https://github.com/go-openapi/loads/tree/8548893a17237be4a5b2f74773f23002f4179bbe -RATE 61 -https://clearlydefined.io/definitions/git/github/go-openapi/loads/8548893a17237be4a5b2f74773f23002f4179bbe -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23392 - -github.com/go-logfmt/logfmt -https://github.com/go-logfmt/logfmt/tree/3be5f6aae7db841d31dc5e1b3bb7b4cff19200b3 -https://github.com/go-logfmt/logfmt/tree/v0.5.0 -RATE 48 -https://clearlydefined.io/definitions/git/github/go-logfmt/logfmt/3be5f6aae7db841d31dc5e1b3bb7b4cff19200b3 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23391 - -go.mongodb.org/mongo-driver -https://github.com/mongodb/mongo-go-driver/tree/v1.1.0 -https://github.com/mongodb/mongo-go-driver/tree/d42ea7239f0db8a61e77191b9f2730a922459042 -RATE 68 -https://clearlydefined.io/definitions/git/github/mongodb/mongo-go-driver/d42ea7239f0db8a61e77191b9f2730a922459042 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23449 - -github.com/smartystreets/goconvey -https://github.com/smartystreets/goconvey/tree/v1.6.4 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23448 - -github.com/shopspring/decimal -https://github.com/shopspring/decimal/tree/cd690d0c9e2447b1ef2a129a6b7b49077da89b8e -RATE 0 -https://clearlydefined.io/definitions/git/github/shopspring/decimal/cd690d0c9e2447b1ef2a129a6b7b49077da89b8e -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23447 - -github.com/phayes/freeport -https://github.com/phayes/freeport/tree/95f893ade6f232a5f1511d61735d89b1ae2df543 -RATE 0 -https://clearlydefined.io/definitions/git/github/phayes/freeport/95f893ade6f232a5f1511d61735d89b1ae2df543 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23445 - -modernc.org/internal -https://gitlab.com/cznic/internal/-/tags/v1.0.0 -https://gitlab.com/cznic/internal/-/tree/092e7f9de1dea39e9fe64dbb8823cc3891948078 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23416 - -github.com/olekukonko/tablewriter -https://github.com/olekukonko/tablewriter/tree/v0.0.2 -https://github.com/olekukonko/tablewriter/tree/b2a28affd3a5017cf1465a8bcbe17af38ce53a3c -RATE 55 -https://clearlydefined.io/definitions/git/github/olekukonko/tablewriter/b2a28affd3a5017cf1465a8bcbe17af38ce53a3c -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23441 - -github.com/morikuni/aec -https://github.com/morikuni/aec/tree/v1.0.0 -https://github.com/morikuni/aec/tree/39771216ff4c63d11f5e604076f9c45e8be1067b -RATE 63 -https://clearlydefined.io/definitions/git/github/morikuni/aec/39771216ff4c63d11f5e604076f9c45e8be1067b -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23437 - -github.com/mitchellh/iochan -https://github.com/mitchellh/iochan/tree/v1.0.0 -https://github.com/mitchellh/iochan/tree/b6e3aadd28864e14dae41ff5c7261455b1242d24 -RATE 0 -https://clearlydefined.io/definitions/git/github/mitchellh/iochan/b6e3aadd28864e14dae41ff5c7261455b1242d24 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23436 - -github.com/magiconair/properties -https://github.com/magiconair/properties/tree/v1.8.1 -https://github.com/magiconair/properties/tree/de8848e004dd33dc07a2947b3d76f618a7fc7ef1 -RATE 63 -https://clearlydefined.io/definitions/git/github/magiconair/properties/de8848e004dd33dc07a2947b3d76f618a7fc7ef1 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23435 - -github.com/kardianos/osext -https://github.com/kardianos/osext/tree/2bc1f35cddc0cc527b4bc3dce8578fc2a6c11384 -RATE 0 -https://clearlydefined.io/definitions/git/github/kardianos/osext/2bc1f35cddc0cc527b4bc3dce8578fc2a6c11384 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23434 - -modernc.org/lldb -https://gitlab.com/cznic/lldb/-/tags/v1.0.0 -https://gitlab.com/cznic/lldb/-/tree/e529cf66479bdd56b27b7cbe9b34d924b30f9c48 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23420 - -modernc.org/mathutil -https://gitlab.com/cznic/mathutil/-/tags/v1.0.0 -https://gitlab.com/cznic/mathutil/-/tree/5712a870eb24900386234a0d001f00d2120cc76a -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23421 - -modernc.org/sortutil -https://gitlab.com/cznic/sortutil/-/tags/v1.1.0 -https://gitlab.com/cznic/sortutil/-/tree/1c8bd5cd16a94d0acd9f81c9208af8e957443d9f -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23424 - -modernc.org/zappy -https://gitlab.com/cznic/zappy/-/tags/v1.0.0 -https://gitlab.com/cznic/zappy/-/tree/a53f48544a72f18482cbaedacb9adee516685719 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23426 - -modernc.org/strutil -https://gitlab.com/cznic/strutil/-/tags/v1.1.0 -https://gitlab.com/cznic/strutil/-/tree/9654ad6deeb404d1ca68c1d66d008bbaf3e2c50e -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23425 - -github.com/containerd/containerd -https://github.com/containerd/containerd/tree/v1.3.3 -https://github.com/containerd/containerd/tree/d76c121f76a5fc8a462dc64594aea72fe18e1178 -RATE 54 -https://clearlydefined.io/definitions/git/github/containerd/containerd/d76c121f76a5fc8a462dc64594aea72fe18e1178 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23376 - -github.com/containerd/continuity -https://github.com/containerd/continuity/tree/d3ef23f19fbb106bb73ffde425d07a9187e30745 -RATE 60 -https://clearlydefined.io/definitions/git/github/containerd/continuity/d3ef23f19fbb106bb73ffde425d07a9187e30745 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23377 - -github.com/coreos/go-semver -https://github.com/coreos/go-semver/tree/v0.3.0 -https://github.com/coreos/go-semver/tree/e214231b295a8ea9479f11b70b35d5acf3556d9b -RATE 55 -https:/https://clearlydefined.io/definitions/git/github/coreos/go-semver/e214231b295a8ea9479f11b70b35d5acf3556d9b/clearlydefined.io/definitions/git/github/coreos/go-semver/e214231b295a8ea9479f11b70b35d5acf3556d9b -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23379 - -github.com/cockroachdb/apd -https://github.com/cockroachdb/apd/tree/v1.1.0 -https://github.com/cockroachdb/apd/tree/9c2ab8efc9ac66bf4bb79ab6bed4dcd0c709d1b9 -RATE 0 -https://clearlydefined.io/definitions/git/github/cockroachdb/apd/9c2ab8efc9ac66bf4bb79ab6bed4dcd0c709d1b9 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23375 - -github.com/coreos/pkg -https://github.com/coreos/pkg/tree/399ea9e2e55f791b6e3d920860dbecb99c3692f0 -RATE 53 -https://clearlydefined.io/definitions/git/github/coreos/pkg/399ea9e2e55f791b6e3d920860dbecb99c3692f0 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23380 - -github.com/cpuguy83/go-md2man -https://github.com/cpuguy83/go-md2man/tree/v1.0.10 -https://github.com/cpuguy83/go-md2man/tree/7762f7e404f8416dfa1d9bb6a8c192aa9acb4d19 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23382 - -github.com/cyphar/filepath-securejoin -https://github.com/cyphar/filepath-securejoin/tree/v0.2.2 -https://github.com/cyphar/filepath-securejoin/tree/a261ee33d7a517f054effbf451841abaafe3e0fd -https://clearlydefined.io/definitions/git/github/cyphar/filepath-securejoin/ae69057f2299fb9e5ba2df738607e6a505b74ab6 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23383 - -github.com/docker/go-connections -https://github.com/docker/go-connections/tree/v0.4.0 -https://github.com/docker/go-connections/tree/7395e3f8aa162843a74ed6d48e79627d9792ac55 -RATE 61 -https://clearlydefined.io/definitions/git/github/docker/go-connections/7395e3f8aa162843a74ed6d48e79627d9792ac55 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23385 - -github.com/docker/go-events -https://github.com/docker/go-events/tree/e31b211e4f1cd09aa76fe4ac244571fab96ae47f -RATE 63 -https://clearlydefined.io/definitions/git/github/docker/go-events/e31b211e4f1cd09aa76fe4ac244571fab96ae47f -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23386 - -github.com/fatih/color -https://github.com/fatih/color/tree/v1.9.0 -https://github.com/fatih/color/tree/daf2830f2741ebb735b21709a520c5f37d642d85 -RATE 70 -https://clearlydefined.io/definitions/git/github/fatih/color/daf2830f2741ebb735b21709a520c5f37d642d85 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23388 - -github.com/flynn/go-shlex -https://github.com/flynn-archive/go-shlex/tree/3f9db97f856818214da2e1057f8ad84803971cff -RATE 19 -https://clearlydefined.io/definitions/git/github/flynn-archive/go-shlex/3f9db97f856818214da2e1057f8ad84803971cff -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23390 - -github.com/coreos/etcd -https://github.com/etcd-io/etcd/tree/v3.3.15 -https://github.com/etcd-io/etcd/tree/94745a4eed0425653b3b4275a208d38babceeaec -RATE 60 -https://clearlydefined.io/definitions/git/github/coreos/etcd/94745a4eed0425653b3b4275a208d38babceeaec -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23378 - -github.com/docker/go-units -https://github.com/docker/go-units/tree/v0.4.0 -https://github.com/docker/go-units/tree/519db1ee28dcc9fd2474ae59fca29a810482bfb1 -RATE 65 -https://clearlydefined.io/definitions/git/github/docker/go-units/519db1ee28dcc9fd2474ae59fca29a810482bfb1 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23387 - -github.com/gorilla/handlers -https://github.com/gorilla/handlers/tree/8a3748addc242fc560bd6d4ff28b0374c010b1b4 -RATE 52 -https://clearlydefined.io/definitions/git/github/gorilla/handlers/8a3748addc242fc560bd6d4ff28b0374c010b1b4 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23403 - -github.com/grpc-ecosystem/grpc-gateway -https://github.com/grpc-ecosystem/grpc-gateway/tree/v1.9.5 -https://github.com/grpc-ecosystem/grpc-gateway/tree/ad529a448ba494a88058f9e5be0988713174ac86 -RATE 15 -https://clearlydefined.io/definitions/git/github/grpc-ecosystem/grpc-gateway/ad529a448ba494a88058f9e5be0988713174ac86 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23404 - -gitlab.com/nyarla/go-crypt -https://gitlab.com/nyarla/go-crypt/-/tree/d9a5dc2b789bc330075d4b805d9b7c971f2865a1 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23408 - -modernc.org/ql -https://gitlab.com/cznic/ql/-/tags/v1.0.0 -https://gitlab.com/cznic/ql/-/tree/c993c7178deb621f621fda8d5b78fe6db1418a28 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23422 - -github.com/hashicorp/go-sockaddr -https://github.com/hashicorp/go-sockaddr/tree/v1.0.0 -https://github.com/hashicorp/go-sockaddr/tree/a6a0d2df398f7e0e9f6e43f589c8b51cec0eb6b0 -RATE 52 -https://clearlydefined.io/definitions/git/github/hashicorp/go-sockaddr/a6a0d2df398f7e0e9f6e43f589c8b51cec0eb6b0 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23428 - -github.com/hashicorp/go.net -https://github.com/hashicorp/go.net/tree/v0.0.1 -https://github.com/hashicorp/go.net/tree/afc3cb3a421746fc66dd55b09a270c750cf536ce -RATE 47 -https://clearlydefined.io/definitions/git/github/hashicorp/go.net/afc3cb3a421746fc66dd55b09a270c750cf536ce -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23429 - -github.com/Microsoft/go-winio -https://github.com/microsoft/go-winio/tree/fc70bd9a86b5562b3b5eb1040e803febee1e90a1 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23371 - -github.com/Microsoft/hcsshim -https://github.com/microsoft/hcsshim/tree/v0.8.9 -https://github.com/microsoft/hcsshim/tree/5bc557dd210ff2caf615e6e22d398123de77fc11 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23372 - -github.com/smartystreets/goconvey -https://github.com/smartystreets/goconvey/tree/v1.6.4 -https://github.com/smartystreets/goconvey/tree/505e419363375c0dc132d3ac02632a4ee32199ca -RATE 3 -https://clearlydefined.io/definitions/git/github/smartystreets/goconvey/505e419363375c0dc132d3ac02632a4ee32199ca -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23448 - -github.com/yvasiyarov/gorelic -https://github.com/yvasiyarov/gorelic/tree/v0.0.7 -https://github.com/yvasiyarov/gorelic/tree/ba7bf1b45591045ab2a20feca0fa8c22d0698c12 -RATE 76 -https://clearlydefined.io/definitions/git/github/yvasiyarov/gorelic/ba7bf1b45591045ab2a20feca0fa8c22d0698c12 - -github.com/tebeka/strftime -https://github.com/tebeka/strftime/tree/v0.1.3 -https://github.com/tebeka/strftime/tree/1e60d44622e3f9de852e0ae26f5a02ea3354623e -RATE 78 -https://clearlydefined.io/definitions/git/github/tebeka/strftime/1e60d44622e3f9de852e0ae26f5a02ea3354623e - -github.com/yvasiyarov/newrelic_platform_go -https://github.com/yvasiyarov/newrelic_platform_go/tree/9c099fbc30e90de5bb5c5f94aa5fd08f2daeaacd -RATE 77 -https://clearlydefined.io/definitions/git/github/yvasiyarov/newrelic_platform_go/9c099fbc30e90de5bb5c5f94aa5fd08f2daeaacd - -github.com/rs/zerolog -https://github.com/rs/zerolog/tree/v1.15.0 -https://github.com/rs/zerolog/tree/b806a5ecbe5347ad9ef05121fea8f4acc65fa5fc -RATE 75 -https://clearlydefined.io/definitions/git/github/rs/zerolog/b806a5ecbe5347ad9ef05121fea8f4acc65fa5fc - -github.com/hashicorp/consul/api -https://github.com/hashicorp/consul/tree/v1.1.0 -https://github.com/hashicorp/consul/tree/5174058f0d2bda63fa5198ab96c33d9a909c58ed -RATE 52 -https://clearlydefined.io/definitions/git/github/hashicorp/consul/5174058f0d2bda63fa5198ab96c33d9a909c58ed -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23427 - -gitlab.com/nyarla/go-crypt -https://gitlab.com/nyarla/go-crypt/tree/d9a5dc2b789bc330075d4b805d9b7c971f2865a1 -http://dev.eclipse.org/ipzilla/show_bug.cgi?id=23408 - -github.com/otiai10/mint -https://github.com/otiai10/mint/tree/v1.3.1 -https://github.com/otiai10/mint/tree/bef812dd30a0e7e65435fde5ef6a81277d78ca05 -RATE 77 -https://clearlydefined.io/definitions/git/github/otiai10/mint/bef812dd30a0e7e65435fde5ef6a81277d78ca05 - -gopkg.in/square/go-jose.v2 -https://github.com/square/go-jose/tree/v2.2.2 -https://github.com/square/go-jose/tree/e94fb177d3668d35ab39c61cbb2f311550557e83 -RATE 79 -https://clearlydefined.io/definitions/git/github/square/go-jose/e94fb177d3668d35ab39c61cbb2f311550557e83 - -rsc.io/letsencrypt -https://github.com/rsc/letsencrypt/tree/v0.0.3 -https://github.com/rsc/letsencrypt/tree/2cfe43d8f3ba33d75c390b0e1e62e0a5f403605e -RATE 92 -https://clearlydefined.io/definitions/git/github/rsc/letsencrypt/2cfe43d8f3ba33d75c390b0e1e62e0a5f403605e - -github.com/sclevine/spec -https://github.com/sclevine/spec/tree/v1.2.0 -https://github.com/sclevine/spec/tree/b518b20aa1af75d314a31c9b3acfeeab7c4cbfb4 -RATE 77 -https://clearlydefined.io/definitions/git/github/sclevine/spec/b518b20aa1af75d314a31c9b3acfeeab7c4cbfb4 - -github.com/ClickHouse/clickhouse-go -https://github.com/clickhouse/clickhouse-go/tree/v1.3.12 -https://github.com/clickhouse/clickhouse-go/tree/6b1ba590788873fd6993f50f823bb90274a23ba5 -RATE 46 -https://clearlydefined.io/definitions/git/github/clickhouse/clickhouse-go/6b1ba590788873fd6993f50f823bb90274a23ba5 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23516 - -github.com/pbnjay/strptime -https://github.com/pbnjay/strptime/tree/5c05b0d668c919165e2c16298c96a3f2ab4564b3 -RATE 68 -https://clearlydefined.io/definitions/git/github/pbnjay/strptime/5c05b0d668c919165e2c16298c96a3f2ab4564b3 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23522 - -github.com/smartystreets/assertions -https://github.com/smartystreets/assertions/tree/b2de0cb4f26d0705483a2f495d89896d0b808573 -RATE 68 -https://clearlydefined.io/definitions/git/github/smartystreets/assertions/b2de0cb4f26d0705483a2f495d89896d0b808573 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23521 - -github.com/xiang90/probing -https://github.com/xiang90/probing/tree/43a291ad63a214a207fefbf03c7d9d78b703162b -RATE 60 -https://clearlydefined.io/definitions/git/github/xiang90/probing/43a291ad63a214a207fefbf03c7d9d78b703162b -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23518 - -github.com/Masterminds/vcs -https://github.com/Masterminds/vcs/tree/v1.13.1 -https://github.com/Masterminds/vcs/tree/f94282d8632a0620f79f0c6ff0e82604e8c5c85b -RATE 76 -https://clearlydefined.io/definitions/git/github/masterminds/vcs/f94282d8632a0620f79f0c6ff0e82604e8c5c85b - -github.com/alessio/shellescape -https://github.com/alessio/shellescape/tree/v1.2.2 -https://github.com/alessio/shellescape/tree/c3b6e53cea4242a4d6a2ee925c4b38c1f80e44e9 -RATE 78 -https://clearlydefined.io/definitions/git/github/alessio/shellescape/c3b6e53cea4242a4d6a2ee925c4b38c1f80e44e9 - -github.com/bugsnag/bugsnag-go -https://github.com/bugsnag/bugsnag-go/tree/v1.5.3 -https://github.com/bugsnag/bugsnag-go/tree/3b0dbb79d7cc36c982e6ba70ceb76771552434f6 -RATE 75 -https://clearlydefined.io/definitions/git/github/bugsnag/bugsnag-go/3b0dbb79d7cc36c982e6ba70ceb76771552434f6 - -github.com/bugsnag/panicwrap -https://github.com/bugsnag/panicwrap/tree/v1.2.0 -https://github.com/bugsnag/panicwrap/tree/4009b2b7c78d820cc4a2e42f035bb557ce4ae45b -RATE 77 -https://clearlydefined.io/definitions/git/github/bugsnag/panicwrap/4009b2b7c78d820cc4a2e42f035bb557ce4ae45b - -github.com/cockroachdb/cockroach-go -https://github.com/cockroachdb/cockroach-go/tree/606b3d062051259eca584a3f998d37e39b3b7622 -RATE 86 -https://clearlydefined.io/definitions/git/github/cockroachdb/cockroach-go/606b3d062051259eca584a3f998d37e39b3b7622 - -github.com/containerd/ttrpc -https://github.com/containerd/ttrpc/tree/v1.0.1 -https://github.com/containerd/ttrpc/tree/72bb1b21c5b0a4a107f59dd85f6ab58e564b68d6 -RATE 75 -https://clearlydefined.io/definitions/git/github/containerd/ttrpc/72bb1b21c5b0a4a107f59dd85f6ab58e564b68d6 - -github.com/containerd/typeurl -https://github.com/containerd/typeurl/tree/2a93cfde8c20b23de8eb84a5adbc234ddf7a9e8d -RATE 75 -https://clearlydefined.io/definitions/git/github/containerd/typeurl/2a93cfde8c20b23de8eb84a5adbc234ddf7a9e8d - -github.com/coreos/go-oidc -https://github.com/coreos/go-oidc/tree/v2.1.0 -https://github.com/coreos/go-oidc/tree/2be1c5b8a260760503f66dc0996e102b683b3ac3 -RATE 75 -https://clearlydefined.io/definitions/git/github/coreos/go-oidc/2be1c5b8a260760503f66dc0996e102b683b3ac3 - -github.com/cznic/mathutil -https://github.com/cznic/mathutil/tree/ca4c9f2c136954238c3158b92de72078c7672ecc -RATE 91 -https://clearlydefined.io/definitions/git/github/cznic/mathutil/ca4c9f2c136954238c3158b92de72078c7672ecc - -github.com/docker/libtrust -https://github.com/docker/libtrust/tree/aabc10ec26b754e797f9028f4589c5b7bd90dc20 -RATE 76 -https://clearlydefined.io/definitions/git/github/docker/libtrust/aabc10ec26b754e797f9028f4589c5b7bd90dc20 - -github.com/fastly/go-utils -https://github.com/fastly/go-utils/tree/d95a45783239f69a867fec572fb7675bcee07d88 -RATE 75 -https://clearlydefined.io/definitions/git/github/fastly/go-utils/d95a45783239f69a867fec572fb7675bcee07d88 - -github.com/fatih/camelcase -https://github.com/fatih/camelcase/tree/v1.0.0 -https://github.com/fatih/camelcase/tree/44e46d280b43ec1531bb25252440e34f1b800b65 -RATE 80 -https://clearlydefined.io/definitions/git/github/fatih/camelcase/44e46d280b43ec1531bb25252440e34f1b800b65 - -github.com/fvbommel/sortorder -https://github.com/fvbommel/sortorder/tree/v1.0.1 -https://github.com/fvbommel/sortorder/tree/a1ddee917217bbd0691affdca9c88d24d3f5c27d -RATE 78 -https://clearlydefined.io/definitions/git/github/fvbommel/sortorder/a1ddee917217bbd0691affdca9c88d24d3f5c27d - -github.com/godbus/dbus -https://github.com/godbus/dbus/tree/ade71ed3457e1a2d0edc32a59e718cc523e73b21 -RATE 75 -https://clearlydefined.io/definitions/git/github/godbus/dbus/ade71ed3457e1a2d0edc32a59e718cc523e73b21 - -github.com/golangplus/bytes -https://github.com/golangplus/bytes/tree/45c989fe545070ef7c9003cf1998bb195c61731a -RATE 92 -https://clearlydefined.io/definitions/git/github/golangplus/bytes/45c989fe545070ef7c9003cf1998bb195c61731a - -github.com/grpc-ecosystem/grpc-health-probe -https://github.com/grpc-ecosystem/grpc-health-probe/tree/v0.3.2 -https://github.com/grpc-ecosystem/grpc-health-probe/tree/71ebd03865797e785bdc7ae6fababe548b75188e -RATE 75 -https://clearlydefined.io/definitions/git/github/grpc-ecosystem/grpc-health-probe/71ebd03865797e785bdc7ae6fababe548b75188e - -github.com/hokaccha/go-prettyjson -https://github.com/hokaccha/go-prettyjson/tree/108c894c2c0e4a3236172e3698c14f1e3199548d -RATE 75 -https://clearlydefined.io/definitions/git/github/hokaccha/go-prettyjson/108c894c2c0e4a3236172e3698c14f1e3199548d - -github.com/irifrance/gini -https://github.com/irifrance/gini/tree/v1.0.1 -https://github.com/irifrance/gini/tree/ab553a98575687dd98cf73371b2fc398f41d10fc -RATE 75 -https://clearlydefined.io/definitions/git/github/irifrance/gini/ab553a98575687dd98cf73371b2fc398f41d10fc - -github.com/itchyny/astgen-go -https://github.com/itchyny/astgen-go/tree/cf3ea398f64584ef328f8fa3e0281536dbaffa4b -RATE 75 -https://clearlydefined.io/definitions/git/github/itchyny/astgen-go/cf3ea398f64584ef328f8fa3e0281536dbaffa4b - -github.com/itchyny/gojq -https://github.com/itchyny/gojq/tree/v0.11.0 -https://github.com/itchyny/gojq/tree/d33449f4c07af896f91db06c7b64052c92ebe42b -RATE 75 -https://clearlydefined.io/definitions/git/github/itchyny/gojq/d33449f4c07af896f91db06c7b64052c92ebe42b - -github.com/jackc/pgmock -https://github.com/jackc/pgmock/tree/13a1b77aafa2641ad31b655a18e8c3605ef55e2d -RATE 75 -https://clearlydefined.io/definitions/git/github/jackc/pgmock/13a1b77aafa2641ad31b655a18e8c3605ef55e2d - -github.com/jehiah/go-strftime -https://github.com/jehiah/go-strftime/tree/1d33003b386959af197ba96475f198c114627b5e -RATE 80 -https://clearlydefined.io/definitions/git/github/jehiah/go-strftime/1d33003b386959af197ba96475f198c114627b5e - -github.com/joefitzgerald/rainbow-reporter -https://github.com/joefitzgerald/rainbow-reporter/tree/v0.1.0 -https://github.com/joefitzgerald/rainbow-reporter/tree/f35bccf50a5c24f2fca9dc7e131454c60efba904 -RATE 75 -https://clearlydefined.io/definitions/git/github/joefitzgerald/rainbow-reporter/f35bccf50a5c24f2fca9dc7e131454c60efba904 - -github.com/lestrrat-go/strftime -https://github.com/lestrrat-go/strftime/tree/v1.0.1 -https://github.com/lestrrat-go/strftime/tree/6b63b6de4db1514785520f626319d12516ee6932 -RATE 75 -https://clearlydefined.io/definitions/git/github/lestrrat-go/strftime/6b63b6de4db1514785520f626319d12516ee6932 - -github.com/liggitt/tabwriter -https://github.com/liggitt/tabwriter/tree/89fcab3d43de07060e4fd4c1547430ed57e87f24 -RATE 92 -https://clearlydefined.io/definitions/git/github/liggitt/tabwriter/89fcab3d43de07060e4fd4c1547430ed57e87f24 - -github.com/lithammer/dedent -https://github.com/lithammer/dedent/tree/v1.1.0 -https://github.com/lithammer/dedent/tree/8478954c3bc893cf36c5ee7c822266b993a3b3ee -RATE 79 -https://clearlydefined.io/definitions/git/github/lithammer/dedent/8478954c3bc893cf36c5ee7c822266b993a3b3ee - -github.com/mitchellh/osext -https://github.com/mitchellh/osext/tree/5e2d6d41470f99c881826dedd8c526728b783c9c -RATE 75 -https://clearlydefined.io/definitions/git/github/mitchellh/osext/5e2d6d41470f99c881826dedd8c526728b783c9c - -github.com/moby/term -https://github.com/moby/term/tree/df9cb8a406352e9543f2b7cae1c8579b51b8013e -RATE 76 -https://clearlydefined.io/definitions/git/github/moby/term/df9cb8a406352e9543f2b7cae1c8579b51b8013e - -github.com/nakagami/firebirdsql -https://github.com/nakagami/firebirdsql/tree/3c02a58cfed8c5b191d653309705042fcd6c4f9c -RATE 95 -https://clearlydefined.io/definitions/git/github/nakagami/firebirdsql/3c02a58cfed8c5b191d653309705042fcd6c4f9c - -github.com/neo4j-drivers/gobolt -https://github.com/neo4j-drivers/gobolt/tree/v1.7.4 -https://github.com/neo4j-drivers/gobolt/tree/0b8728e471cbd11fe5ffa3ae65a467886018012e -RATE 98 -https://clearlydefined.io/definitions/git/github/neo4j-drivers/gobolt/0b8728e471cbd11fe5ffa3ae65a467886018012e - -github.com/neo4j/neo4j-go-driver -https://github.com/neo4j/neo4j-go-driver/tree/v1.7.4 -https://github.com/neo4j/neo4j-go-driver/tree/934739616886b903306e1df80aa58047407a1971 -RATE 79 -https://clearlydefined.io/definitions/git/github/neo4j/neo4j-go-driver/934739616886b903306e1df80aa58047407a1971 - -github.com/otiai10/copy -https://github.com/otiai10/copy/tree/v1.2.0 -https://github.com/otiai10/copy/tree/c5f0361fe546fb0f4f26b13746afc8864ea7f6d9 -RATE 76 -https://clearlydefined.io/definitions/git/github/otiai10/copy/c5f0361fe546fb0f4f26b13746afc8864ea7f6d9 - -github.com/otiai10/curr -https://github.com/otiai10/curr/tree/v1.0.0 -https://github.com/otiai10/curr/tree/88e2f2cffa0b5f13e90ee963a321bd1b2f715561 -RATE 75 -https://clearlydefined.io/definitions/git/github/otiai10/curr/88e2f2cffa0b5f13e90ee963a321bd1b2f715561 - -github.com/rs/xid -https://github.com/rs/xid/tree/v1.2.1 -https://github.com/rs/xid/tree/15d26544def341f036c5f8dca987a4cbe575032c -RATE 77 -https://clearlydefined.io/definitions/git/github/rs/xid/15d26544def341f036c5f8dca987a4cbe575032c - -github.com/zenazn/goji -https://github.com/zenazn/goji/tree/v0.9.0 -https://github.com/zenazn/goji/tree/845982030542a0fd9c8e8cbf76a84c7482cb3755 -RATE 75 -https://clearlydefined.io/definitions/git/github/zenazn/goji/845982030542a0fd9c8e8cbf76a84c7482cb3755 - -go.uber.org/tools -https://github.com/uber-go/tools/tree/2cfd321de3ee5d5f8a5fda2521d1703478334d98 -RATE 75 -https://clearlydefined.io/definitions/git/github/uber-go/tools/2cfd321de3ee5d5f8a5fda2521d1703478334d98 - -google.golang.org/grpc/cmd/protoc-gen-go-grpc -https://github.com/grpc/grpc-go/tree/d8193ee9cc3e403ec488bf371c57fe8a63e34890 -RATE 90 -https://clearlydefined.io/definitions/git/github/grpc/grpc-go/d8193ee9cc3e403ec488bf371c57fe8a63e34890 - -gopkg.in/alecthomas/kingpin.v2 -https://github.com/alecthomas/kingpin/tree/v2.2.6 -https://github.com/alecthomas/kingpin/tree/947dcec5ba9c011838740e680966fd7087a71d0d -RATE 76 -https://clearlydefined.io/definitions/git/github/alecthomas/kingpin/947dcec5ba9c011838740e680966fd7087a71d0d - -gopkg.in/cheggaaa/pb.v1 -https://github.com/cheggaaa/pb/tree/v1.0.25 -https://github.com/cheggaaa/pb/tree/2af8bbdea9e99e83b3ac400d8f6b6d1b8cbbf338 -RATE 77 -https://clearlydefined.io/definitions/git/github/cheggaaa/pb/2af8bbdea9e99e83b3ac400d8f6b6d1b8cbbf338 - -gopkg.in/gemnasium/logrus-airbrake-hook.v2 -https://github.com/gemnasium/logrus-airbrake-hook/tree/v2.1.2 -https://github.com/gemnasium/logrus-airbrake-hook/tree/e928b033a891c0175fb643d5aa0779e86325eb12 -RATE 79 -https://clearlydefined.io/definitions/git/github/gemnasium/logrus-airbrake-hook/e928b033a891c0175fb643d5aa0779e86325eb12 - -gopkg.in/go-playground/validator.v9 -https://github.com/go-playground/validator/tree/v9.30.0 -https://github.com/go-playground/validator/tree/cd1bd581694a11c089aea885a26247c5f783a4cf -RATE 75 -https://clearlydefined.io/definitions/git/github/go-playground/validator/cd1bd581694a11c089aea885a26247c5f783a4cf - -gopkg.in/imdario/mergo.v0 -https://github.com/imdario/mergo/tree/v0.3.7 -https://github.com/imdario/mergo/tree/7c29201646fa3de8506f701213473dd407f19646 -RATE 81 -https://clearlydefined.io/definitions/git/github/imdario/mergo/7c29201646fa3de8506f701213473dd407f19646 - -gopkg.in/ini.v1 -https://github.com/go-ini/ini/tree/v1.51.0 -https://github.com/go-ini/ini/tree/87e589f4917038ae250cff2446db7573f47e97ca -RATE 90 -https://clearlydefined.io/definitions/git/github/go-ini/ini/87e589f4917038ae250cff2446db7573f47e97ca - -gopkg.in/natefinch/lumberjack.v2 -https://github.com/natefinch/lumberjack/tree/v2.0.0 -https://github.com/natefinch/lumberjack/tree/7d6a1875575e09256dc552b4c0e450dcd02bd10e -RATE 77 -https://clearlydefined.io/definitions/git/github/natefinch/lumberjack/7d6a1875575e09256dc552b4c0e450dcd02bd10e - -gopkg.in/op/go-logging.v1 -https://github.com/op/go-logging/tree/b2cb9fa56473e98db8caba80237377e83fe44db5 -RATE 93 -https://clearlydefined.io/definitions/git/github/op/go-logging/b2cb9fa56473e98db8caba80237377e83fe44db5 - -gopkg.in/resty.v1 -https://github.com/go-resty/resty/tree/v1.12.0 -https://github.com/go-resty/resty/tree/fa5875c0caa5c260ab78acec5a244215a730247f -RATE 76 -https://clearlydefined.io/definitions/git/github/go-resty/resty/fa5875c0caa5c260ab78acec5a244215a730247f - -gopkg.in/tomb.v2 -https://github.com/go-tomb/tomb/tree/d5d1b5820637886def9eef33e03a27a9f166942c -RATE 81 -https://clearlydefined.io/definitions/git/github/go-tomb/tomb/d5d1b5820637886def9eef33e03a27a9f166942c - -gopkg.in/yaml.v3 -https://github.com/go-yaml/yaml/tree/eeeca48fe7764f320e4870d231902bf9c1be2c08 -RATE 96 -https://clearlydefined.io/definitions/git/github/go-yaml/yaml/eeeca48fe7764f320e4870d231902bf9c1be2c08 - -k8s.io/component-helpers -https://github.com/kubernetes/component-helpers/tree/v0.20.1 -https://github.com/kubernetes/component-helpers/tree/fb2b7e6065f426f2dac708ad93518177c879a9ab -RATE 85 -https://clearlydefined.io/definitions/git/github/kubernetes/component-helpers/fb2b7e6065f426f2dac708ad93518177c879a9ab - -github.com/yvasiyarov/go-metrics -https://github.com/yvasiyarov/go-metrics/tree/c25f46c4b94079672242ec48a545e7ca9ebe3aec -RATE 46 -https://clearlydefined.io/definitions/git/github/yvasiyarov/go-metrics/c25f46c4b94079672242ec48a545e7ca9ebe3aec -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23519 - -github.com/go-bindata/go-bindata/v3 -https://github.com/go-bindata/go-bindata/tree/v3.1.3 -https://github.com/go-bindata/go-bindata/tree/23ef162b685b439bad2750a8d72846a7fb1893be -RATE 61 -https://clearlydefined.io/definitions/git/github/go-bindata/go-bindata/23ef162b685b439bad2750a8d72846a7fb1893be -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23561 - -bazil.org/fuse -https://github.com/bazil/fuse/tree/371fbbdaa8987b715bdd21d6adc4c9b20155f748 -RATE 16 -https://clearlydefined.io/definitions/git/github/bazil/fuse/371fbbdaa8987b715bdd21d6adc4c9b20155f748 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23543 - -github.com/jackc/pgtype -https://github.com/jackc/pgtype/tree/a8802b16cc593842f5c69b0f7cfb0de11d5cd3a8 -RATE 0 -https://clearlydefined.io/definitions/git/github/jackc/pgtype/a8802b16cc593842f5c69b0f7cfb0de11d5cd3a8 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23576 - -github.com/docker/go-metrics -https://github.com/docker/go-metrics/tree/v0.0.1 -https://github.com/docker/go-metrics/tree/b619b3592b65de4f087d9f16863a7e6ff905973c -RATE 48 -https://clearlydefined.io/definitions/git/github/docker/go-metrics/b619b3592b65de4f087d9f16863a7e6ff905973c -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23558 - -sigs.k8s.io/kind -https://github.com/kubernetes-sigs/kind/tree/v0.10.0 -https://github.com/kubernetes-sigs/kind/tree/dfa6e881fe189577194b867bdffbfdc3d17ea05a -RATE 60 -https://clearlydefined.io/definitions/git/github/kubernetes-sigs/kind/dfa6e881fe189577194b867bdffbfdc3d17ea05a -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23596 - -gopkg.in/inconshreveable/log15.v2 -https://github.com/inconshreveable/log15/tree/67afb5ed74ec82fd7ac8f49d27c509ac6f991970 -RATE 51 -https://clearlydefined.io/definitions/git/github/inconshreveable/log15/67afb5ed74ec82fd7ac8f49d27c509ac6f991970 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23594 - -gopkg.in/airbrake/gobrake.v2 -https://github.com/airbrake/gobrake/tree/v2.0.9 -https://github.com/airbrake/gobrake/tree/668876711219e8b0206e2994bf0a59d889c775aa -RATE 0 -https://clearlydefined.io/definitions/git/github/airbrake/gobrake/668876711219e8b0206e2994bf0a59d889c775aa -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23593 - -go.etcd.io/etcd -https://github.com/etcd-io/etcd/tree/dd1b699fc4895de8cc23c3cac5a428c37eee384a -RATE 45 -https://clearlydefined.io/definitions/git/github/etcd-io/etcd/dd1b699fc4895de8cc23c3cac5a428c37eee384a -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23592 - -github.com/remyoudompheng/bigfft -https://github.com/remyoudompheng/bigfft/tree/6a916e37a237384e18eefa3270c09247db1ecf50 -RATE 62 -https://clearlydefined.io/definitions/git/github/remyoudompheng/bigfft/6a916e37a237384e18eefa3270c09247db1ecf50 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23591 - -github.com/operator-framework/operator-registry -https://github.com/operator-framework/operator-registry/tree/v1.13.6 -https://github.com/operator-framework/operator-registry/tree/19378f26062a39c92e7ab118a530fd80f45229aa -RATE 0 -https://clearlydefined.io/definitions/git/github/operator-framework/operator-registry/19378f26062a39c92e7ab118a530fd80f45229aa -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23590 - -github.com/openshift/client-go -https://github.com/openshift/client-go/tree/2a6cd50aedd02a8b1573c0de49169a43061cf587 -RATE 54 -https://clearlydefined.io/definitions/git/github/openshift/client-go/2a6cd50aedd02a8b1573c0de49169a43061cf587 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23587 - -github.com/openshift/api -https://github.com/openshift/api/tree/32369d4db2ada1c1cdb95b99b568a9925e2a4480 -RATE 57 -https://clearlydefined.io/definitions/git/github/openshift/api/32369d4db2ada1c1cdb95b99b568a9925e2a4480 -http://dev.eclipse.org/ipzilla/show_bug.cgi?id=23586 - -github.com/bugsnag/osext -https://github.com/bugsnag/osext/tree/0dd3f918b21bec95ace9dc86c7e70266cfc5c702 -RATE 70 -https://clearlydefined.io/definitions/git/github/bugsnag/osext/0dd3f918b21bec95ace9dc86c7e70266cfc5c702 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23550 - -github.com/chai2010/gettext-go -https://github.com/chai2010/gettext-go/tree/c6fed771bfd517099caf0f7a961671fa8ed08723 -RATE 0 -https://clearlydefined.io/definitions/git/github/chai2010/gettext-go/c6fed771bfd517099caf0f7a961671fa8ed08723 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23551 - -github.com/cloudflare/golz4 -https://github.com/cloudflare/golz4/tree/ef862a3cdc58a6f1fee4e3af3d44fbe279194cde -RATE 0 -https://clearlydefined.io/definitions/git/github/cloudflare/golz4/ef862a3cdc58a6f1fee4e3af3d44fbe279194cde -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23552 - -github.com/coreos/go-systemd -https://github.com/coreos/go-systemd/tree/fd7a80b32e1fc73e890fde45604ed5009dc817a3 -RATE 62 -https://clearlydefined.io/definitions/git/github/coreos/go-systemd/fd7a80b32e1fc73e890fde45604ed5009dc817a3 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23553 - -github.com/daviddengcn/go-colortext -https://github.com/daviddengcn/go-colortext/tree/511bcaf42ccd42c38aba7427b6673277bf19e2a1 -RATE 64 -https://clearlydefined.io/definitions/git/github/daviddengcn/go-colortext/511bcaf42ccd42c38aba7427b6673277bf19e2a1 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23554 - -github.com/denverdino/aliyungo -https://github.com/denverdino/aliyungo/tree/a747050bb1baf06cdd65de7cddc281a2b1c2fde5 -RATE 0 -https://clearlydefined.io/definitions/git/github/denverdino/aliyungo/a747050bb1baf06cdd65de7cddc281a2b1c2fde5 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23555 - -github.com/docker/cli -https://github.com/docker/cli/tree/5d0cf8839492eb1af7c611a58d09034d29aa9631 -RATE 51 -https://clearlydefined.io/definitions/git/github/docker/cli/5d0cf8839492eb1af7c611a58d09034d29aa9631 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23556 - -github.com/docker/distribution -https://github.com/distribution/distribution/tree/v2.7.1 -https://github.com/distribution/distribution/tree/2461543d988979529609e8cb6fca9ca190dc48da -RATE 0 -https://clearlydefined.io/definitions/git/github/distribution/distribution/2461543d988979529609e8cb6fca9ca190dc48da -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23557 - -github.com/fsouza/fake-gcs-server -https://github.com/fsouza/fake-gcs-server/tree/v1.17.0 -https://github.com/fsouza/fake-gcs-server/tree/e7301000a5ffd02a6dac05f97342f668f6e574b9 -RATE 57 -https://clearlydefined.io/definitions/git/github/fsouza/fake-gcs-server/e7301000a5ffd02a6dac05f97342f668f6e574b9 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23559 - -github.com/bshuster-repo/logrus-logstash-hook -https://github.com/bshuster-repo/logrus-logstash-hook/tree/v1.0.0 -https://github.com/bshuster-repo/logrus-logstash-hook/tree/b3d898b5138adbc4c4da62fa6d889f18a587566b -RATE 0 -https://clearlydefined.io/definitions/git/github/bshuster-repo/logrus-logstash-hook/b3d898b5138adbc4c4da62fa6d889f18a587566b -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23549 - -github.com/garyburd/redigo -https://github.com/garyburd/redigo/tree/v1.6.0 -https://github.com/garyburd/redigo/tree/a69d19351219b6dd56f274f96d85a7014a2ec34e -RATE 0 -https://clearlydefined.io/definitions/git/github/garyburd/redigo/a69d19351219b6dd56f274f96d85a7014a2ec34e -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23560 - -github.com/opencontainers/runc -https://github.com/opencontainers/runc/tree/6cc515888830787a93d82138821f0309ad970640 -RATE 67 -https://clearlydefined.io/definitions/git/github/opencontainers/runc/6cc515888830787a93d82138821f0309ad970640 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23584 - -github.com/lestrrat-go/envload -https://github.com/lestrrat-go/envload/tree/a3eb8ddeffccdbca0eb6dd6cc7c7950c040a6546 -RATE 0 -https://clearlydefined.io/definitions/git/github/lestrrat-go/envload/a3eb8ddeffccdbca0eb6dd6cc7c7950c040a6546 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23580 - -github.com/jackc/puddle -https://github.com/jackc/puddle/tree/11cab39313c9677f9807fef985e6f44e44ddb2ce -RATE 63 -https://clearlydefined.io/definitions/git/github/jackc/puddle/11cab39313c9677f9807fef985e6f44e44ddb2ce -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23579 - -github.com/golangplus/fmt -https://github.com/golangplus/fmt/tree/2a5d6d7d2995baf7d847b7f16ac0179c6888d37b -RATE 66 -https://clearlydefined.io/definitions/git/github/golangplus/fmt/2a5d6d7d2995baf7d847b7f16ac0179c6888d37b -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23565 - -github.com/jackc/pgx/v4 -https://github.com/jackc/pgx/tree/6972a57421861e041adb04dc7294c0ef40e5b3a6 -RATE 46 -https://clearlydefined.io/definitions/git/github/jackc/pgx/6972a57421861e041adb04dc7294c0ef40e5b3a6 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23578 - -github.com/itchyny/go-flags -https://github.com/itchyny/go-flags/tree/v1.5.0 -https://github.com/itchyny/go-flags/tree/765e423eeffbc58f082a396986fd06d7e6e4a435 -RATE 63 -https://clearlydefined.io/definitions/git/github/itchyny/go-flags/765e423eeffbc58f082a396986fd06d7e6e4a435 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23567 - -github.com/jackc/chunkreader -https://github.com/jackc/chunkreader/tree/v1.0.0 -https://github.com/jackc/chunkreader/tree/517cfde605cd1f91edc0a62affca418114388fc3 -RATE 64 -https://clearlydefined.io/definitions/git/github/jackc/chunkreader/517cfde605cd1f91edc0a62affca418114388fc3 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23568 - -github.com/jackc/pgconn -https://github.com/jackc/pgconn/tree/v1.3.2 -https://github.com/jackc/pgconn/tree/6db848c6fca46bd3c67b1a66b5f764fbb16807ba -RATE 0 -https://clearlydefined.io/definitions/git/github/jackc/pgconn/6db848c6fca46bd3c67b1a66b5f764fbb16807ba -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23570 - -github.com/jackc/pgproto3/v2 -https://github.com/jackc/pgproto3/tree/v2.0.1 -https://github.com/jackc/pgproto3/tree/595780be0f9f581451a23a5151b77f782202ad72 -RATE 0 -https://clearlydefined.io/definitions/git/github/jackc/pgproto3/595780be0f9f581451a23a5151b77f782202ad72 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23574 - -github.com/jackc/pgio -https://github.com/jackc/pgio/tree/v1.0.0 -https://github.com/jackc/pgio/tree/8d9c2a3dafd92d070bd758a165022fd1059e3195 -RATE 0 -https://clearlydefined.io/definitions/git/github/jackc/pgio/8d9c2a3dafd92d070bd758a165022fd1059e3195 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23571 - -github.com/jackc/pgpassfile -https://github.com/jackc/pgpassfile/tree/v1.0.0 -https://github.com/jackc/pgpassfile/tree/99d8e8e28945ffceaf75b0299fcb2bb656b8a683 -RATE 64 -https://clearlydefined.io/definitions/git/github/jackc/pgpassfile/99d8e8e28945ffceaf75b0299fcb2bb656b8a683 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23572 - -github.com/bketelsen/crypt -https://github.com/bketelsen/crypt/tree/5cbc8cc4026c0c1d3bf9c5d4e5a30398f99c99a9 -RATE 58 -https://clearlydefined.io/definitions/git/github/bketelsen/crypt/5cbc8cc4026c0c1d3bf9c5d4e5a30398f99c99a9 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23548 - -github.com/bkaradzic/go-lz4 -https://github.com/bkaradzic/go-lz4/tree/v1.0.0 -https://github.com/bkaradzic/go-lz4/tree/74ddf82598bc4745b965729e9c6a463bedd33049 -RATE 13 -https://clearlydefined.io/definitions/git/github/bkaradzic/go-lz4/74ddf82598bc4745b965729e9c6a463bedd33049 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23547 - -cloud.google.com/go/spanner -https://github.com/googleapis/google-cloud-go/tree/spanner/v1.2.0 -https://github.com/googleapis/google-cloud-go/tree/ad7cd32b39df6e142b24ab86b2cda03f21e1d708 -RATE 57 -https://clearlydefined.io/definitions/git/github/googleapis/google-cloud-go/ad7cd32b39df6e142b24ab86b2cda03f21e1d708 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23545 - -github.com/goccy/go-yaml -https://github.com/goccy/go-yaml/tree/v1.8.1 -https://github.com/goccy/go-yaml/tree/cd8ac389c6a53046e2b9129eb8cffd9f9cc23fc1 -RATE 61 -https://clearlydefined.io/definitions/git/github/goccy/go-yaml/cd8ac389c6a53046e2b9129eb8cffd9f9cc23fc1 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23562 - -github.com/gocql/gocql -https://github.com/gocql/gocql/tree/f6df8288f9b44e66f50c9a59aee53a705c788dbe -RATE 51 -https://clearlydefined.io/definitions/git/github/gocql/gocql/f6df8288f9b44e66f50c9a59aee53a705c788dbe -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23564 - -github.com/hashicorp/logutils -https://github.com/hashicorp/logutils/tree/v1.0.0 -https://github.com/hashicorp/logutils/tree/a335183dfd075f638afcc820c90591ca3c97eba6 -RATE 0 -https://clearlydefined.io/definitions/git/github/hashicorp/logutils/a335183dfd075f638afcc820c90591ca3c97eba6 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23430 - -github.com/hashicorp/serf -https://github.com/hashicorp/serf/tree/v0.8.2 -https://github.com/hashicorp/serf/tree/b89a09ebd4b1b570e0076d5097272e67c10ac4f6 -RATE 69 -https://clearlydefined.io/definitions/git/github/hashicorp/serf/b89a09ebd4b1b570e0076d5097272e67c10ac4f6 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23431 - -github.com/mikefarah/yq/v3 -https://github.com/mikefarah/yq/tree/8846255d1c37457b729108cfa4160b4b678b8003 -RATE 46 -https://clearlydefined.io/definitions/git/github/mikefarah/yq/8846255d1c37457b729108cfa4160b4b678b8003 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23583 - -github.com/miekg/dns -https://github.com/miekg/dns/tree/v1.0.14 -https://github.com/miekg/dns/tree/915ca3d5ffd945235828a097c917311a9d86ebb4 -RATE 0 -https://clearlydefined.io/definitions/git/github/miekg/dns/915ca3d5ffd945235828a097c917311a9d86ebb4 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23581 - -github.com/opencontainers/go-digest -https://github.com/opencontainers/go-digest/tree/v1.0.0 -https://github.com/opencontainers/go-digest/tree/ea51bea511f75cfa3ef6098cc253c5c3609b037a -RATE 59 -https://clearlydefined.io/definitions/git/github/opencontainers/go-digest/ea51bea511f75cfa3ef6098cc253c5c3609b037a -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23442 - -github.com/opencontainers/image-spec -https://github.com/opencontainers/image-spec/tree/775207bd45b6cb8153ce218cc59351799217451f -RATE 72 -https://clearlydefined.io/definitions/git/github/opencontainers/image-spec/775207bd45b6cb8153ce218cc59351799217451f -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23443 - -github.com/openshift/api -https://github.com/openshift/api/tree/32369d4db2ada1c1cdb95b99b568a9925e2a4480 -RATE 57 -https://clearlydefined.io/definitions/git/github/openshift/api/32369d4db2ada1c1cdb95b99b568a9925e2a4480 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23586 - -github.com/operator-framework/operator-lifecycle-manager -https://github.com/operator-framework/operator-lifecycle-manager/tree/v0.18.1 -https://github.com/operator-framework/operator-lifecycle-manager/tree/02d278ba2d9d884888eb6f8a5ce2f4abdc56e581 -RATE 54 -https://clearlydefined.io/definitions/git/github/operator-framework/operator-lifecycle-manager/02d278ba2d9d884888eb6f8a5ce2f4abdc56e581 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23589 - -github.com/pascaldekloe/goe -https://github.com/pascaldekloe/goe/tree/57f6aae5913c64c9bcae5dbdffd33365b5a7f138 -RATE 0 -https://clearlydefined.io/definitions/git/github/pascaldekloe/goe/57f6aae5913c64c9bcae5dbdffd33365b5a7f138 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23444 - -sigs.k8s.io/structured-merge-diff/v3 -https://github.com/kubernetes-sigs/structured-merge-diff/tree/67a7b8c618745e7c2217ca9aebfff71216e9a6ce -RATE 68 -https://clearlydefined.io/definitions/git/github/kubernetes-sigs/structured-merge-diff/67a7b8c618745e7c2217ca9aebfff71216e9a6ce -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23597 - -gopkg.in/check.v1 -https://github.com/go-check/check/tree/64131543e7896d5bcc6bd5a76287eb75ea96c673 -RATE 70 -https://clearlydefined.io/definitions/git/github/go-check/check/64131543e7896d5bcc6bd5a76287eb75ea96c673 -http://dev.eclipse.org/ipzilla/show_bug.cgi?id=23345 - -cloud.google.com/go/firestore -https://github.com/googleapis/google-cloud-go/tree/firestore/v1.1.0 -https://github.com/googleapis/google-cloud-go/tree/20091f47d3c522ea545f358dd9ac1cdb326bba6f -RATE 62 -https://clearlydefined.io/definitions/git/github/googleapis/google-cloud-go/20091f47d3c522ea545f358dd9ac1cdb326bba6f -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23544 - -github.com/hashicorp/consul/sdk -https://github.com/hashicorp/consul/tree/sdk/v0.1.1 -https://github.com/hashicorp/consul/tree/6abe00cb2c8a3298794a7a9a67815937bd56ed63 -RATE 15 -https://clearlydefined.io/definitions/git/github/hashicorp/consul/6abe00cb2c8a3298794a7a9a67815937bd56ed63 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23566 - -github.com/jackc/chunkreader/v2 -https://github.com/jackc/chunkreader/tree/v2.0.1 -https://github.com/jackc/chunkreader/tree/3c4a99247c6656284dd2be8d74438ca9bbb4f342 -RATE 64 -https://clearlydefined.io/definitions/git/github/jackc/chunkreader/3c4a99247c6656284dd2be8d74438ca9bbb4f342 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23569 - -github.com/opencontainers/runtime-spec -https://github.com/opencontainers/runtime-spec/tree/v1.0.0 -https://github.com/opencontainers/runtime-spec/tree/02137cd4e50b37a01665e1731fcd4ac2d2178230 -RATE 61 -https://clearlydefined.io/definitions/git/github/opencontainers/runtime-spec/02137cd4e50b37a01665e1731fcd4ac2d2178230 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23585 - -github.com/maxbrunsfeld/counterfeiter/v6 -https://github.com/maxbrunsfeld/counterfeiter/tree/v6.2.2 -https://github.com/maxbrunsfeld/counterfeiter/tree/f85ca4bb42af50d8d82153cb4f8cce804a1532f6 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23610 - -github.com/evanphx/json-patch/v5 -https://github.com/evanphx/json-patch/tree/v5.1.0 -https://github.com/evanphx/json-patch/tree/162e5629780b286cc21cd80f1114a71f5917951f -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23609 - -=== Test tools, we can skip them ====== - -github.com/dhui/dktest -https://github.com/dhui/dktest/tree/v0.3.2 -https://github.com/dhui/dktest/tree/dcda20d18d8d6b3cb5614ea2f6ad883e387efcf0 -RATE 60 -https://clearlydefined.io/definitions/git/github/dhui/dktest/dcda20d18d8d6b3cb5614ea2f6ad883e387efcf0 - -github.com/golangplus/testing -https://github.com/golangplus/testing/tree/af21d9c3145e9c670ea7eb7fc85456c1449edf1c -RATE 0 -https://clearlydefined.io/definitions/git/github/golangplus/testing/af21d9c3145e9c670ea7eb7fc85456c1449edf1c - -github.com/bmizerany/assert -https://github.com/bmizerany/assert/tree/b7ed37b82869576c289d7d97fb2bbd8b64a0cb28 -RATE 0 -https://clearlydefined.io/definitions/git/github/bmizerany/assert/b7ed37b82869576c289d7d97fb2bbd8b64a0cb28 -https://github.com/bmizerany/assert - -gotest.tools/v3 -https://github.com/gotestyourself/gotest.tools/releases/tag/v3.0.2 -https://github.com/gotestyourself/gotest.tools/tree/bb0d8a963040ea5048dcef1a14d8f8b58a33d4b3 -RATE 0 -https://clearlydefined.io/definitions/git/github/gotestyourself/gotest.tools/bb0d8a963040ea5048dcef1a14d8f8b58a33d4b3 - -gotestyourself/gotest.tools -https://github.com/gotestyourself/gotest.tools/releases/tag/v2.2.0 -https://github.com/gotestyourself/gotest.tools/tree/7c797b5133e5460410dbb22ba779bf35e6975dea -RATE 61 -https://clearlydefined.io/definitions/git/github/gotestyourself/gotest.tools/7c797b5133e5460410dbb22ba779bf35e6975dea - -github.com/chzyer/readline -https://github.com/chzyer/readline/tree/2972be24d48e78746da79ba8e24e8b488c9880de -RATE 75 -https://clearlydefined.io/definitions/git/github/chzyer/readline/2972be24d48e78746da79ba8e24e8b488c9880de - -github.com/chzyer/test -https://github.com/chzyer/test/tree/a1ea475d72b168a29f44221e0ad031a842642302 -RATE 75 -https://clearlydefined.io/definitions/git/github/chzyer/test/a1ea475d72b168a29f44221e0ad031a842642302 - -github.com/fatih/set -https://github.com/fatih/set/tree/v0.2.1 -https://github.com/fatih/set/tree/2c768e3c5489976167bfc42b5c7c92ca783f4389 -RATE 77 -https://clearlydefined.io/definitions/git/github/fatih/set/2c768e3c5489976167bfc42b5c7c92ca783f4389 - -github.com/go-errors/errors -https://github.com/go-errors/errors/tree/v1.0.1 -https://github.com/go-errors/errors/tree/a6af135bd4e28680facf08a3d206b454abc877a4 -RATE 78 -https://clearlydefined.io/definitions/git/github/go-errors/errors/a6af135bd4e28680facf08a3d206b454abc877a4 - -github.com/go-logr/zapr -https://github.com/go-logr/zapr/tree/v0.4.0 -https://github.com/go-logr/zapr/tree/11b4afb74c50cb13b2800a1042e6dd5e4b82aa80 -RATE 82 -https://clearlydefined.io/definitions/git/github/go-logr/zapr/11b4afb74c50cb13b2800a1042e6dd5e4b82aa80 - -github.com/google/go-cmp -https://github.com/google/go-cmp/tree/v0.5.6 -https://github.com/google/go-cmp/tree/d103655696d8ae43c4125ee61454dbf03d8e8324 -RATE 94 -https://clearlydefined.io/definitions/git/github/google/go-cmp/d103655696d8ae43c4125ee61454dbf03d8e8324 - -github.com/prometheus/client_model -https://github.com/prometheus/client_model/tree/v0.2.0 -https://github.com/prometheus/client_model/tree/7bc5445566f0fe75b15de23e6b93886e982d7bf9 -RATE 80 -https://clearlydefined.io/definitions/git/github/prometheus/client_model/7bc5445566f0fe75b15de23e6b93886e982d7bf9 - -github.com/prometheus/common -https://github.com/prometheus/common/tree/v0.26.0 -https://github.com/prometheus/common/tree/0ec6a33fff8b8a6950b82f03c4bfabaf61ac4813 -RATE 75 -https://clearlydefined.io/definitions/git/github/prometheus/common/0ec6a33fff8b8a6950b82f03c4bfabaf61ac4813 - -github.com/prometheus/procfs -https://github.com/prometheus/procfs/tree/v0.6.0 -https://github.com/prometheus/procfs/tree/e971af51d579a49db14657a96eebec39cefb4755 -RATE 94 -https://clearlydefined.io/definitions/git/github/prometheus/procfs/e971af51d579a49db14657a96eebec39cefb4755 - -github.com/xlab/treeprint -https://github.com/xlab/treeprint/tree/a009c3971eca89777614839eb7f69abed3ea3959 -RATE 79 -https://clearlydefined.io/definitions/git/github/xlab/treeprint/a009c3971eca89777614839eb7f69abed3ea3959 - -go.uber.org/atomic -https://github.com/uber-go/atomic/tree/v1.7.0 -https://github.com/uber-go/atomic/tree/12f27ba2637fa0e13772a4f05fa46a5d18d53182 -RATE 75 -https://clearlydefined.io/definitions/git/github/uber-go/atomic/12f27ba2637fa0e13772a4f05fa46a5d18d53182 - -go.uber.org/zap -https://github.com/uber-go/zap/tree/v1.18.1 -https://github.com/uber-go/zap/tree/120b08c8fae5be92bc7323ca78b25cd790e8c37a -RATE 75 -https://clearlydefined.io/definitions/git/github/uber-go/zap/120b08c8fae5be92bc7323ca78b25cd790e8c37a - -k8s.io/api -https://github.com/kubernetes/api/tree/v0.21.3 -https://github.com/kubernetes/api/tree/b82f5c5b78f22c022611b5413297acafb79ede04 -RATE 77 -https://clearlydefined.io/definitions/git/github/kubernetes/api/b82f5c5b78f22c022611b5413297acafb79ede04 - -k8s.io/apimachinery -https://github.com/kubernetes/apimachinery/tree/v0.21.3 -https://github.com/kubernetes/apimachinery/tree/f916759cb6b8547418dc7708876ecab5c1961448 -RATE 75 -https://clearlydefined.io/definitions/git/github/kubernetes/apimachinery/f916759cb6b8547418dc7708876ecab5c1961448 - -github.com/benbjohnson/clock -https://github.com/benbjohnson/clock/tree/v1.1.0 -https://github.com/benbjohnson/clock/tree/307483a2173c76d3ded778bd68214865fcf05ec8 -RATE 0 -https://clearlydefined.io/definitions/git/github/benbjohnson/clock/307483a2173c76d3ded778bd68214865fcf05ec8 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23738 - -github.com/chzyer/logex -https://github.com/chzyer/logex/tree/v1.1.10 -https://github.com/chzyer/logex/tree/cd112f618178aaaf4ea8592c8839f5276145d9cf -RATE 0 -https://clearlydefined.io/definitions/git/github/chzyer/logex/cd112f618178aaaf4ea8592c8839f5276145d9cf -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23728 - -github.com/evanphx/json-patch -https://github.com/evanphx/json-patch/tree/v4.11.0 -https://github.com/evanphx/json-patch/tree/3c3c85ec60c9921ef01901c824e95a6b0a4e45d1 -RATE 61 -https://clearlydefined.io/definitions/git/github/evanphx/json-patch/3c3c85ec60c9921ef01901c824e95a6b0a4e45d1 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23729 - -github.com/go-kit/log -https://github.com/go-kit/log/tree/v0.1.0 -https://github.com/go-kit/log/tree/63376a29a92260f7b256eedf2fae39e28161114d -RATE 0 -https://clearlydefined.io/definitions/git/github/go-kit/log/63376a29a92260f7b256eedf2fae39e28161114d -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23739 - -github.com/go-logr/logr -https://github.com/go-logr/logr/tree/v0.4.0 -https://github.com/go-logr/logr/tree/8fc6c73f3911f11de3d0c18ade9880f1114ae72f -RATE 71 -https://clearlydefined.io/definitions/git/github/go-logr/logr/8fc6c73f3911f11de3d0c18ade9880f1114ae72f -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23305 - -github.com/gobuffalo/here -https://github.com/gobuffalo/here/tree/v0.6.0 -https://github.com/gobuffalo/here/tree/3546a4df46e5292e9b982a7d8ea6f2c0791d676c -RATE 0 -https://clearlydefined.io/definitions/git/github/gobuffalo/here/3546a4df46e5292e9b982a7d8ea6f2c0791d676c -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23740 - -github.com/hashicorp/go-multierror -https://github.com/hashicorp/go-multierror/tree/v1.1.1 -https://github.com/hashicorp/go-multierror/tree/9974e9ec57696378079ecc3accd3d6f29401b3a0 -RATE 0 -https://clearlydefined.io/definitions/git/github/hashicorp/go-multierror/9974e9ec57696378079ecc3accd3d6f29401b3a0 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23730 - -github.com/jpillora/backoff -https://github.com/jpillora/backoff/tree/v1.0.0 -https://github.com/jpillora/backoff/tree/d80867952dff4e2fbfb4280ded4ff94d67790457 -RATE 65 -https://clearlydefined.io/definitions/git/github/jpillora/backoff/d80867952dff4e2fbfb4280ded4ff94d67790457 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23731 - -github.com/markbates/pkger -https://github.com/markbates/pkger/tree/v0.17.1 -https://github.com/markbates/pkger/tree/0273362499c78b8d8ac7047eadd4f38454bc609a -RATE 0 -https://clearlydefined.io/definitions/git/github/markbates/pkger/0273362499c78b8d8ac7047eadd4f38454bc609a -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23752 - -github.com/moby/spdystream -https://github.com/moby/spdystream/tree/v0.2.0 -https://github.com/moby/spdystream/tree/dbc715126c0e3fa07721879c6d265b2b82c71e5b -RATE 0 -https://clearlydefined.io/definitions/git/github/moby/spdystream/dbc715126c0e3fa07721879c6d265b2b82c71e5b -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23294 - -github.com/monochromegane/go-gitignore -https://github.com/monochromegane/go-gitignore/tree/205db1a8cc001de79230472da52edde4974df734 -RATE 0 -https://clearlydefined.io/definitions/git/github/monochromegane/go-gitignore/205db1a8cc001de79230472da52edde4974df734 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23753 - -github.com/operator-framework/api -https://github.com/operator-framework/api/tree/v0.10.0 -https://github.com/operator-framework/api/tree/392ae3918731dbd1f8732823048b2b3ec56401b0 -RATE 0 -https://clearlydefined.io/definitions/git/github/operator-framework/api/392ae3918731dbd1f8732823048b2b3ec56401b0 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23754 - -github.com/prometheus/client_golang -https://github.com/prometheus/client_golang/tree/v1.11.0 -https://github.com/prometheus/client_golang/tree/8184d76b3b0bd3b01ed903690431ccb6826bf3e0 -RATE 62 -https://clearlydefined.io/definitions/git/github/prometheus/client_golang/8184d76b3b0bd3b01ed903690431ccb6826bf3e0 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23732 - -github.com/redhat-cop/operator-utils -https://github.com/redhat-cop/operator-utils/tree/v1.1.4 -https://github.com/redhat-cop/operator-utils/tree/26a9d4efe6c40ed22f302342196ea6afc8b63170 -RATE 0 -https://clearlydefined.io/definitions/git/github/redhat-cop/operator-utils/26a9d4efe6c40ed22f302342196ea6afc8b63170 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23755 - -github.com/scylladb/go-set -https://github.com/scylladb/go-set/tree/v1.0.2 -https://github.com/scylladb/go-set/tree/e560bb8f49bb7f34d4f59b7e771f6e1307c329da -RATE 0 -https://clearlydefined.io/definitions/git/github/scylladb/go-set/e560bb8f49bb7f34d4f59b7e771f6e1307c329da -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23757 - -go.starlark.net -https://github.com/google/starlark-go/tree/8dd3e2ee1dd5d034baada4c7b4fcf231294a1013 -RATE 0 -https://clearlydefined.io/definitions/git/github/google/starlark-go/8dd3e2ee1dd5d034baada4c7b4fcf231294a1013 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23741 - -go.uber.org/goleak -https://github.com/uber-go/goleak/tree/v1.1.10 -https://github.com/uber-go/goleak/tree/8186b793a375782d05df2748849e26b541b19ace -RATE 0 -https://clearlydefined.io/definitions/git/github/uber-go/goleak/8186b793a375782d05df2748849e26b541b19ace -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23758 - -k8s.io/apiextensions-apiserver -https://github.com/kubernetes/apiextensions-apiserver/tree/v0.21.3 -https://github.com/kubernetes/apiextensions-apiserver/tree/bbca0d3a19e3908bf6b7175119b8e00366e9c5f2 -RATE 0 -https://clearlydefined.io/definitions/git/github/kubernetes/apiextensions-apiserver/bbca0d3a19e3908bf6b7175119b8e00366e9c5f2 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23759 - -k8s.io/apiserver -https://github.com/kubernetes/apiserver/tree/v0.21.3 -https://github.com/kubernetes/apiserver/tree/daceb0555c6d712391d40486d0af231b2d9df6df -RATE 0 -https://clearlydefined.io/definitions/git/github/kubernetes/apiserver/daceb0555c6d712391d40486d0af231b2d9df6df -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23733 - -k8s.io/cli-runtime -https://github.com/kubernetes/cli-runtime/tree/v0.21.3 -https://github.com/kubernetes/cli-runtime/tree/e3a6a56284e239650fab0fd1aaea2d4236e1831a -RATE 0 -https://clearlydefined.io/definitions/git/github/kubernetes/cli-runtime/e3a6a56284e239650fab0fd1aaea2d4236e1831a -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23751 - -k8s.io/client-go -https://github.com/kubernetes/client-go/tree/v0.21.3 -https://github.com/kubernetes/client-go/tree/e337077829155da74648d511bfa560a148fd965d -RATE 65 -https://clearlydefined.io/definitions/git/github/kubernetes/client-go/e337077829155da74648d511bfa560a148fd965d -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23734 - -sigs.k8s.io/apiserver-network-proxy/konnectivity-client -https://github.com/kubernetes-sigs/apiserver-network-proxy/tree/konnectivity-client/v0.0.19 -https://github.com/kubernetes-sigs/apiserver-network-proxy/tree/603aa670ea3d1e8449dfc7ddd9a303a07a53b904 -RATE 0 -https://clearlydefined.io/definitions/git/github/kubernetes-sigs/apiserver-network-proxy/603aa670ea3d1e8449dfc7ddd9a303a07a53b904 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23744 - -sigs.k8s.io/controller-runtime -https://github.com/kubernetes-sigs/controller-runtime/tree/v0.9.5 -https://github.com/kubernetes-sigs/controller-runtime/tree/8348079b5c466abd1eabac09d01cd194fe6602af -RATE 0 -https://clearlydefined.io/definitions/git/github/kubernetes-sigs/controller-runtime/8348079b5c466abd1eabac09d01cd194fe6602af -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23742 - -sigs.k8s.io/controller-tools -https://github.com/kubernetes-sigs/controller-tools/tree/v0.6.0 -https://github.com/kubernetes-sigs/controller-tools/tree/62b96d93404e1a297aa02d08fd564a430bd24420 -RATE 0 -https://clearlydefined.io/definitions/git/github/kubernetes-sigs/controller-tools/62b96d93404e1a297aa02d08fd564a430bd24420 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23743 - -sigs.k8s.io/kustomize/api -https://github.com/kubernetes-sigs/kustomize/tree/api/v0.8.8 -https://github.com/kubernetes-sigs/kustomize/tree/aa1dd9ddc28df4800d4262715c5a925fc5e0b1cf -RATE 0 -https://clearlydefined.io/definitions/git/github/kubernetes-sigs/kustomize/aa1dd9ddc28df4800d4262715c5a925fc5e0b1cf -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23760 - -sigs.k8s.io/kustomize/kyaml -https://github.com/kubernetes-sigs/kustomize/tree/kyaml/v0.10.17 -https://github.com/kubernetes-sigs/kustomize/tree/01c477570a7686062e4b7e79de968ed649e00fc0 -RATE 0 -https://clearlydefined.io/definitions/git/github/kubernetes-sigs/kustomize/01c477570a7686062e4b7e79de968ed649e00fc0 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23761 - -k8s.io/component-base -https://github.com/kubernetes/component-base/tree/v0.21.3 -https://github.com/kubernetes/component-base/tree/4902ee6603292d29c9ee763aaf41327497536a82 -RATE 0 -https://clearlydefined.io/definitions/git/github/kubernetes/component-base/4902ee6603292d29c9ee763aaf41327497536a82 -https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23750 - -=== Golang dependencies(We can skip their license rate) - -golang.org/x/crypto -https://github.com/golang/crypto/tree/5ea612d1eb830b38bc4e914e37f55311eb58adce -RATE 68 -https://clearlydefined.io/definitions/git/github/golang/crypto/5ea612d1eb830b38bc4e914e37f55311eb58adce - -golang.org/x/exp -golang.org/x/image -golang.org/x/lint -golang.org/x/mobile -golang.org/x/mod -golang.org/x/net -golang.org/x/oauth2 -golang.org/x/sync -golang.org/x/sys -golang.org/x/term -golang.org/x/text -golang.org/x/time -golang.org/x/tools -golang.org/x/xerrors - -Work with dependencies: - -go list -mod=mod -m all -go mod graph diff --git a/README.md b/README.md index e1a528dd1..1e7f234bd 100644 --- a/README.md +++ b/README.md @@ -436,3 +436,50 @@ $ mockgen -source=pkg/controller/che/oauth_initial_htpasswd_provider.go \ ``` See more: https://github.com/golang/mock/blob/master/README.md + +### Validation licenses for runtime dependencies + +che-operator is an Eclipse Foundation project. So we have to use only open source runtime dependencies with Eclipse compatible license https://www.eclipse.org/legal/licenses.php. +Runtime dependencies license validation process described here: https://www.eclipse.org/projects/handbook/#ip-third-party +To merge code with third party dependencies you have to follow process: https://www.eclipse.org/projects/handbook/#ip-prereq-diligence +When you are using new golang dependencies you have to validate the license for transitive dependencies too. +You can skip license validation for test dependencies. +All new dependencies you can find using git diff in the go.sum file. + +Sometimes in the go.sum file you can find few versions for the same dependency: + +```go.sum +... +github.com/go-openapi/analysis v0.18.0/go.mod h1:IowGgpVeD0vNm45So8nr+IcQ3pxVtpRoBWb8PVZO0ik= +github.com/go-openapi/analysis v0.19.2/go.mod h1:3P1osvZa9jKjb8ed2TPng3f0i/UY9snX6gxi44djMjk= +... +``` + +In this case will be used only one version(the highest) in the runtime, so you need to validate license for only one of them(the latest). +But also you can find module path https://golang.org/ref/mod#module-path with major version suffix in the go.sum file: + +```go.sum +... +github.com/evanphx/json-patch v4.11.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= +github.com/evanphx/json-patch/v5 v5.1.0/go.mod h1:G79N1coSVB93tBe7j6PhzjmR3/2VvlbKOFpnXhI9Bw4= +... +``` + +In this case we have the same dependency, but with different major versions suffix. +Main project module uses both these versions in runtime. So both of them should be validated. + +Also there is some useful golang commands to take a look full list dependencies: + +```bash +$ go list -mod=mod -m all +``` + +This command returns all test and runtime dependencies. Like mentioned above, you can skip test dependencies. + +If you want to know dependencies relation you can build dependencies graph: + +```bash +$ go mod graph +``` + +> IMPORTANT: Dependencies validation information should be stored in the `DEPENDENCIES.md` file. diff --git a/go.mod b/go.mod index b1791d032..2d7afd778 100644 --- a/go.mod +++ b/go.mod @@ -78,7 +78,6 @@ replace ( github.com/blang/semver/v4 => github.com/blang/semver/v4 v4.0.0 github.com/bshuster-repo/logrus-logstash-hook => github.com/bshuster-repo/logrus-logstash-hook v1.0.0 github.com/bugsnag/bugsnag-go => github.com/bugsnag/bugsnag-go v1.5.3 - github.com/bugsnag/osext => github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b github.com/bugsnag/panicwrap => github.com/bugsnag/panicwrap v1.2.0 github.com/census-instrumentation/opencensus-proto => github.com/census-instrumentation/opencensus-proto v0.2.1 github.com/cespare/xxhash/v2 => github.com/cespare/xxhash/v2 v2.1.0 @@ -110,7 +109,6 @@ replace ( github.com/daviddengcn/go-colortext => github.com/daviddengcn/go-colortext v0.0.0-20160507010035-511bcaf42ccd github.com/deislabs/oras => github.com/deislabs/oras v0.8.1 github.com/denisenkom/go-mssqldb => github.com/denisenkom/go-mssqldb v0.0.0-20190204142019-df6d76eb9289 - github.com/denverdino/aliyungo => github.com/denverdino/aliyungo v0.0.0-20190125010748-a747050bb1ba github.com/dgrijalva/jwt-go => github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/docker/cli => github.com/docker/cli v0.0.0-20200130152716-5d0cf8839492 github.com/docker/distribution => github.com/docker/distribution v2.7.1+incompatible @@ -163,7 +161,6 @@ replace ( github.com/gofrs/uuid => github.com/gofrs/uuid v3.2.0+incompatible github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2 github.com/golang-migrate/migrate/v4 => github.com/golang-migrate/migrate/v4 v4.10.0 - github.com/golang-sql/civil => github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe github.com/golang/glog => github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b github.com/golang/groupcache => github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e github.com/golang/mock => github.com/golang/mock v1.5.0 @@ -214,12 +211,10 @@ replace ( github.com/huandu/xstrings => github.com/huandu/xstrings v1.2.0 github.com/imdario/mergo => github.com/imdario/mergo v0.3.5 github.com/inconshreveable/mousetrap => github.com/inconshreveable/mousetrap v1.0.0 - github.com/influxdata/influxdb1-client => github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d github.com/irifrance/gini => github.com/irifrance/gini v1.0.1 github.com/itchyny/astgen-go => github.com/itchyny/astgen-go v0.0.0-20200519013840-cf3ea398f645 github.com/itchyny/go-flags => github.com/itchyny/go-flags v1.5.0 github.com/itchyny/gojq => github.com/itchyny/gojq v0.11.0 - github.com/jackc/chunkreader => github.com/jackc/chunkreader v1.0.0 github.com/jackc/chunkreader/v2 => github.com/jackc/chunkreader/v2 v2.0.1 github.com/jackc/pgconn => github.com/jackc/pgconn v1.3.2 github.com/jackc/pgio => github.com/jackc/pgio v1.0.0 @@ -254,7 +249,6 @@ replace ( github.com/lithammer/dedent => github.com/lithammer/dedent v1.1.0 github.com/magiconair/properties => github.com/magiconair/properties v1.8.1 github.com/mailru/easyjson => github.com/mailru/easyjson v0.0.0-20200218084223-8edcc4e51f39 - github.com/marstr/guid => github.com/marstr/guid v1.1.0 github.com/mattn/go-colorable => github.com/mattn/go-colorable v0.1.7 github.com/mattn/go-isatty => github.com/mattn/go-isatty v0.0.3 github.com/mattn/go-runewidth => github.com/mattn/go-runewidth v0.0.9 @@ -273,7 +267,6 @@ replace ( github.com/mitchellh/hashstructure => github.com/mitchellh/hashstructure v1.0.0 github.com/mitchellh/iochan => github.com/mitchellh/iochan v1.0.0 github.com/mitchellh/mapstructure => github.com/mitchellh/mapstructure v1.1.2 - github.com/mitchellh/osext => github.com/mitchellh/osext v0.0.0-20151018003038-5e2d6d41470f github.com/mitchellh/reflectwalk => github.com/mitchellh/reflectwalk v1.0.1 github.com/moby/term => github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 github.com/modern-go/concurrent => github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd @@ -283,11 +276,6 @@ replace ( github.com/munnerz/goautoneg => github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d github.com/mwitkow/go-conntrack => github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 github.com/nakagami/firebirdsql => github.com/nakagami/firebirdsql v0.0.0-20190310045651-3c02a58cfed8 - github.com/nats-io/jwt => github.com/nats-io/jwt v0.3.2 - github.com/nats-io/nats.go => github.com/nats-io/nats.go v1.9.1 - github.com/nats-io/nkeys => github.com/nats-io/nkeys v0.1.3 - github.com/nats-io/nuid => github.com/nats-io/nuid v1.0.1 - github.com/ncw/swift => github.com/ncw/swift v1.0.47 github.com/neo4j-drivers/gobolt => github.com/neo4j-drivers/gobolt v1.7.4 github.com/neo4j/neo4j-go-driver => github.com/neo4j/neo4j-go-driver v1.7.4 github.com/olekukonko/tablewriter => github.com/olekukonko/tablewriter v0.0.2 @@ -299,9 +287,7 @@ replace ( github.com/opencontainers/runtime-spec => github.com/opencontainers/runtime-spec v1.0.0 github.com/openshift/api => github.com/openshift/api v0.0.0-20190924102528-32369d4db2ad github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20200326155132-2a6cd50aedd0 - github.com/opentracing/basictracer-go => github.com/opentracing/basictracer-go v1.0.0 github.com/opentracing/opentracing-go => github.com/opentracing/opentracing-go v1.1.0 - github.com/openzipkin/zipkin-go => github.com/openzipkin/zipkin-go v0.2.2 github.com/operator-framework/operator-lifecycle-manager => github.com/operator-framework/operator-lifecycle-manager v0.18.1 github.com/operator-framework/operator-registry => github.com/operator-framework/operator-registry v1.13.6 github.com/otiai10/copy => github.com/otiai10/copy v1.2.0 @@ -314,7 +300,6 @@ replace ( github.com/phayes/freeport => github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 github.com/pierrec/lz4 => github.com/pierrec/lz4 v0.0.0-20180610162716-6b9367c9ff40 github.com/pkg/errors => github.com/pkg/errors v0.0.0-20200114194744-614d223910a1 - github.com/pkg/profile => github.com/pkg/profile v0.0.0-20180809112205-057bc52a47ec github.com/pmezard/go-difflib => github.com/pmezard/go-difflib v1.0.0 github.com/posener/complete => github.com/posener/complete v1.1.1 github.com/pquerna/cachecontrol => github.com/pquerna/cachecontrol v0.0.0-20171018203845-0dec1b30a021 @@ -324,7 +309,6 @@ replace ( github.com/rs/xid => github.com/rs/xid v1.2.1 github.com/rs/zerolog => github.com/rs/zerolog v1.15.0 github.com/russross/blackfriday => github.com/russross/blackfriday v1.5.2 - github.com/russross/blackfriday/v2 => github.com/russross/blackfriday/v2 v2.0.0-20160712163229-e96880f42b93 github.com/ryanuber/columnize => github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f github.com/satori/go.uuid => github.com/satori/go.uuid v1.2.0 github.com/sclevine/spec => github.com/sclevine/spec v1.2.0 @@ -348,7 +332,6 @@ replace ( github.com/tebeka/strftime => github.com/tebeka/strftime v0.1.3 github.com/tidwall/pretty => github.com/tidwall/pretty v0.0.0-20200828150932-ef453c788d6a github.com/tmc/grpc-websocket-proxy => github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 - github.com/ugorji/go => github.com/ugorji/go v0.0.0-20180407103000-f3cacc17c85e github.com/urfave/cli => github.com/urfave/cli v1.2.0 github.com/xanzy/go-gitlab => github.com/xanzy/go-gitlab v0.15.0 github.com/xdg/scram => github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c @@ -357,7 +340,6 @@ replace ( github.com/xeipuuv/gojsonreference => github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 github.com/xeipuuv/gojsonschema => github.com/xeipuuv/gojsonschema v1.2.0 github.com/xiang90/probing => github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 - github.com/xordataexchange/crypt => github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 github.com/yuin/goldmark => github.com/yuin/goldmark v0.0.0-20200826112251-7b90f04af431 github.com/yvasiyarov/go-metrics => github.com/yvasiyarov/go-metrics v0.0.0-20150112132944-c25f46c4b940 github.com/yvasiyarov/gorelic => github.com/yvasiyarov/gorelic v0.0.7 @@ -388,7 +370,6 @@ replace ( gopkg.in/gemnasium/logrus-airbrake-hook.v2 => gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 gopkg.in/go-playground/assert.v1 => gopkg.in/go-playground/assert.v1 v1.2.1 gopkg.in/go-playground/validator.v9 => gopkg.in/go-playground/validator.v9 v9.30.0 - gopkg.in/imdario/mergo.v0 => gopkg.in/imdario/mergo.v0 v0.3.7 gopkg.in/inconshreveable/log15.v2 => gopkg.in/inconshreveable/log15.v2 v2.0.0-20180818164646-67afb5ed74ec gopkg.in/inf.v0 => gopkg.in/inf.v0 v0.9.1 gopkg.in/ini.v1 => gopkg.in/ini.v1 v1.51.0 @@ -403,7 +384,6 @@ replace ( grpc-ecosystem/grpc-health-probe => grpc-ecosystem/grpc-health-probe v0.3.2 helm.sh/helm/v3 => helm.sh/helm/v3 v3.0.0-20200422233323-0a9a9a88e8af honnef.co/go/tools => honnef.co/go/tools v0.0.0-20200822191040-81508471876c - k8s.io/autoscaler => k8s.io/autoscaler v0.0.0-20201110183641-97acd14b9686 k8s.io/code-generator => k8s.io/code-generator v0.0.0-20200708172309-f186a36abf5c k8s.io/component-helpers => k8s.io/component-helpers v0.20.1 k8s.io/gengo => k8s.io/gengo v0.0.0-20190128074634-0689ccc1d7d6 @@ -427,7 +407,6 @@ replace ( rsc.io/letsencrypt => rsc.io/letsencrypt v0.0.3 sigs.k8s.io/controller-tgithub.com/containerd/console v0.0.0-20180822173158-c12b1e7919c1ools => sigs.k8s.io/controller-tools v0.0.0-20200129215414-2bc3f5eb99cc sigs.k8s.io/kind => sigs.k8s.io/kind v0.10.0 - sigs.k8s.io/kustomize/v2 => sigs.k8s.io/kustomize/v3 v3.0.0-20190726175121-95f3303493fd sigs.k8s.io/structured-merge-diff/v3 => sigs.k8s.io/structured-merge-diff/v3 v3.0.0-20200116222232-67a7b8c61874 sigs.k8s.io/structured-merge-diff/v4 => sigs.k8s.io/structured-merge-diff/v4 v4.1.0 sigs.k8s.io/yaml => sigs.k8s.io/yaml v1.2.0 diff --git a/vendor/modules.txt b/vendor/modules.txt index 5683663ab..9a284fd67 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -753,7 +753,6 @@ sigs.k8s.io/yaml # github.com/blang/semver/v4 => github.com/blang/semver/v4 v4.0.0 # github.com/bshuster-repo/logrus-logstash-hook => github.com/bshuster-repo/logrus-logstash-hook v1.0.0 # github.com/bugsnag/bugsnag-go => github.com/bugsnag/bugsnag-go v1.5.3 -# github.com/bugsnag/osext => github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b # github.com/bugsnag/panicwrap => github.com/bugsnag/panicwrap v1.2.0 # github.com/census-instrumentation/opencensus-proto => github.com/census-instrumentation/opencensus-proto v0.2.1 # github.com/cespare/xxhash/v2 => github.com/cespare/xxhash/v2 v2.1.0 @@ -785,7 +784,6 @@ sigs.k8s.io/yaml # github.com/daviddengcn/go-colortext => github.com/daviddengcn/go-colortext v0.0.0-20160507010035-511bcaf42ccd # github.com/deislabs/oras => github.com/deislabs/oras v0.8.1 # github.com/denisenkom/go-mssqldb => github.com/denisenkom/go-mssqldb v0.0.0-20190204142019-df6d76eb9289 -# github.com/denverdino/aliyungo => github.com/denverdino/aliyungo v0.0.0-20190125010748-a747050bb1ba # github.com/dgrijalva/jwt-go => github.com/dgrijalva/jwt-go v3.2.0+incompatible # github.com/docker/cli => github.com/docker/cli v0.0.0-20200130152716-5d0cf8839492 # github.com/docker/distribution => github.com/docker/distribution v2.7.1+incompatible @@ -838,7 +836,6 @@ sigs.k8s.io/yaml # github.com/gofrs/uuid => github.com/gofrs/uuid v3.2.0+incompatible # github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2 # github.com/golang-migrate/migrate/v4 => github.com/golang-migrate/migrate/v4 v4.10.0 -# github.com/golang-sql/civil => github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe # github.com/golang/glog => github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b # github.com/golang/groupcache => github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e # github.com/golang/mock => github.com/golang/mock v1.5.0 @@ -889,12 +886,10 @@ sigs.k8s.io/yaml # github.com/huandu/xstrings => github.com/huandu/xstrings v1.2.0 # github.com/imdario/mergo => github.com/imdario/mergo v0.3.5 # github.com/inconshreveable/mousetrap => github.com/inconshreveable/mousetrap v1.0.0 -# github.com/influxdata/influxdb1-client => github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d # github.com/irifrance/gini => github.com/irifrance/gini v1.0.1 # github.com/itchyny/astgen-go => github.com/itchyny/astgen-go v0.0.0-20200519013840-cf3ea398f645 # github.com/itchyny/go-flags => github.com/itchyny/go-flags v1.5.0 # github.com/itchyny/gojq => github.com/itchyny/gojq v0.11.0 -# github.com/jackc/chunkreader => github.com/jackc/chunkreader v1.0.0 # github.com/jackc/chunkreader/v2 => github.com/jackc/chunkreader/v2 v2.0.1 # github.com/jackc/pgconn => github.com/jackc/pgconn v1.3.2 # github.com/jackc/pgio => github.com/jackc/pgio v1.0.0 @@ -929,7 +924,6 @@ sigs.k8s.io/yaml # github.com/lithammer/dedent => github.com/lithammer/dedent v1.1.0 # github.com/magiconair/properties => github.com/magiconair/properties v1.8.1 # github.com/mailru/easyjson => github.com/mailru/easyjson v0.0.0-20200218084223-8edcc4e51f39 -# github.com/marstr/guid => github.com/marstr/guid v1.1.0 # github.com/mattn/go-colorable => github.com/mattn/go-colorable v0.1.7 # github.com/mattn/go-isatty => github.com/mattn/go-isatty v0.0.3 # github.com/mattn/go-runewidth => github.com/mattn/go-runewidth v0.0.9 @@ -948,7 +942,6 @@ sigs.k8s.io/yaml # github.com/mitchellh/hashstructure => github.com/mitchellh/hashstructure v1.0.0 # github.com/mitchellh/iochan => github.com/mitchellh/iochan v1.0.0 # github.com/mitchellh/mapstructure => github.com/mitchellh/mapstructure v1.1.2 -# github.com/mitchellh/osext => github.com/mitchellh/osext v0.0.0-20151018003038-5e2d6d41470f # github.com/mitchellh/reflectwalk => github.com/mitchellh/reflectwalk v1.0.1 # github.com/moby/term => github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 # github.com/modern-go/concurrent => github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd @@ -958,11 +951,6 @@ sigs.k8s.io/yaml # github.com/munnerz/goautoneg => github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d # github.com/mwitkow/go-conntrack => github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 # github.com/nakagami/firebirdsql => github.com/nakagami/firebirdsql v0.0.0-20190310045651-3c02a58cfed8 -# github.com/nats-io/jwt => github.com/nats-io/jwt v0.3.2 -# github.com/nats-io/nats.go => github.com/nats-io/nats.go v1.9.1 -# github.com/nats-io/nkeys => github.com/nats-io/nkeys v0.1.3 -# github.com/nats-io/nuid => github.com/nats-io/nuid v1.0.1 -# github.com/ncw/swift => github.com/ncw/swift v1.0.47 # github.com/neo4j-drivers/gobolt => github.com/neo4j-drivers/gobolt v1.7.4 # github.com/neo4j/neo4j-go-driver => github.com/neo4j/neo4j-go-driver v1.7.4 # github.com/olekukonko/tablewriter => github.com/olekukonko/tablewriter v0.0.2 @@ -974,9 +962,7 @@ sigs.k8s.io/yaml # github.com/opencontainers/runtime-spec => github.com/opencontainers/runtime-spec v1.0.0 # github.com/openshift/api => github.com/openshift/api v0.0.0-20190924102528-32369d4db2ad # github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20200326155132-2a6cd50aedd0 -# github.com/opentracing/basictracer-go => github.com/opentracing/basictracer-go v1.0.0 # github.com/opentracing/opentracing-go => github.com/opentracing/opentracing-go v1.1.0 -# github.com/openzipkin/zipkin-go => github.com/openzipkin/zipkin-go v0.2.2 # github.com/operator-framework/operator-lifecycle-manager => github.com/operator-framework/operator-lifecycle-manager v0.18.1 # github.com/operator-framework/operator-registry => github.com/operator-framework/operator-registry v1.13.6 # github.com/otiai10/copy => github.com/otiai10/copy v1.2.0 @@ -989,7 +975,6 @@ sigs.k8s.io/yaml # github.com/phayes/freeport => github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 # github.com/pierrec/lz4 => github.com/pierrec/lz4 v0.0.0-20180610162716-6b9367c9ff40 # github.com/pkg/errors => github.com/pkg/errors v0.0.0-20200114194744-614d223910a1 -# github.com/pkg/profile => github.com/pkg/profile v0.0.0-20180809112205-057bc52a47ec # github.com/pmezard/go-difflib => github.com/pmezard/go-difflib v1.0.0 # github.com/posener/complete => github.com/posener/complete v1.1.1 # github.com/pquerna/cachecontrol => github.com/pquerna/cachecontrol v0.0.0-20171018203845-0dec1b30a021 @@ -999,7 +984,6 @@ sigs.k8s.io/yaml # github.com/rs/xid => github.com/rs/xid v1.2.1 # github.com/rs/zerolog => github.com/rs/zerolog v1.15.0 # github.com/russross/blackfriday => github.com/russross/blackfriday v1.5.2 -# github.com/russross/blackfriday/v2 => github.com/russross/blackfriday/v2 v2.0.0-20160712163229-e96880f42b93 # github.com/ryanuber/columnize => github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f # github.com/satori/go.uuid => github.com/satori/go.uuid v1.2.0 # github.com/sclevine/spec => github.com/sclevine/spec v1.2.0 @@ -1023,7 +1007,6 @@ sigs.k8s.io/yaml # github.com/tebeka/strftime => github.com/tebeka/strftime v0.1.3 # github.com/tidwall/pretty => github.com/tidwall/pretty v0.0.0-20200828150932-ef453c788d6a # github.com/tmc/grpc-websocket-proxy => github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 -# github.com/ugorji/go => github.com/ugorji/go v0.0.0-20180407103000-f3cacc17c85e # github.com/urfave/cli => github.com/urfave/cli v1.2.0 # github.com/xanzy/go-gitlab => github.com/xanzy/go-gitlab v0.15.0 # github.com/xdg/scram => github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c @@ -1032,7 +1015,6 @@ sigs.k8s.io/yaml # github.com/xeipuuv/gojsonreference => github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 # github.com/xeipuuv/gojsonschema => github.com/xeipuuv/gojsonschema v1.2.0 # github.com/xiang90/probing => github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 -# github.com/xordataexchange/crypt => github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 # github.com/yuin/goldmark => github.com/yuin/goldmark v0.0.0-20200826112251-7b90f04af431 # github.com/yvasiyarov/go-metrics => github.com/yvasiyarov/go-metrics v0.0.0-20150112132944-c25f46c4b940 # github.com/yvasiyarov/gorelic => github.com/yvasiyarov/gorelic v0.0.7 @@ -1063,7 +1045,6 @@ sigs.k8s.io/yaml # gopkg.in/gemnasium/logrus-airbrake-hook.v2 => gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 # gopkg.in/go-playground/assert.v1 => gopkg.in/go-playground/assert.v1 v1.2.1 # gopkg.in/go-playground/validator.v9 => gopkg.in/go-playground/validator.v9 v9.30.0 -# gopkg.in/imdario/mergo.v0 => gopkg.in/imdario/mergo.v0 v0.3.7 # gopkg.in/inconshreveable/log15.v2 => gopkg.in/inconshreveable/log15.v2 v2.0.0-20180818164646-67afb5ed74ec # gopkg.in/inf.v0 => gopkg.in/inf.v0 v0.9.1 # gopkg.in/ini.v1 => gopkg.in/ini.v1 v1.51.0 @@ -1078,7 +1059,6 @@ sigs.k8s.io/yaml # grpc-ecosystem/grpc-health-probe => grpc-ecosystem/grpc-health-probe v0.3.2 # helm.sh/helm/v3 => helm.sh/helm/v3 v3.0.0-20200422233323-0a9a9a88e8af # honnef.co/go/tools => honnef.co/go/tools v0.0.0-20200822191040-81508471876c -# k8s.io/autoscaler => k8s.io/autoscaler v0.0.0-20201110183641-97acd14b9686 # k8s.io/code-generator => k8s.io/code-generator v0.0.0-20200708172309-f186a36abf5c # k8s.io/component-helpers => k8s.io/component-helpers v0.20.1 # k8s.io/gengo => k8s.io/gengo v0.0.0-20190128074634-0689ccc1d7d6 @@ -1102,7 +1082,6 @@ sigs.k8s.io/yaml # rsc.io/letsencrypt => rsc.io/letsencrypt v0.0.3 # sigs.k8s.io/controller-tgithub.com/containerd/console v0.0.0-20180822173158-c12b1e7919c1ools => sigs.k8s.io/controller-tools v0.0.0-20200129215414-2bc3f5eb99cc # sigs.k8s.io/kind => sigs.k8s.io/kind v0.10.0 -# sigs.k8s.io/kustomize/v2 => sigs.k8s.io/kustomize/v3 v3.0.0-20190726175121-95f3303493fd # sigs.k8s.io/structured-merge-diff/v3 => sigs.k8s.io/structured-merge-diff/v3 v3.0.0-20200116222232-67a7b8c61874 # sigs.k8s.io/structured-merge-diff/v4 => sigs.k8s.io/structured-merge-diff/v4 v4.1.0 # sigs.k8s.io/yaml => sigs.k8s.io/yaml v1.2.0