mirror of
https://github.com/project-zot/zot.git
synced 2024-12-16 21:56:37 -05:00
Merge pull request #165 from rchincha/doc
doc: add third-party software deps list
This commit is contained in:
commit
c49444e0ba
2 changed files with 416 additions and 0 deletions
5
Makefile
5
Makefile
|
@ -43,6 +43,11 @@ docs/docs.go:
|
|||
.PHONY: doc
|
||||
doc: docs/docs.go
|
||||
|
||||
.PHONY: update-licenses
|
||||
update-licenses:
|
||||
go get github.com/google/go-licenses
|
||||
$(shell echo "Module | License URL | License" > THIRD-PARTY-LICENSES.md; echo "---|---|---" >> THIRD-PARTY-LICENSES.md; for i in $$(cat go.sum | awk '{print $$1}'); do l=$$(go-licenses csv $$i 2>/dev/null); if [ $$? -ne 0 ]; then continue; fi; echo $$l | tr \, \| | tr ' ' '\n'; done | sort -u >> THIRD-PARTY-LICENSES.md)
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -f bin/zot*
|
||||
|
|
411
THIRD-PARTY-LICENSES.md
Normal file
411
THIRD-PARTY-LICENSES.md
Normal file
|
@ -0,0 +1,411 @@
|
|||
Module | License URL | License
|
||||
---|---|---
|
||||
cloud.google.com/go/compute/metadata|Unknown|Apache-2.0
|
||||
cloud.google.com/go|Unknown|Apache-2.0
|
||||
github.com/99designs/gqlgen|https://github.com/99designs/gqlgen/blob/master/LICENSE|MIT
|
||||
github.com/agnivade/levenshtein|https://github.com/agnivade/levenshtein/blob/master/License.txt|MIT
|
||||
github.com/alcortesm/tgz|https://github.com/alcortesm/tgz/blob/master/LICENSE|MIT
|
||||
github.com/alecthomas/template|https://github.com/alecthomas/template/blob/master/LICENSE|BSD-3-Clause
|
||||
github.com/alecthomas/units|https://github.com/alecthomas/units/blob/master/COPYING|MIT
|
||||
github.com/andreyvit/diff|https://github.com/andreyvit/diff/blob/master/LICENSE|MIT
|
||||
github.com/anmitsu/go-shlex|https://github.com/anmitsu/go-shlex/blob/master/LICENSE|MIT
|
||||
github.com/apex/log|https://github.com/apex/log/blob/master/LICENSE|MIT
|
||||
github.com/apex/logs|https://github.com/apex/logs/blob/master/LICENSE|MIT
|
||||
github.com/aphistic/golf|https://github.com/aphistic/golf/blob/master/LICENSE|MIT
|
||||
github.com/aphistic/sweet|https://github.com/aphistic/sweet/blob/master/LICENSE|MIT
|
||||
github.com/aquasecurity/vuln-list-update|https://github.com/aquasecurity/vuln-list-update/blob/master/LICENSE|MIT
|
||||
github.com/araddon/dateparse|https://github.com/araddon/dateparse/blob/master/LICENSE|MIT
|
||||
github.com/arbovm/levenshtein|https://github.com/arbovm/levenshtein/blob/master/LICENSE|BSD-3-Clause
|
||||
github.com/armon/consul-api|https://github.com/armon/consul-api/blob/master/LICENSE|MPL-2.0
|
||||
github.com/armon/go-socks5|https://github.com/armon/go-socks5/blob/master/LICENSE|MIT
|
||||
github.com/aws/aws-sdk-go|https://github.com/aws/aws-sdk-go/blob/master/LICENSE.txt|Apache-2.0
|
||||
github.com/aybabtme/rgbterm|https://github.com/aybabtme/rgbterm/blob/master/LICENSE|MIT
|
||||
github.com/Azure/azure-sdk-for-go|https://github.com/Azure/azure-sdk-for-go/blob/master/LICENSE|Apache-2.0
|
||||
github.com/Azure/go-ansiterm|https://github.com/Azure/go-ansiterm/blob/master/LICENSE|MIT
|
||||
github.com/Azure/go-autorest/autorest/adal|https://github.com/Azure/go-autorest/blob/master/autorest/adal/LICENSE|Apache-2.0
|
||||
github.com/Azure/go-autorest/autorest/date|https://github.com/Azure/go-autorest/blob/master/autorest/date/LICENSE|Apache-2.0
|
||||
github.com/Azure/go-autorest/autorest|https://github.com/Azure/go-autorest/blob/master/autorest/LICENSE|Apache-2.0
|
||||
github.com/Azure/go-autorest/autorest/mocks|https://github.com/Azure/go-autorest/blob/master/autorest/mocks/LICENSE|Apache-2.0
|
||||
github.com/Azure/go-autorest/autorest/to|https://github.com/Azure/go-autorest/blob/master/autorest/to/LICENSE|Apache-2.0
|
||||
github.com/Azure/go-autorest/autorest/validation|https://github.com/Azure/go-autorest/blob/master/autorest/validation/LICENSE|Apache-2.0
|
||||
github.com/Azure/go-autorest/logger|https://github.com/Azure/go-autorest/blob/master/logger/LICENSE|Apache-2.0
|
||||
github.com/Azure/go-autorest/tracing|https://github.com/Azure/go-autorest/blob/master/tracing/LICENSE|Apache-2.0
|
||||
github.com/beorn7/perks/quantile|https://github.com/beorn7/perks/blob/master/quantile/LICENSE|MIT
|
||||
github.com/bgentry/speakeasy|https://github.com/bgentry/speakeasy/blob/master/LICENSE|MIT
|
||||
github.com/blang/semver|https://github.com/blang/semver/blob/master/LICENSE|MIT
|
||||
github.com/briandowns/spinner|https://github.com/briandowns/spinner/blob/master/LICENSE|Apache-2.0
|
||||
github.com/BurntSushi/toml|https://github.com/BurntSushi/toml/blob/master/COPYING|MIT
|
||||
github.com/BurntSushi/xgb|https://github.com/BurntSushi/xgb/blob/master/LICENSE|BSD-3-Clause
|
||||
github.com/caarlos0/env/v6|https://github.com/caarlos0/env/blob/master/v6/LICENSE.md|MIT
|
||||
github.com/cenkalti/backoff|https://github.com/cenkalti/backoff/blob/master/LICENSE|MIT
|
||||
github.com/cespare/xxhash|https://github.com/cespare/xxhash/blob/master/LICENSE.txt|MIT
|
||||
github.com/chartmuseum/auth|https://github.com/chartmuseum/auth/blob/master/LICENSE|Apache-2.0
|
||||
github.com/cheggaaa/pb/v3|https://github.com/cheggaaa/pb/blob/master/v3/LICENSE|BSD-3-Clause
|
||||
github.com/chzyer/readline|https://github.com/chzyer/readline/blob/master/LICENSE|MIT
|
||||
github.com/client9/misspell|https://github.com/client9/misspell/blob/master/LICENSE|MIT
|
||||
github.com/cockroachdb/datadriven|https://github.com/cockroachdb/datadriven/blob/master/LICENSE|Apache-2.0
|
||||
github.com/containerd/containerd/errdefs|https://github.com/containerd/containerd/blob/master/errdefs/LICENSE|Apache-2.0
|
||||
github.com/containerd/containerd|https://github.com/containerd/containerd/blob/master/LICENSE|Apache-2.0
|
||||
github.com/containerd/continuity|https://github.com/containerd/continuity/blob/master/LICENSE|Apache-2.0
|
||||
github.com/containerd/fifo|https://github.com/containerd/fifo/blob/master/LICENSE|Apache-2.0
|
||||
github.com/containerd/ttrpc|https://github.com/containerd/ttrpc/blob/master/LICENSE|Apache-2.0
|
||||
github.com/containerd/typeurl|https://github.com/containerd/typeurl/blob/master/LICENSE|Apache-2.0
|
||||
github.com/coreos/bbolt|https://github.com/coreos/bbolt/blob/master/LICENSE|MIT
|
||||
github.com/coreos/etcd|https://github.com/coreos/etcd/blob/master/LICENSE|Apache-2.0
|
||||
github.com/coreos/go-oidc|https://github.com/coreos/go-oidc/blob/master/LICENSE|Apache-2.0
|
||||
github.com/coreos/go-semver|https://github.com/coreos/go-semver/blob/master/LICENSE|Apache-2.0
|
||||
github.com/coreos/go-semver/semver|https://github.com/coreos/go-semver/blob/master/semver/LICENSE|Apache-2.0
|
||||
github.com/coreos/go-systemd|https://github.com/coreos/go-systemd/blob/master/LICENSE|Apache-2.0
|
||||
github.com/coreos/pkg/capnslog|https://github.com/coreos/pkg/blob/master/capnslog/LICENSE|Apache-2.0
|
||||
github.com/coreos/pkg|https://github.com/coreos/pkg/blob/master/LICENSE|Apache-2.0
|
||||
github.com/cpuguy83/go-md2man|https://github.com/cpuguy83/go-md2man/blob/master/LICENSE.md|MIT
|
||||
github.com/cpuguy83/go-md2man/v2|https://github.com/cpuguy83/go-md2man/blob/master/v2/LICENSE.md|MIT
|
||||
github.com/cpuguy83/go-md2man/v2/md2man|https://github.com/cpuguy83/go-md2man/blob/master/v2/md2man/LICENSE.md|MIT
|
||||
github.com/creack/pty|https://github.com/creack/pty/blob/master/LICENSE|MIT
|
||||
github.com/cyphar/filepath-securejoin|https://github.com/cyphar/filepath-securejoin/blob/master/LICENSE|BSD-3-Clause
|
||||
github.com/davecgh/go-spew/spew|https://github.com/davecgh/go-spew/blob/master/spew/LICENSE|ISC
|
||||
github.com/deckarep/golang-set|https://github.com/deckarep/golang-set/blob/master/LICENSE|MIT
|
||||
github.com/dgrijalva/jwt-go|https://github.com/dgrijalva/jwt-go/blob/master/LICENSE|MIT
|
||||
github.com/dgryski/go-sip13|https://github.com/dgryski/go-sip13/blob/master/LICENSE|MIT
|
||||
github.com/docker/cli/cli/config|https://github.com/docker/cli/blob/master/cli/config/LICENSE|Apache-2.0
|
||||
github.com/docker/distribution|https://github.com/docker/distribution/blob/master/LICENSE|Apache-2.0
|
||||
github.com/docker/distribution/registry/api/errcode|https://github.com/docker/distribution/blob/master/registry/api/errcode/LICENSE|Apache-2.0
|
||||
github.com/docker/docker-credential-helpers|https://github.com/docker/docker-credential-helpers/blob/master/LICENSE|MIT
|
||||
github.com/docker/docker|https://github.com/docker/docker/blob/master/LICENSE|Apache-2.0
|
||||
github.com/docker/go-connections|https://github.com/docker/go-connections/blob/master/LICENSE|Apache-2.0
|
||||
github.com/docker/go-connections/nat|https://github.com/docker/go-connections/blob/master/nat/LICENSE|Apache-2.0
|
||||
github.com/docker/go-events|https://github.com/docker/go-events/blob/master/LICENSE|Apache-2.0
|
||||
github.com/docker/go-units|https://github.com/docker/go-units/blob/master/LICENSE|Apache-2.0
|
||||
github.com/docker/spdystream|https://github.com/docker/spdystream/blob/master/LICENSE|Apache-2.0
|
||||
github.com/dustin/go-humanize|https://github.com/dustin/go-humanize/blob/master/LICENSE|MIT
|
||||
github.com/elazarl/goproxy|https://github.com/elazarl/goproxy/blob/master/LICENSE|BSD-3-Clause
|
||||
github.com/emicklei/go-restful|https://github.com/emicklei/go-restful/blob/master/LICENSE|MIT
|
||||
github.com/emirpasic/gods|https://github.com/emirpasic/gods/blob/master/LICENSE|BSD-2-Clause
|
||||
github.com/envoyproxy/protoc-gen-validate|https://github.com/envoyproxy/protoc-gen-validate/blob/master/LICENSE|Apache-2.0
|
||||
github.com/evanphx/json-patch|https://github.com/evanphx/json-patch/blob/master/LICENSE|BSD-3-Clause
|
||||
github.com/fatih/color|https://github.com/fatih/color/blob/master/LICENSE.md|MIT
|
||||
github.com/flynn/go-shlex|https://github.com/flynn/go-shlex/blob/master/COPYING|Apache-2.0
|
||||
github.com/fsnotify/fsnotify|https://github.com/fsnotify/fsnotify/blob/master/LICENSE|BSD-3-Clause
|
||||
github.com/getlantern/deepcopy|https://github.com/getlantern/deepcopy/blob/master/LICENSE|Apache-2.0
|
||||
github.com/ghodss/yaml|https://github.com/ghodss/yaml/blob/master/LICENSE|MIT
|
||||
github.com/gin-contrib/gzip|https://github.com/gin-contrib/gzip/blob/master/LICENSE|MIT
|
||||
github.com/gin-contrib/sse|https://github.com/gin-contrib/sse/blob/master/LICENSE|MIT
|
||||
github.com/gin-gonic/gin|https://github.com/gin-gonic/gin/blob/master/LICENSE|MIT
|
||||
github.com/gliderlabs/ssh|https://github.com/gliderlabs/ssh/blob/master/LICENSE|BSD-3-Clause
|
||||
github.com/go-asn1-ber/asn1-ber|https://github.com/go-asn1-ber/asn1-ber/blob/master/LICENSE|MIT
|
||||
github.com/gobwas/glob|https://github.com/gobwas/glob/blob/master/LICENSE|MIT
|
||||
github.com/go-chi/chi|https://github.com/go-chi/chi/blob/master/LICENSE|MIT
|
||||
github.com/gofrs/uuid|https://github.com/gofrs/uuid/blob/master/LICENSE|MIT
|
||||
github.com/go-git/gcfg|https://github.com/go-git/gcfg/blob/master/LICENSE|BSD-3-Clause
|
||||
github.com/go-git/go-billy/v5|https://github.com/go-git/go-billy/blob/master/v5/LICENSE|Apache-2.0
|
||||
github.com/go-git/go-git-fixtures/v4|https://github.com/go-git/go-git-fixtures/blob/master/v4/LICENSE|Apache-2.0
|
||||
github.com/go-git/go-git/v5|https://github.com/go-git/go-git/blob/master/v5/LICENSE|Apache-2.0
|
||||
github.com/gogo/googleapis/google/rpc|https://github.com/gogo/googleapis/blob/master/google/rpc/LICENSE|Apache-2.0
|
||||
github.com/gogo/protobuf|https://github.com/gogo/protobuf/blob/master/LICENSE|BSD-3-Clause
|
||||
github.com/gogo/protobuf/proto|https://github.com/gogo/protobuf/blob/master/proto/LICENSE|BSD-3-Clause
|
||||
github.com/go-kit/kit/log|https://github.com/go-kit/kit/blob/master/log/LICENSE|MIT
|
||||
github.com/golang/glog|https://github.com/golang/glog/blob/master/LICENSE|Apache-2.0
|
||||
github.com/golang/groupcache|https://github.com/golang/groupcache/blob/master/LICENSE|Apache-2.0
|
||||
github.com/golang/groupcache/lru|https://github.com/golang/groupcache/blob/master/lru/LICENSE|Apache-2.0
|
||||
github.com/golang/protobuf|https://github.com/golang/protobuf/blob/master/LICENSE|BSD-3-Clause
|
||||
github.com/golang/protobuf/proto|https://github.com/golang/protobuf/blob/master/proto/LICENSE|BSD-3-Clause
|
||||
github.com/go-ldap/ldap/v3|https://github.com/go-ldap/ldap/blob/master/v3/LICENSE|MIT
|
||||
github.com/go-logfmt/logfmt|https://github.com/go-logfmt/logfmt/blob/master/LICENSE|MIT
|
||||
github.com/go-logr/logr|https://github.com/go-logr/logr/blob/master/LICENSE|Apache-2.0
|
||||
github.com/googleapis/gax-go/v2|https://github.com/googleapis/gax-go/blob/master/v2/LICENSE|BSD-3-Clause
|
||||
github.com/googleapis/gnostic|https://github.com/googleapis/gnostic/blob/master/LICENSE|Apache-2.0
|
||||
github.com/google/btree|https://github.com/google/btree/blob/master/LICENSE|Apache-2.0
|
||||
github.com/GoogleCloudPlatform/docker-credential-gcr|https://github.com/GoogleCloudPlatform/docker-credential-gcr/blob/master/LICENSE|Apache-2.0
|
||||
github.com/google/go-cmp/cmp|https://github.com/google/go-cmp/blob/master/cmp/LICENSE|BSD-3-Clause
|
||||
github.com/google/gofuzz|https://github.com/google/gofuzz/blob/master/LICENSE|Apache-2.0
|
||||
github.com/google/go-licenses|https://github.com/google/go-licenses/blob/master/LICENSE|Apache-2.0
|
||||
github.com/google/licenseclassifier|https://github.com/google/licenseclassifier/blob/master/LICENSE|Apache-2.0
|
||||
github.com/google/licenseclassifier/stringclassifier|https://github.com/google/licenseclassifier/blob/master/stringclassifier/LICENSE|Apache-2.0
|
||||
github.com/google/martian|https://github.com/google/martian/blob/master/LICENSE|Apache-2.0
|
||||
github.com/google/pprof|https://github.com/google/pprof/blob/master/LICENSE|Apache-2.0
|
||||
github.com/google/pprof/third_party/d3flamegraph|https://github.com/google/pprof/blob/master/third_party/d3flamegraph/LICENSE|Apache-2.0
|
||||
github.com/google/pprof/third_party/d3|https://github.com/google/pprof/blob/master/third_party/d3/LICENSE|BSD-3-Clause
|
||||
github.com/google/pprof/third_party/svgpan|https://github.com/google/pprof/blob/master/third_party/svgpan/LICENSE|BSD-3-Clause
|
||||
github.com/google/renameio|https://github.com/google/renameio/blob/master/LICENSE|Apache-2.0
|
||||
github.com/google/subcommands|https://github.com/google/subcommands/blob/master/LICENSE|Apache-2.0
|
||||
github.com/google/uuid|https://github.com/google/uuid/blob/master/LICENSE|BSD-3-Clause
|
||||
github.com/google/wire|https://github.com/google/wire/blob/master/LICENSE|Apache-2.0
|
||||
github.com/go-openapi/jsonpointer|https://github.com/go-openapi/jsonpointer/blob/master/LICENSE|Apache-2.0
|
||||
github.com/go-openapi/jsonreference|https://github.com/go-openapi/jsonreference/blob/master/LICENSE|Apache-2.0
|
||||
github.com/go-openapi/spec|https://github.com/go-openapi/spec/blob/master/LICENSE|Apache-2.0
|
||||
github.com/go-openapi/swag|https://github.com/go-openapi/swag/blob/master/LICENSE|Apache-2.0
|
||||
github.com/gophercloud/gophercloud|https://github.com/gophercloud/gophercloud/blob/master/LICENSE|Apache-2.0
|
||||
github.com/gopherjs/gopherjs|https://github.com/gopherjs/gopherjs/blob/master/LICENSE|BSD-2-Clause
|
||||
github.com/go-playground/locales|https://github.com/go-playground/locales/blob/master/LICENSE|MIT
|
||||
github.com/go-playground/universal-translator|https://github.com/go-playground/universal-translator/blob/master/LICENSE|MIT
|
||||
github.com/go-redis/redis|https://github.com/go-redis/redis/blob/master/LICENSE|BSD-2-Clause
|
||||
github.com/gorilla/context|https://github.com/gorilla/context/blob/master/LICENSE|BSD-3-Clause
|
||||
github.com/gorilla/handlers|https://github.com/gorilla/handlers/blob/master/LICENSE|BSD-2-Clause
|
||||
github.com/gorilla/mux|https://github.com/gorilla/mux/blob/master/LICENSE|BSD-3-Clause
|
||||
github.com/gorilla/websocket|https://github.com/gorilla/websocket/blob/master/LICENSE|BSD-2-Clause
|
||||
github.com/go-sql-driver/mysql|https://github.com/go-sql-driver/mysql/blob/master/LICENSE|MPL-2.0
|
||||
github.com/go-stack/stack|https://github.com/go-stack/stack/blob/master/LICENSE.md|MIT
|
||||
github.com/gregjones/httpcache|https://github.com/gregjones/httpcache/blob/master/LICENSE.txt|MIT
|
||||
github.com/grpc-ecosystem/go-grpc-middleware|https://github.com/grpc-ecosystem/go-grpc-middleware/blob/master/LICENSE|Apache-2.0
|
||||
github.com/grpc-ecosystem/go-grpc-prometheus|https://github.com/grpc-ecosystem/go-grpc-prometheus/blob/master/LICENSE|Apache-2.0
|
||||
github.com/grpc-ecosystem/grpc-gateway|https://github.com/grpc-ecosystem/grpc-gateway/blob/master/LICENSE.txt|BSD-3-Clause
|
||||
github.com/hashicorp/errwrap|https://github.com/hashicorp/errwrap/blob/master/LICENSE|MPL-2.0
|
||||
github.com/hashicorp/golang-lru|https://github.com/hashicorp/golang-lru/blob/master/LICENSE|MPL-2.0
|
||||
github.com/hashicorp/go-multierror|https://github.com/hashicorp/go-multierror/blob/master/LICENSE|MPL-2.0
|
||||
github.com/hashicorp/go-version|https://github.com/hashicorp/go-version/blob/master/LICENSE|MPL-2.0
|
||||
github.com/hashicorp/hcl|https://github.com/hashicorp/hcl/blob/master/LICENSE|MPL-2.0
|
||||
github.com/hpcloud/tail|https://github.com/hpcloud/tail/blob/master/LICENSE.txt|MIT
|
||||
github.com/hpcloud/tail/ratelimiter|https://github.com/hpcloud/tail/blob/master/ratelimiter/Licence|MIT
|
||||
github.com/iancoleman/strcase|https://github.com/iancoleman/strcase/blob/master/LICENSE|MIT
|
||||
github.com/ianlancetaylor/demangle|https://github.com/ianlancetaylor/demangle/blob/master/LICENSE|BSD-3-Clause
|
||||
github.com/imdario/mergo|https://github.com/imdario/mergo/blob/master/LICENSE|BSD-3-Clause
|
||||
github.com/inconshreveable/mousetrap|https://github.com/inconshreveable/mousetrap/blob/master/LICENSE|Apache-2.0
|
||||
github.com/jbenet/go-context|https://github.com/jbenet/go-context/blob/master/LICENSE|MIT
|
||||
github.com/jbenet/go-context/io|https://github.com/jbenet/go-context/blob/master/io/LICENSE|MIT
|
||||
github.com/jessevdk/go-flags|https://github.com/jessevdk/go-flags/blob/master/LICENSE|BSD-3-Clause
|
||||
github.com/jmespath/go-jmespath|https://github.com/jmespath/go-jmespath/blob/master/LICENSE|Apache-2.0
|
||||
github.com/joefitzgerald/rainbow-reporter|https://github.com/joefitzgerald/rainbow-reporter/blob/master/LICENSE|Apache-2.0
|
||||
github.com/jonboulle/clockwork|https://github.com/jonboulle/clockwork/blob/master/LICENSE|Apache-2.0
|
||||
github.com/jpillora/backoff|https://github.com/jpillora/backoff/blob/master/LICENSE|MIT
|
||||
github.com/json-iterator/go|https://github.com/json-iterator/go/blob/master/LICENSE|MIT
|
||||
github.com/jstemmer/go-junit-report|https://github.com/jstemmer/go-junit-report/blob/master/LICENSE|MIT
|
||||
github.com/jtolds/gls|https://github.com/jtolds/gls/blob/master/LICENSE|MIT
|
||||
github.com/julienschmidt/httprouter|https://github.com/julienschmidt/httprouter/blob/master/LICENSE|BSD-3-Clause
|
||||
github.com/kevinburke/ssh_config|https://github.com/kevinburke/ssh_config/blob/master/LICENSE|MIT
|
||||
github.com/kisielk/errcheck|https://github.com/kisielk/errcheck/blob/master/LICENSE|MIT
|
||||
github.com/kisielk/gotool|https://github.com/kisielk/gotool/blob/master/LICENSE|MIT
|
||||
github.com/klauspost/compress/flate|https://github.com/klauspost/compress/blob/master/flate/LICENSE|BSD-3-Clause
|
||||
github.com/klauspost/compress|https://github.com/klauspost/compress/blob/master/LICENSE|BSD-3-Clause
|
||||
github.com/klauspost/pgzip|https://github.com/klauspost/pgzip/blob/master/LICENSE|MIT
|
||||
github.com/knqyf263/berkeleydb|https://github.com/knqyf263/berkeleydb/blob/master/LICENSE.txt|MIT
|
||||
github.com/knqyf263/go-apk-version|https://github.com/knqyf263/go-apk-version/blob/master/LICENSE|Apache-2.0
|
||||
github.com/knqyf263/go-deb-version|https://github.com/knqyf263/go-deb-version/blob/master/LICENSE|MIT
|
||||
github.com/knqyf263/go-rpm-version|https://github.com/knqyf263/go-rpm-version/blob/master/LICENSE|MIT
|
||||
github.com/knqyf263/go-version|https://github.com/knqyf263/go-version/blob/master/LICENSE|MPL-2.0
|
||||
github.com/knqyf263/nested|https://github.com/knqyf263/nested/blob/master/LICENSE|MIT
|
||||
github.com/konsorten/go-windows-terminal-sequences|https://github.com/konsorten/go-windows-terminal-sequences/blob/master/LICENSE|MIT
|
||||
github.com/kr/logfmt|https://github.com/kr/logfmt/blob/master/Readme|MIT
|
||||
github.com/kr/pretty|https://github.com/kr/pretty/blob/master/License|MIT
|
||||
github.com/kr/pty|https://github.com/kr/pty/blob/master/LICENSE|MIT
|
||||
github.com/kr/text|https://github.com/kr/text/blob/master/License|MIT
|
||||
github.com/KyleBanks/depth|https://github.com/KyleBanks/depth/blob/master/LICENSE|MIT
|
||||
github.com/leodido/go-urn|Unknown|Unknown
|
||||
github.com/logrusorgru/aurora|https://github.com/logrusorgru/aurora/blob/master/LICENSE|WTFPL
|
||||
github.com/lyft/protoc-gen-star|https://github.com/lyft/protoc-gen-star/blob/master/LICENSE|Apache-2.0
|
||||
github.com/magiconair/properties|https://github.com/magiconair/properties/blob/master/LICENSE|BSD-2-Clause
|
||||
github.com/mailru/easyjson|https://github.com/mailru/easyjson/blob/master/LICENSE|MIT
|
||||
github.com/Masterminds/semver/v3|https://github.com/Masterminds/semver/blob/master/v3/LICENSE.txt|MIT
|
||||
github.com/matryer/moq|https://github.com/matryer/moq/blob/master/LICENSE|MIT
|
||||
github.com/mattn/go-colorable|https://github.com/mattn/go-colorable/blob/master/LICENSE|MIT
|
||||
github.com/mattn/go-isatty|https://github.com/mattn/go-isatty/blob/master/LICENSE|MIT
|
||||
github.com/mattn/go-jsonpointer|https://github.com/mattn/go-jsonpointer/blob/master/LICENSE|MIT
|
||||
github.com/mattn/go-runewidth|https://github.com/mattn/go-runewidth/blob/master/LICENSE|MIT
|
||||
github.com/matttproud/golang_protobuf_extensions/pbutil|https://github.com/matttproud/golang_protobuf_extensions/blob/master/pbutil/LICENSE|Apache-2.0
|
||||
github.com/maxbrunsfeld/counterfeiter/v6|https://github.com/maxbrunsfeld/counterfeiter/blob/master/v6/LICENSE|MIT
|
||||
github.com/mgutz/ansi|https://github.com/mgutz/ansi/blob/master/LICENSE|MIT
|
||||
github.com/mitchellh/go-homedir|https://github.com/mitchellh/go-homedir/blob/master/LICENSE|MIT
|
||||
github.com/mitchellh/mapstructure|https://github.com/mitchellh/mapstructure/blob/master/LICENSE|MIT
|
||||
github.com/modern-go/concurrent|https://github.com/modern-go/concurrent/blob/master/LICENSE|Apache-2.0
|
||||
github.com/modern-go/reflect2|https://github.com/modern-go/reflect2/blob/master/LICENSE|Apache-2.0
|
||||
github.com/modocache/gover|https://github.com/modocache/gover/blob/master/LICENSE|Apache-2.0
|
||||
github.com/mohae/deepcopy|https://github.com/mohae/deepcopy/blob/master/LICENSE|MIT
|
||||
github.com/morikuni/aec|https://github.com/morikuni/aec/blob/master/LICENSE|MIT
|
||||
github.com/munnerz/goautoneg|https://github.com/munnerz/goautoneg/blob/master/LICENSE|BSD-3-Clause
|
||||
github.com/mwitkow/go-conntrack|https://github.com/mwitkow/go-conntrack/blob/master/LICENSE|Apache-2.0
|
||||
github.com/neelance/astrewrite|https://github.com/neelance/astrewrite/blob/master/LICENSE|BSD-2-Clause
|
||||
github.com/neelance/sourcemap|https://github.com/neelance/sourcemap/blob/master/LICENSE|BSD-2-Clause
|
||||
github.com/niemeyer/pretty|https://github.com/niemeyer/pretty/blob/master/License|MIT
|
||||
github.com/nmcclain/asn1-ber|https://github.com/nmcclain/asn1-ber/blob/master/LICENSE|BSD-3-Clause
|
||||
github.com/nmcclain/ldap|https://github.com/nmcclain/ldap/blob/master/LICENSE|BSD-3-Clause
|
||||
github.com/NYTimes/gziphandler|https://github.com/NYTimes/gziphandler/blob/master/LICENSE.md|Apache-2.0
|
||||
github.com/oklog/ulid|https://github.com/oklog/ulid/blob/master/LICENSE|Apache-2.0
|
||||
github.com/olekukonko/tablewriter|https://github.com/olekukonko/tablewriter/blob/master/LICENSE.md|MIT
|
||||
github.com/OneOfOne/xxhash|https://github.com/OneOfOne/xxhash/blob/master/LICENSE|Apache-2.0
|
||||
github.com/onsi/ginkgo|https://github.com/onsi/ginkgo/blob/master/LICENSE|MIT
|
||||
github.com/onsi/ginkgo/reporters/stenographer/support/go-colorable|https://github.com/onsi/ginkgo/blob/master/reporters/stenographer/support/go-colorable/LICENSE|MIT
|
||||
github.com/onsi/gomega|https://github.com/onsi/gomega/blob/master/LICENSE|MIT
|
||||
github.com/opencontainers/distribution-spec|https://github.com/opencontainers/distribution-spec/blob/master/LICENSE|Apache-2.0
|
||||
github.com/opencontainers/go-digest|https://github.com/opencontainers/go-digest/blob/master/LICENSE|Apache-2.0
|
||||
github.com/opencontainers/image-spec|https://github.com/opencontainers/image-spec/blob/master/LICENSE|Apache-2.0
|
||||
github.com/opencontainers/image-spec/specs-go|https://github.com/opencontainers/image-spec/blob/master/specs-go/LICENSE|Apache-2.0
|
||||
github.com/opencontainers/runc/libcontainer|https://github.com/opencontainers/runc/blob/master/libcontainer/LICENSE|Apache-2.0
|
||||
github.com/opencontainers/runtime-spec/specs-go|https://github.com/opencontainers/runtime-spec/blob/master/specs-go/LICENSE|Apache-2.0
|
||||
github.com/opencontainers/umoci|https://github.com/opencontainers/umoci/blob/master/COPYING|Apache-2.0
|
||||
github.com/opencontainers/umoci/third_party/shared|https://github.com/opencontainers/umoci/blob/master/third_party/shared/COPYING|Apache-2.0
|
||||
github.com/opencontainers/umoci/third_party/user|https://github.com/opencontainers/umoci/blob/master/third_party/user/LICENSE|Apache-2.0
|
||||
github.com/open-policy-agent/opa|https://github.com/open-policy-agent/opa/blob/master/LICENSE|Apache-2.0
|
||||
github.com/open-policy-agent/opa/topdown/internal/jwx|https://github.com/open-policy-agent/opa/blob/master/topdown/internal/jwx/LICENSE|MIT
|
||||
github.com/opentracing/basictracer-go|https://github.com/opentracing/basictracer-go/blob/master/LICENSE|MIT
|
||||
github.com/opentracing/opentracing-go|https://github.com/opentracing/opentracing-go/blob/master/LICENSE|MIT
|
||||
github.com/otiai10/copy|https://github.com/otiai10/copy/blob/master/LICENSE|MIT
|
||||
github.com/otiai10/curr|https://github.com/otiai10/curr/blob/master/LICENSE|MIT
|
||||
github.com/otiai10/mint|https://github.com/otiai10/mint/blob/master/LICENSE|MIT
|
||||
github.com/parnurzeal/gorequest|https://github.com/parnurzeal/gorequest/blob/master/LICENSE|MIT
|
||||
github.com/pelletier/go-buffruneio|https://github.com/pelletier/go-buffruneio/blob/master/README.md|MIT
|
||||
github.com/pelletier/go-toml|https://github.com/pelletier/go-toml/blob/master/LICENSE|MIT
|
||||
github.com/peterbourgon/diskv|https://github.com/peterbourgon/diskv/blob/master/LICENSE|MIT
|
||||
github.com/peterh/liner|https://github.com/peterh/liner/blob/master/COPYING|MIT
|
||||
github.com/phayes/freeport|https://github.com/phayes/freeport/blob/master/LICENSE.md|BSD-3-Clause
|
||||
github.com/pkg/errors|https://github.com/pkg/errors/blob/master/LICENSE|BSD-2-Clause
|
||||
github.com/pmezard/go-difflib/difflib|https://github.com/pmezard/go-difflib/blob/master/difflib/LICENSE|BSD-3-Clause
|
||||
github.com/pquerna/cachecontrol|https://github.com/pquerna/cachecontrol/blob/master/LICENSE|Apache-2.0
|
||||
github.com/prometheus/client_golang/prometheus|https://github.com/prometheus/client_golang/blob/master/prometheus/LICENSE|Apache-2.0
|
||||
github.com/prometheus/client_model/go|https://github.com/prometheus/client_model/blob/master/go/LICENSE|Apache-2.0
|
||||
github.com/prometheus/common|https://github.com/prometheus/common/blob/master/LICENSE|Apache-2.0
|
||||
github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg|https://github.com/prometheus/common/blob/master/internal/bitbucket.org/ww/goautoneg/README.txt|BSD-3-Clause
|
||||
github.com/prometheus/procfs|https://github.com/prometheus/procfs/blob/master/LICENSE|Apache-2.0
|
||||
github.com/prometheus/tsdb|https://github.com/prometheus/tsdb/blob/master/LICENSE|Apache-2.0
|
||||
github.com/PuerkitoBio/purell|https://github.com/PuerkitoBio/purell/blob/master/LICENSE|BSD-3-Clause
|
||||
github.com/PuerkitoBio/urlesc|https://github.com/PuerkitoBio/urlesc/blob/master/LICENSE|BSD-3-Clause
|
||||
github.com/rcrowley/go-metrics|https://github.com/rcrowley/go-metrics/blob/master/LICENSE|BSD-2-Clause-FreeBSD
|
||||
github.com/remyoudompheng/bigfft|https://github.com/remyoudompheng/bigfft/blob/master/LICENSE|BSD-3-Clause
|
||||
github.com/rogpeppe/fastuuid|https://github.com/rogpeppe/fastuuid/blob/master/LICENSE|BSD-3-Clause
|
||||
github.com/rootless-containers/proto/go-proto|https://github.com/rootless-containers/proto/blob/master/go-proto/COPYING|Apache-2.0
|
||||
github.com/rs/cors|https://github.com/rs/cors/blob/master/LICENSE|MIT
|
||||
github.com/rs/xid|https://github.com/rs/xid/blob/master/LICENSE|MIT
|
||||
github.com/rs/zerolog|https://github.com/rs/zerolog/blob/master/LICENSE|MIT
|
||||
github.com/russross/blackfriday|https://github.com/russross/blackfriday/blob/master/LICENSE.txt|BSD-2-Clause
|
||||
github.com/russross/blackfriday/v2|https://github.com/russross/blackfriday/blob/master/v2/LICENSE.txt|BSD-2-Clause
|
||||
github.com/saracen/walker|https://github.com/saracen/walker/blob/master/LICENSE|MIT
|
||||
github.com/satori/go.uuid|https://github.com/satori/go.uuid/blob/master/LICENSE|MIT
|
||||
github.com/sclevine/spec|https://github.com/sclevine/spec/blob/master/LICENSE|Apache-2.0
|
||||
github.com/sergi/go-diff/diffmatchpatch|https://github.com/sergi/go-diff/blob/master/diffmatchpatch/LICENSE|MIT
|
||||
github.com/shurcooL/httpfs/vfsutil|Unknown|Unknown
|
||||
github.com/shurcooL/sanitized_anchor_name|https://github.com/shurcooL/sanitized_anchor_name/blob/master/LICENSE|MIT
|
||||
github.com/shurcooL/vfsgen|Unknown|Unknown
|
||||
github.com/simplereach/timeutils|https://github.com/simplereach/timeutils/blob/master/README.md|MIT
|
||||
github.com/sirupsen/logrus|https://github.com/sirupsen/logrus/blob/master/LICENSE|MIT
|
||||
github.com/smartystreets/assertions|https://github.com/smartystreets/assertions/blob/master/LICENSE.md|MIT
|
||||
github.com/smartystreets/assertions/internal/go-diff/diffmatchpatch|https://github.com/smartystreets/assertions/blob/master/internal/go-diff/diffmatchpatch/LICENSE|MIT
|
||||
github.com/smartystreets/assertions/internal/go-render/render|https://github.com/smartystreets/assertions/blob/master/internal/go-render/render/LICENSE|BSD-3-Clause
|
||||
github.com/smartystreets/assertions/internal/oglematchers|https://github.com/smartystreets/assertions/blob/master/internal/oglematchers/LICENSE|Apache-2.0
|
||||
github.com/smartystreets/go-aws-auth|https://github.com/smartystreets/go-aws-auth/blob/master/LICENSE.md|MIT
|
||||
github.com/smartystreets/goconvey|https://github.com/smartystreets/goconvey/blob/master/LICENSE.md|MIT
|
||||
github.com/smartystreets/gunit|https://github.com/smartystreets/gunit/blob/master/LICENSE.md|MIT
|
||||
github.com/soheilhy/cmux|https://github.com/soheilhy/cmux/blob/master/LICENSE|Apache-2.0
|
||||
github.com/sosedoff/gitkit|https://github.com/sosedoff/gitkit/blob/master/LICENSE|MIT
|
||||
github.com/spaolacci/murmur3|https://github.com/spaolacci/murmur3/blob/master/LICENSE|BSD-3-Clause
|
||||
github.com/spf13/afero|https://github.com/spf13/afero/blob/master/LICENSE.txt|Apache-2.0
|
||||
github.com/spf13/cast|https://github.com/spf13/cast/blob/master/LICENSE|MIT
|
||||
github.com/spf13/cobra|https://github.com/spf13/cobra/blob/master/LICENSE.txt|Apache-2.0
|
||||
github.com/spf13/jwalterweatherman|https://github.com/spf13/jwalterweatherman/blob/master/LICENSE|MIT
|
||||
github.com/spf13/pflag|https://github.com/spf13/pflag/blob/master/LICENSE|BSD-3-Clause
|
||||
github.com/spf13/viper|https://github.com/spf13/viper/blob/master/LICENSE|MIT
|
||||
github.com/src-d/gcfg|https://github.com/src-d/gcfg/blob/master/LICENSE|BSD-3-Clause
|
||||
github.com/stretchr/objx|https://github.com/stretchr/objx/blob/master/LICENSE|MIT
|
||||
github.com/stretchr/testify/assert|https://github.com/stretchr/testify/blob/master/assert/LICENSE|MIT
|
||||
github.com/stretchr/testify|https://github.com/stretchr/testify/blob/master/LICENSE|MIT
|
||||
github.com/subosito/gotenv|https://github.com/subosito/gotenv/blob/master/LICENSE|MIT
|
||||
github.com/swaggo/files|https://github.com/swaggo/files/blob/master/LICENSE|MIT
|
||||
github.com/swaggo/gin-swagger|https://github.com/swaggo/gin-swagger/blob/master/LICENSE|MIT
|
||||
github.com/swaggo/http-swagger|https://github.com/swaggo/http-swagger/blob/master/LICENSE|MIT
|
||||
github.com/swaggo/swag|https://github.com/swaggo/swag/blob/master/license|MIT
|
||||
github.com/syndtr/gocapability/capability|https://github.com/syndtr/gocapability/blob/master/capability/LICENSE|BSD-2-Clause
|
||||
github.com/testcontainers/testcontainers-go|https://github.com/testcontainers/testcontainers-go/blob/master/LICENSE|MIT
|
||||
github.com/tj/assert|https://github.com/tj/assert/blob/master/LICENSE|MIT
|
||||
github.com/tj/go-elastic|https://github.com/tj/go-elastic/blob/master/LICENSE|MIT
|
||||
github.com/tj/go-kinesis|https://github.com/tj/go-kinesis/blob/master/LICENSE|MIT
|
||||
github.com/tj/go-spin|Unknown|Unknown
|
||||
github.com/tmc/grpc-websocket-proxy/wsproxy|https://github.com/tmc/grpc-websocket-proxy/blob/master/wsproxy/LICENSE|MIT
|
||||
github.com/toqueteos/webbrowser|https://github.com/toqueteos/webbrowser/blob/master/LICENSE.md|MIT
|
||||
github.com/twitchtv/twirp|https://github.com/twitchtv/twirp/blob/master/LICENSE|Apache-2.0
|
||||
github.com/ugorji/go/codec|https://github.com/ugorji/go/blob/master/codec/LICENSE|MIT
|
||||
github.com/ugorji/go|https://github.com/ugorji/go/blob/master/LICENSE|MIT
|
||||
github.com/urfave/cli|https://github.com/urfave/cli/blob/master/LICENSE|MIT
|
||||
github.com/urfave/cli/v2|https://github.com/urfave/cli/blob/master/v2/LICENSE|MIT
|
||||
github.com/vbatts/go-mtree|https://github.com/vbatts/go-mtree/blob/master/LICENSE|BSD-3-Clause
|
||||
github.com/vbatts/go-mtree/pkg/govis|https://github.com/vbatts/go-mtree/blob/master/pkg/govis/COPYING|Apache-2.0
|
||||
github.com/vdemeester/k8s-pkg-credentialprovider|https://github.com/vdemeester/k8s-pkg-credentialprovider/blob/master/LICENSE|Apache-2.0
|
||||
github.com/vektah/dataloaden|https://github.com/vektah/dataloaden/blob/master/licence.md|MIT
|
||||
github.com/vektah/gqlparser|https://github.com/vektah/gqlparser/blob/master/LICENSE|MIT
|
||||
github.com/vektah/gqlparser/v2|https://github.com/vektah/gqlparser/blob/master/v2/LICENSE|MIT
|
||||
github.com/VividCortex/ewma|https://github.com/VividCortex/ewma/blob/master/LICENSE|MIT
|
||||
github.com/vmware/govmomi|https://github.com/vmware/govmomi/blob/master/LICENSE.txt|Apache-2.0
|
||||
github.com/vmware/govmomi/vim25/xml|https://github.com/vmware/govmomi/blob/master/vim25/xml/LICENSE|BSD-3-Clause
|
||||
github.com/xanzy/ssh-agent|https://github.com/xanzy/ssh-agent/blob/master/LICENSE|Apache-2.0
|
||||
github.com/xiang90/probing|https://github.com/xiang90/probing/blob/master/LICENSE|MIT
|
||||
github.com/yashtewari/glob-intersection|https://github.com/yashtewari/glob-intersection/blob/master/LICENSE|Apache-2.0
|
||||
github.com/zenazn/goji|https://github.com/zenazn/goji/blob/master/LICENSE|MIT
|
||||
go.etcd.io/bbolt|Unknown|MIT
|
||||
go.etcd.io/etcd|Unknown|Apache-2.0
|
||||
golang.org/x/crypto/ripemd160|Unknown|BSD-3-Clause
|
||||
golang.org/x/crypto/ssh/terminal|Unknown|BSD-3-Clause
|
||||
golang.org/x/crypto|Unknown|BSD-3-Clause
|
||||
golang.org/x/exp/ebnf|Unknown|BSD-3-Clause
|
||||
golang.org/x/lint|Unknown|BSD-3-Clause
|
||||
golang.org/x/mod|Unknown|BSD-3-Clause
|
||||
golang.org/x/net/context/ctxhttp|Unknown|BSD-3-Clause
|
||||
golang.org/x/net/context|Unknown|BSD-3-Clause
|
||||
golang.org/x/net/html|Unknown|BSD-3-Clause
|
||||
golang.org/x/net/idna|Unknown|BSD-3-Clause
|
||||
golang.org/x/net/publicsuffix|Unknown|BSD-3-Clause
|
||||
golang.org/x/net|Unknown|BSD-3-Clause
|
||||
golang.org/x/net/webdav|Unknown|BSD-3-Clause
|
||||
golang.org/x/oauth2|Unknown|BSD-3-Clause
|
||||
golang.org/x/sync/errgroup|Unknown|BSD-3-Clause
|
||||
golang.org/x/sync|Unknown|BSD-3-Clause
|
||||
golang.org/x/sys|Unknown|BSD-3-Clause
|
||||
golang.org/x/text|Unknown|BSD-3-Clause
|
||||
golang.org/x/time/rate|Unknown|BSD-3-Clause
|
||||
golang.org/x/tools/go|Unknown|BSD-3-Clause
|
||||
golang.org/x/tools|Unknown|BSD-3-Clause
|
||||
golang.org/x/xerrors|Unknown|BSD-3-Clause
|
||||
gonum.org/v1/gonum|Unknown|BSD-3-Clause
|
||||
google.golang.org/api|Unknown|BSD-3-Clause
|
||||
google.golang.org/appengine|Unknown|Apache-2.0
|
||||
google.golang.org/genproto/googleapis/rpc/status|Unknown|Apache-2.0
|
||||
google.golang.org/genproto|Unknown|Apache-2.0
|
||||
google.golang.org/grpc|Unknown|Apache-2.0
|
||||
google.golang.org/protobuf|Unknown|BSD-3-Clause
|
||||
go.opencensus.io|Unknown|Apache-2.0
|
||||
gopkg.in/alecthomas/kingpin.v2|Unknown|MIT
|
||||
gopkg.in/check.v1|Unknown|BSD-2-Clause
|
||||
gopkg.in/cheggaaa/pb.v1|Unknown|BSD-3-Clause
|
||||
gopkg.in/fsnotify.v1|Unknown|BSD-3-Clause
|
||||
gopkg.in/gcfg.v1|Unknown|BSD-3-Clause
|
||||
gopkg.in/go-playground/assert.v1|Unknown|MIT
|
||||
gopkg.in/go-playground/validator.v8|Unknown|MIT
|
||||
gopkg.in/go-playground/validator.v9|Unknown|MIT
|
||||
gopkg.in/inf.v0|Unknown|BSD-3-Clause
|
||||
gopkg.in/ini.v1|Unknown|Apache-2.0
|
||||
gopkg.in/mgo.v2/bson|Unknown|BSD-2-Clause
|
||||
gopkg.in/mgo.v2/internal/json|Unknown|BSD-3-Clause
|
||||
gopkg.in/mgo.v2|Unknown|BSD-2-Clause
|
||||
gopkg.in/natefinch/lumberjack.v2|Unknown|MIT
|
||||
gopkg.in/resty.v1|Unknown|MIT
|
||||
gopkg.in/square/go-jose.v2/json|Unknown|BSD-3-Clause
|
||||
gopkg.in/square/go-jose.v2|Unknown|Apache-2.0
|
||||
gopkg.in/src-d/go-billy.v4|Unknown|Apache-2.0
|
||||
gopkg.in/src-d/go-git-fixtures.v3|Unknown|Apache-2.0
|
||||
gopkg.in/src-d/go-git.v4/plumbing|Unknown|Apache-2.0
|
||||
gopkg.in/src-d/go-git.v4|Unknown|Apache-2.0
|
||||
gopkg.in/tomb.v1|Unknown|BSD-3-Clause
|
||||
gopkg.in/warnings.v0|Unknown|BSD-2-Clause
|
||||
gopkg.in/yaml.v2|Unknown|Apache-2.0
|
||||
gopkg.in/yaml.v3|Unknown|MIT
|
||||
gotest.tools|Unknown|Apache-2.0
|
||||
go.uber.org/atomic|Unknown|MIT
|
||||
go.uber.org/multierr|Unknown|MIT
|
||||
go.uber.org/zap|Unknown|MIT
|
||||
k8s.io/apimachinery/pkg/util/sets|Unknown|Apache-2.0
|
||||
k8s.io/apimachinery|Unknown|Apache-2.0
|
||||
k8s.io/api|Unknown|Apache-2.0
|
||||
k8s.io/client-go|Unknown|Apache-2.0
|
||||
k8s.io/cloud-provider|Unknown|Apache-2.0
|
||||
k8s.io/cloud-provider/volume|Unknown|Apache-2.0
|
||||
k8s.io/csi-translation-lib|Unknown|Apache-2.0
|
||||
k8s.io/klog|Unknown|Apache-2.0
|
||||
k8s.io/utils|Unknown|Apache-2.0
|
||||
modernc.org/cc|Unknown|Unknown
|
||||
modernc.org/fileutil|Unknown|Unknown
|
||||
modernc.org/golex/lex|Unknown|Unknown
|
||||
modernc.org/golex|Unknown|Unknown
|
||||
modernc.org/lexer|Unknown|Unknown
|
||||
modernc.org/lex|Unknown|Unknown
|
||||
modernc.org/mathutil|Unknown|Unknown
|
||||
modernc.org/strutil|Unknown|Unknown
|
||||
modernc.org/xc|Unknown|Unknown
|
||||
moul.io/http2curl|Unknown|MIT
|
||||
sigs.k8s.io/yaml|Unknown|MIT
|
||||
sourcegraph.com/sourcegraph/appdash-data|Unknown|Unknown
|
||||
sourcegraph.com/sourcegraph/appdash|Unknown|MIT
|
Loading…
Reference in a new issue