jakexks / go-providence-checker

0 stars 1 forks source link

Cannot run on github.com/jetstack/preflight@v0.1.29 #2

Closed maelvls closed 3 years ago

maelvls commented 3 years ago

Hi! I have been trying to run go-providence-checker with preflight:

go install github.com/jakexks/go-providence-checker@initial
go-providence-checker dependencies github.com/jetstack/preflight@v0.1.29

Output:

go: downloading k8s.io/api v0.21.0
github.com/jetstack/preflight imports
    github.com/jetstack/preflight/cmd imports
    github.com/jetstack/preflight/pkg/agent imports
    github.com/jetstack/preflight/pkg/datagatherer/k8s imports
    k8s.io/client-go/kubernetes/scheme imports
    k8s.io/api/auditregistration/v1alpha1: cannot find module providing package k8s.io/api/auditregistration/v1alpha1
github.com/jetstack/preflight imports
    github.com/jetstack/preflight/cmd imports
    github.com/jetstack/preflight/pkg/agent imports
    github.com/jetstack/preflight/pkg/datagatherer/k8s imports
    k8s.io/client-go/kubernetes/scheme imports
    k8s.io/api/settings/v1alpha1: cannot find module providing package k8s.io/api/settings/v1alpha1
go: downloading github.com/blang/semver v1.1.0
go: downloading github.com/cenkalti/backoff v1.1.0
go: downloading github.com/dgrijalva/jwt-go v1.0.2
go: downloading github.com/form3tech-oss/jwt-go v1.0.2
go: downloading github.com/pmylund/go-cache v1.0.0
go: downloading k8s.io/client-go v1.5.2
go: warning: k8s.io/client-go@v11.0.0+incompatible: retracted by module author: pre-module versions are obsolete
go: to switch to the latest unretracted version, run:
    go get k8s.io/client-go@latest, exit status 1
...
2021-04-20T19:38:02.226+0200    INFO    checker/state.go:65 Set the --force flag to continue anyway

I tried cloning jetstack/preflight and running, go-providence-checker dependencies ., but that does not seem to be supported either 😞

Related:

maelvls commented 3 years ago

I tried with the changes introduces by #4, I am still having issues 😔

Using commit 1233357400ad3a62ecbdfff96bea69c894cede02:

% go install github.com/jakexks/go-providence-checker@1233357400ad3a62ecbdfff96bea69c894cede02
% go-providence-checker dependencies github.com/jetstack/preflight@v0.1.29
2021-04-22T18:10:10.646+0200    INFO    checker/state.go:33 Creating Temporary Directories
2021-04-22T18:10:10.648+0200    INFO    checker/state.go:58 Downloading github.com/jetstack/preflight@v0.1.29
2021-04-22T18:14:30.118+0200    INFO    checker/state.go:74 Downloading transitive dependencies
2021-04-22T18:18:02.697+0200    INFO    checker/license.go:39   FYI: bazil.org/fuse: no license file was found
module bazil.org/fuse@v0.0.0-20160811212531-371fbbdaa898: no license detected, check + add manually
module cloud.google.com/go@v0.73.0: Apache-2.0 (notice)
module cloud.google.com/go/bigquery@v1.8.0: Apache-2.0 (notice)
module cloud.google.com/go/datastore@v1.1.0: Apache-2.0 (notice)
module cloud.google.com/go/firestore@v1.1.0: Apache-2.0 (notice)
module cloud.google.com/go/pubsub@v1.3.1: Apache-2.0 (notice)
module cloud.google.com/go/storage@v1.10.0: Apache-2.0 (notice)
module contrib.go.opencensus.io/exporter/prometheus@v0.2.0: Apache-2.0 (notice)
module dmitri.shuralyov.com/gpu/mtl@v0.0.0-20190408044501-666a987793e9: BSD-3-Clause (notice)
module github.com/Azure/aks-engine@v0.56.0: MIT (notice)
module github.com/Azure/azure-sdk-for-go@v46.4.0+incompatible: Apache-2.0 (notice)
module github.com/Azure/go-ansiterm@v0.0.0-20170929234023-d6e3b3328b78: MIT (notice)
module github.com/Azure/go-autorest@v14.2.0+incompatible: Apache-2.0 (notice)
module github.com/Azure/go-autorest/autorest@v0.11.8: Apache-2.0 (notice)
module github.com/Azure/go-autorest/autorest/adal@v0.9.5: Apache-2.0 (notice)
module github.com/Azure/go-autorest/autorest/azure/cli@v0.3.0: Apache-2.0 (notice)
module github.com/Azure/go-autorest/autorest/date@v0.3.0: Apache-2.0 (notice)
module github.com/Azure/go-autorest/autorest/mocks@v0.4.1: Apache-2.0 (notice)
module github.com/Azure/go-autorest/autorest/to@v0.4.0: Apache-2.0 (notice)
module github.com/Azure/go-autorest/autorest/validation@v0.3.0: Apache-2.0 (notice)
module github.com/Azure/go-autorest/logger@v0.2.0: Apache-2.0 (notice)
module github.com/Azure/go-autorest/tracing@v0.6.0: Apache-2.0 (notice)
module github.com/BurntSushi/toml@v0.3.1: MIT (notice)
module github.com/BurntSushi/xgb@v0.0.0-20160522181843-27f122750802: WTFPL (FORBIDDEN)
module github.com/DATA-DOG/go-sqlmock@v1.5.0: BSD-1-Clause (restricted)
Error: github.com/DATA-DOG/go-sqlmock@v1.5.0 is under a restricted license BSD-1-Clause
Usage:
  go-providence-checker dependencies <module path> [flags]

Should I just --force?

maelvls commented 3 years ago

Using --force, it manages to process all modules, but some modules are returning errors.

full logs ``` % go-providence-checker dependencies --force github.com/jetstack/preflight@v0.1.29 2021-04-22T18:22:33.455+0200 INFO checker/state.go:42 Creating Temporary Directories 2021-04-22T18:22:33.456+0200 INFO checker/state.go:62 Downloading github.com/jetstack/preflight@v0.1.29 2021-04-22T18:27:32.663+0200 INFO checker/state.go:78 Downloading transitive dependencies 2021-04-22T18:30:50.184+0200 INFO checker/license.go:39 FYI: bazil.org/fuse: no license file was found module bazil.org/fuse@v0.0.0-20160811212531-371fbbdaa898: no license detected, check + add manually module cloud.google.com/go@v0.73.0: Apache-2.0 (notice) module cloud.google.com/go/bigquery@v1.8.0: Apache-2.0 (notice) module cloud.google.com/go/datastore@v1.1.0: Apache-2.0 (notice) module cloud.google.com/go/firestore@v1.1.0: Apache-2.0 (notice) module cloud.google.com/go/pubsub@v1.3.1: Apache-2.0 (notice) module cloud.google.com/go/storage@v1.10.0: Apache-2.0 (notice) module contrib.go.opencensus.io/exporter/prometheus@v0.2.0: Apache-2.0 (notice) module dmitri.shuralyov.com/gpu/mtl@v0.0.0-20190408044501-666a987793e9: BSD-3-Clause (notice) module github.com/Azure/aks-engine@v0.56.0: MIT (notice) module github.com/Azure/azure-sdk-for-go@v46.4.0+incompatible: Apache-2.0 (notice) module github.com/Azure/go-ansiterm@v0.0.0-20170929234023-d6e3b3328b78: MIT (notice) module github.com/Azure/go-autorest@v14.2.0+incompatible: Apache-2.0 (notice) module github.com/Azure/go-autorest/autorest@v0.11.8: Apache-2.0 (notice) module github.com/Azure/go-autorest/autorest/adal@v0.9.5: Apache-2.0 (notice) module github.com/Azure/go-autorest/autorest/azure/cli@v0.3.0: Apache-2.0 (notice) module github.com/Azure/go-autorest/autorest/date@v0.3.0: Apache-2.0 (notice) module github.com/Azure/go-autorest/autorest/mocks@v0.4.1: Apache-2.0 (notice) module github.com/Azure/go-autorest/autorest/to@v0.4.0: Apache-2.0 (notice) module github.com/Azure/go-autorest/autorest/validation@v0.3.0: Apache-2.0 (notice) module github.com/Azure/go-autorest/logger@v0.2.0: Apache-2.0 (notice) module github.com/Azure/go-autorest/tracing@v0.6.0: Apache-2.0 (notice) module github.com/BurntSushi/toml@v0.3.1: MIT (notice) module github.com/BurntSushi/xgb@v0.0.0-20160522181843-27f122750802: WTFPL (FORBIDDEN) module github.com/DATA-DOG/go-sqlmock@v1.5.0: BSD-4-Clause (notice) module github.com/Jeffail/gabs@v1.1.1: MIT (notice) module github.com/Jeffail/gabs/v2@v2.6.0: MIT (notice) module github.com/Knetic/govaluate@v3.0.1-0.20171022003610-9aa49832a739+incompatible: MIT (notice) module github.com/MakeNowJust/heredoc@v0.0.0-20170808103936-bb23615498cd: MIT (notice) module github.com/Masterminds/goutils@v1.1.0: Apache-2.0 (notice) module github.com/Masterminds/semver/v3@v3.1.1: MIT (notice) module github.com/Masterminds/sprig/v3@v3.2.0: MIT (notice) module github.com/Masterminds/squirrel@v1.4.0: MIT (notice) module github.com/Masterminds/vcs@v1.13.1: MIT (notice) module github.com/Microsoft/go-winio@v0.4.15-0.20190919025122-fc70bd9a86b5: MIT (notice) module github.com/Microsoft/hcsshim@v0.8.7: MIT (notice) module github.com/NYTimes/gziphandler@v0.0.0-20170623195520-56545f4a5d46: Apache-2.0 (notice) module github.com/OneOfOne/xxhash@v1.2.2: Apache-2.0 (notice) module github.com/PuerkitoBio/purell@v1.1.1: BSD-3-Clause (notice) module github.com/PuerkitoBio/urlesc@v0.0.0-20170810143723-de5bf2ad4578: BSD-3-Clause (notice) module github.com/Shopify/logrus-bugsnag@v0.0.0-20171204204709-577dee27f20d: MIT (notice) module github.com/Shopify/sarama@v1.19.0: MIT (notice) module github.com/Shopify/toxiproxy@v2.1.4+incompatible: MIT (notice) module github.com/VividCortex/ewma@v1.1.1: MIT (notice) module github.com/VividCortex/gohistogram@v1.0.0: MIT (notice) module github.com/afex/hystrix-go@v0.0.0-20180502004556-fa1af6a1f4f5: MIT (notice) module github.com/agnivade/levenshtein@v1.0.1: MIT (notice) module github.com/ahmetb/gen-crd-api-reference-docs@v0.2.0: Apache-2.0 (notice) module github.com/alecthomas/template@v0.0.0-20190718012654-fb15b899a751: BSD-3-Clause (notice) module github.com/alecthomas/units@v0.0.0-20190924025748-f65c72e2690d: MIT (notice) module github.com/andreyvit/diff@v0.0.0-20170406064948-c7f18ee00883: MIT (notice) module github.com/andybalholm/brotli@v1.0.0: MIT (notice) module github.com/apache/thrift@v0.13.0: Apache-2.0 (notice) module github.com/armon/circbuf@v0.0.0-20150827004946-bbbad097214e: MIT (notice) module github.com/armon/consul-api@v0.0.0-20180202201655-eb2c6b5be1b6: MPL-2.0 (reciprocal) module github.com/armon/go-metrics@v0.0.0-20180917152333-f0300d1749da: MIT (notice) module github.com/armon/go-radix@v0.0.0-20180808171621-7fddfc383310: MIT (notice) module github.com/aryann/difflib@v0.0.0-20170710044230-e206f873d14a: MIT (notice) module github.com/asaskevich/govalidator@v0.0.0-20200428143746-21a406dcc535: MIT (notice) module github.com/aws/aws-lambda-go@v1.13.3: Apache-2.0 (notice) module github.com/aws/aws-sdk-go@v1.36.19: Apache-2.0 (notice) module github.com/aws/aws-sdk-go-v2@v0.18.0: Apache-2.0 (notice) module github.com/beorn7/perks@v1.0.1: MIT (notice) module github.com/bgentry/speakeasy@v0.1.0: Apache-2.0 (notice) module github.com/bitly/go-simplejson@v0.5.0: MIT (notice) module github.com/bketelsen/crypt@v0.0.3-0.20200106085610-5cbc8cc4026c: MIT (notice) module github.com/blang/semver@v3.5.1+incompatible: MIT (notice) module github.com/bmizerany/assert@v0.0.0-20160611221934-b7ed37b82869: MIT (notice) module github.com/bshuster-repo/logrus-logstash-hook@v0.4.1: MIT (notice) module github.com/bugsnag/bugsnag-go@v0.0.0-20141110184014-b1d153021fcd: MIT (notice) module github.com/bugsnag/osext@v0.0.0-20130617224835-0dd3f918b21b: Zlib (notice) module github.com/bugsnag/panicwrap@v0.0.0-20151223152923-e2c28503fcd0: MIT (notice) module github.com/casbin/casbin/v2@v2.1.2: Apache-2.0 (notice) module github.com/cenkalti/backoff@v2.2.1+incompatible: MIT (notice) module github.com/census-instrumentation/opencensus-proto@v0.3.0: Apache-2.0 (notice) module github.com/cespare/xxhash@v1.1.0: MIT (notice) module github.com/cespare/xxhash/v2@v2.1.1: MIT (notice) module github.com/chai2010/gettext-go@v0.0.0-20160711120539-c6fed771bfd5: BSD-3-Clause (notice) module github.com/cheggaaa/pb/v3@v3.0.5: BSD-3-Clause (notice) 2021-04-22T18:30:51.489+0200 INFO checker/license.go:39 FYI: github.com/chzyer/logex: no license file was found module github.com/chzyer/logex@v1.1.10: no license detected, check + add manually module github.com/chzyer/readline@v0.0.0-20180603132655-2972be24d48e: MIT (notice) module github.com/chzyer/test@v0.0.0-20180213035817-a1ea475d72b1: MIT (notice) module github.com/clbanning/x2j@v0.0.0-20191024224557-825249438eec: BSD-3-Clause (notice) module github.com/client9/misspell@v0.3.4: MIT (notice) module github.com/cncf/udpa/go@v0.0.0-20201120205902-5459f2c99403: Apache-2.0 (notice) module github.com/cockroachdb/datadriven@v0.0.0-20190809214429-80d97fb3cbaa: Apache-2.0 (notice) module github.com/codahale/hdrhistogram@v0.0.0-20161010025455-3a0bb77429bd: MIT (notice) module github.com/containerd/cgroups@v0.0.0-20190919134610-bf292b21730f: Apache-2.0 (notice) module github.com/containerd/console@v0.0.0-20180822173158-c12b1e7919c1: Apache-2.0 (notice) module github.com/containerd/containerd@v1.3.4: Apache-2.0 (notice) module github.com/containerd/continuity@v0.0.0-20200107194136-26c1120b8d41: Apache-2.0 (notice) module github.com/containerd/fifo@v0.0.0-20190226154929-a9fb20d87448: Apache-2.0 (notice) module github.com/containerd/go-runc@v0.0.0-20180907222934-5a6d9f37cfa3: Apache-2.0 (notice) module github.com/containerd/ttrpc@v0.0.0-20190828154514-0e0f228740de: Apache-2.0 (notice) module github.com/containerd/typeurl@v0.0.0-20180627222232-a93fcdb778cd: Apache-2.0 (notice) module github.com/containernetworking/cni@v0.7.0-alpha1: Apache-2.0 (notice) module github.com/containernetworking/plugins@v0.7.3: Apache-2.0 (notice) module github.com/coreos/bbolt@v1.3.2: MIT (notice) module github.com/coreos/etcd@v3.3.13+incompatible: Apache-2.0 (notice) module github.com/coreos/go-etcd@v2.0.0+incompatible: Apache-2.0 (notice) module github.com/coreos/go-oidc@v2.2.1+incompatible: Apache-2.0 (notice) module github.com/coreos/go-semver@v0.3.0: Apache-2.0 (notice) module github.com/coreos/go-systemd@v0.0.0-20190321100706-95778dfbb74e: Apache-2.0 (notice) module github.com/coreos/pkg@v0.0.0-20180928190104-399ea9e2e55f: Apache-2.0 (notice) module github.com/cpuguy83/go-md2man@v1.0.10: MIT (notice) module github.com/cpuguy83/go-md2man/v2@v2.0.0: MIT (notice) module github.com/creack/pty@v1.1.9: MIT (notice) module github.com/cyphar/filepath-securejoin@v0.2.2: BSD-3-Clause (notice) module github.com/d4l3k/messagediff@v1.2.1: MIT (notice) module github.com/davecgh/go-spew@v1.1.1: 0BSD (notice) module github.com/daviddengcn/go-colortext@v0.0.0-20160507010035-511bcaf42ccd: BSD-3-Clause (notice) module github.com/deislabs/oras@v0.8.1: MIT (notice) module github.com/denisenkom/go-mssqldb@v0.0.0-20191001013358-cfbb681360f0: BSD-3-Clause (notice) module github.com/denverdino/aliyungo@v0.0.0-20190125010748-a747050bb1ba: Apache-2.0 (notice) module github.com/dgrijalva/jwt-go@v3.2.0+incompatible: MIT (notice) module github.com/dgryski/go-sip13@v0.0.0-20181026042036-e10d5fee7954: MIT (notice) module github.com/dimchansky/utfbom@v1.1.0: Apache-2.0 (notice) module github.com/dnaeon/go-vcr@v1.0.1: BSD-2-Clause (notice) module github.com/docker/cli@v0.0.0-20200130152716-5d0cf8839492: Apache-2.0 (notice) module github.com/docker/distribution@v2.7.1+incompatible: Apache-2.0 (notice) module github.com/docker/docker@v1.4.2-0.20200203170920-46ec8731fbce: Apache-2.0 (notice) module github.com/docker/docker-credential-helpers@v0.6.3: MIT (notice) module github.com/docker/go-connections@v0.4.0: Apache-2.0 (notice) module github.com/docker/go-metrics@v0.0.0-20180209012529-399ea8c73916: Apache-2.0 (notice) module github.com/docker/go-units@v0.4.0: Apache-2.0 (notice) module github.com/docker/libtrust@v0.0.0-20150114040149-fa567046d9b1: Apache-2.0 (notice) module github.com/docker/spdystream@v0.0.0-20160310174837-449fdfce4d96: Apache-2.0 (notice) module github.com/docopt/docopt-go@v0.0.0-20180111231733-ee0de3bc6815: MIT (notice) module github.com/dsnet/compress@v0.0.1: BSD-3-Clause (notice) module github.com/dsnet/golib@v0.0.0-20171103203638-1ea166775780: BSD-3-Clause (notice) module github.com/dustin/go-humanize@v1.0.0: MIT (notice) module github.com/eapache/go-resiliency@v1.1.0: MIT (notice) module github.com/eapache/go-xerial-snappy@v0.0.0-20180814174437-776d5712da21: MIT (notice) module github.com/eapache/queue@v1.1.0: MIT (notice) module github.com/edsrzf/mmap-go@v1.0.0: BSD-3-Clause (notice) module github.com/elazarl/goproxy@v0.0.0-20180725130230-947c36da3153: BSD-3-Clause (notice) module github.com/emicklei/go-restful@v2.9.5+incompatible: MIT (notice) module github.com/envoyproxy/go-control-plane@v0.9.8: Apache-2.0 (notice) module github.com/envoyproxy/protoc-gen-validate@v0.1.0: Apache-2.0 (notice) module github.com/evanphx/json-patch@v4.9.0+incompatible: BSD-3-Clause (notice) module github.com/evanphx/json-patch/v5@v5.1.0: BSD-3-Clause (notice) module github.com/exponent-io/jsonpath@v0.0.0-20151013193312-d6023ce2651d: MIT (notice) module github.com/fatih/camelcase@v1.0.0: MIT (notice) module github.com/fatih/color@v1.10.0: MIT (notice) module github.com/fatih/structs@v1.1.0: MIT (notice) module github.com/form3tech-oss/jwt-go@v3.2.2+incompatible: MIT (notice) module github.com/franela/goblin@v0.0.0-20200105215937-c9ffbefa60db: MIT (notice) module github.com/franela/goreq@v0.0.0-20171204163338-bcd34c9993f8: MIT (notice) module github.com/fsnotify/fsnotify@v1.4.9: BSD-3-Clause (notice) module github.com/fvbommel/sortorder@v1.0.1: MIT (notice) 2021-04-22T18:30:52.610+0200 INFO checker/license.go:39 FYI: github.com/garyburd/redigo: no license file was found module github.com/garyburd/redigo@v0.0.0-20150301180006-535138d7bcd7: no license detected, check + add manually 2021-04-22T18:30:52.620+0200 INFO checker/license.go:39 FYI: github.com/ghodss/yaml: no license file was found module github.com/ghodss/yaml@v1.0.0: no license detected, check + add manually 2021-04-22T18:30:52.634+0200 INFO checker/license.go:39 FYI: github.com/globalsign/mgo: no license file was found module github.com/globalsign/mgo@v0.0.0-20181015135952-eeefdecb41b8: no license detected, check + add manually module github.com/go-gl/glfw@v0.0.0-20190409004039-e6da0acd62b1: BSD-3-Clause (notice) module github.com/go-gl/glfw/v3.3/glfw@v0.0.0-20200222043503-6f7a984d4dc4: BSD-3-Clause (notice) module github.com/go-ini/ini@v1.25.4: Apache-2.0 (notice) module github.com/go-kit/kit@v0.10.0: MIT (notice) module github.com/go-logfmt/logfmt@v0.5.0: MIT (notice) module github.com/go-logr/logr@v0.3.0: Apache-2.0 (notice) module github.com/go-logr/zapr@v0.2.0: Apache-2.0 (notice) module github.com/go-openapi/analysis@v0.19.5: Apache-2.0 (notice) module github.com/go-openapi/errors@v0.19.2: Apache-2.0 (notice) module github.com/go-openapi/jsonpointer@v0.19.3: Apache-2.0 (notice) module github.com/go-openapi/jsonreference@v0.19.3: Apache-2.0 (notice) module github.com/go-openapi/loads@v0.19.4: Apache-2.0 (notice) module github.com/go-openapi/runtime@v0.19.4: Apache-2.0 (notice) module github.com/go-openapi/spec@v0.19.3: Apache-2.0 (notice) module github.com/go-openapi/strfmt@v0.19.3: Apache-2.0 (notice) module github.com/go-openapi/swag@v0.19.5: Apache-2.0 (notice) module github.com/go-openapi/validate@v0.19.5: Apache-2.0 (notice) module github.com/go-playground/locales@v0.13.0: MIT (notice) module github.com/go-playground/universal-translator@v0.17.0: MIT (notice) module github.com/go-sql-driver/mysql@v1.5.0: MPL-2.0 (reciprocal) module github.com/go-stack/stack@v1.8.0: MIT (notice) module github.com/gobuffalo/envy@v1.7.1: MIT (notice) module github.com/gobuffalo/flect@v0.2.0: MIT (notice) module github.com/gobuffalo/logger@v1.0.1: MIT (notice) module github.com/gobuffalo/packd@v0.3.0: MIT (notice) module github.com/gobuffalo/packr/v2@v2.7.1: MIT (notice) module github.com/gobwas/glob@v0.2.3: MIT (notice) module github.com/godbus/dbus@v0.0.0-20190422162347-ade71ed3457e: BSD-2-Clause (notice) module github.com/godror/godror@v0.13.3: Apache-2.0 (notice) module github.com/gofrs/flock@v0.8.0: BSD-3-Clause (notice) module github.com/gogo/googleapis@v1.1.0: Apache-2.0 (notice) module github.com/gogo/protobuf@v1.3.1: BSD-2-Clause (notice) module github.com/golang-sql/civil@v0.0.0-20190719163853-cb61b32ac6fe: Apache-2.0 (notice) module github.com/golang/glog@v0.0.0-20160126235308-23def4e6c14b: Apache-2.0 (notice) module github.com/golang/groupcache@v0.0.0-20200121045136-8c9f03a8e57e: Apache-2.0 (notice) module github.com/golang/mock@v1.4.4: Apache-2.0 (notice) module github.com/golang/protobuf@v1.4.3: BSD-3-Clause (notice) module github.com/golang/snappy@v0.0.1: BSD-3-Clause (notice) module github.com/golangplus/bytes@v0.0.0-20160111154220-45c989fe5450: BSD-3-Clause (notice) module github.com/golangplus/fmt@v0.0.0-20150411045040-2a5d6d7d2995: BSD-3-Clause (notice) module github.com/golangplus/testing@v0.0.0-20180327235837-af21d9c3145e: BSD-3-Clause (notice) module github.com/google/btree@v1.0.0: Apache-2.0 (notice) module github.com/google/go-cmp@v0.5.4: BSD-3-Clause (notice) module github.com/google/gofuzz@v1.2.0: Apache-2.0 (notice) module github.com/google/martian@v2.1.0+incompatible: Apache-2.0 (notice) module github.com/google/martian/v3@v3.1.0: Apache-2.0 (notice) module github.com/google/pprof@v0.0.0-20201117184057-ae444373da19: Apache-2.0 (notice) module github.com/google/renameio@v0.1.0: Apache-2.0 (notice) module github.com/google/uuid@v1.1.3: BSD-3-Clause (notice) module github.com/googleapis/gax-go/v2@v2.0.5: BSD-3-Clause (notice) module github.com/googleapis/gnostic@v0.5.1: Apache-2.0 (notice) module github.com/gopherjs/gopherjs@v0.0.0-20181017120253-0766667cb4d1: BSD-2-Clause (notice) module github.com/gorilla/context@v1.1.1: BSD-3-Clause (notice) module github.com/gorilla/handlers@v0.0.0-20150720190736-60c7bfde3e33: BSD-2-Clause (notice) module github.com/gorilla/mux@v1.8.0: BSD-3-Clause (notice) module github.com/gorilla/websocket@v1.4.2: BSD-2-Clause (notice) module github.com/gosuri/uitable@v0.0.4: MIT (notice) module github.com/gregjones/httpcache@v0.0.0-20190212212710-3befbb6ad0cc: MIT (notice) module github.com/grpc-ecosystem/go-grpc-middleware@v1.2.2: Apache-2.0 (notice) module github.com/grpc-ecosystem/go-grpc-prometheus@v1.2.0: Apache-2.0 (notice) module github.com/grpc-ecosystem/grpc-gateway@v1.9.5: BSD-3-Clause (notice) module github.com/hashicorp/consul/api@v1.3.0: MPL-2.0 (reciprocal) module github.com/hashicorp/consul/sdk@v0.3.0: MPL-2.0 (reciprocal) module github.com/hashicorp/errwrap@v1.0.0: MPL-2.0 (reciprocal) module github.com/hashicorp/go-cleanhttp@v0.5.1: MPL-2.0 (reciprocal) module github.com/hashicorp/go-immutable-radix@v1.0.0: MPL-2.0 (reciprocal) module github.com/hashicorp/go-msgpack@v0.5.3: BSD-3-Clause (notice) module github.com/hashicorp/go-multierror@v1.1.0: MPL-2.0 (reciprocal) module github.com/hashicorp/go-rootcerts@v1.0.0: MPL-2.0 (reciprocal) module github.com/hashicorp/go-sockaddr@v1.0.0: MPL-2.0 (reciprocal) module github.com/hashicorp/go-syslog@v1.0.0: MIT (notice) module github.com/hashicorp/go-uuid@v1.0.1: MPL-2.0 (reciprocal) module github.com/hashicorp/go-version@v1.2.1: MPL-2.0 (reciprocal) module github.com/hashicorp/go.net@v0.0.1: BSD-3-Clause (notice) module github.com/hashicorp/golang-lru@v0.5.4: MPL-2.0 (reciprocal) module github.com/hashicorp/hcl@v1.0.0: MPL-2.0 (reciprocal) module github.com/hashicorp/logutils@v1.0.0: MPL-2.0 (reciprocal) module github.com/hashicorp/mdns@v1.0.0: MIT (notice) module github.com/hashicorp/memberlist@v0.1.3: MPL-2.0 (reciprocal) module github.com/hashicorp/serf@v0.8.2: MPL-2.0 (reciprocal) module github.com/howeyc/fsnotify@v0.9.0: BSD-3-Clause (notice) module github.com/hpcloud/tail@v1.0.0: MIT (notice) module github.com/huandu/xstrings@v1.3.1: MIT (notice) module github.com/hudl/fargo@v1.3.0: MIT (notice) module github.com/ianlancetaylor/demangle@v0.0.0-20200824232613-28f6c0f3b639: BSD-3-Clause (notice) module github.com/imdario/mergo@v0.3.11: BSD-3-Clause (notice) module github.com/inconshreveable/mousetrap@v1.0.0: Apache-2.0 (notice) module github.com/influxdata/influxdb1-client@v0.0.0-20191209144304-8bf82d3c094d: MIT (notice) module github.com/jarcoal/httpmock@v1.0.1: MIT (notice) module github.com/jessevdk/go-flags@v1.4.0: BSD-3-Clause (notice) module github.com/jetstack/version-checker@v0.2.2-0.20201118163251-4bab9ef088ef: Apache-2.0 (notice) module github.com/jmespath/go-jmespath@v0.4.0: Apache-2.0 (notice) module github.com/jmespath/go-jmespath/internal/testify@v1.5.1: MIT (notice) module github.com/jmoiron/sqlx@v1.2.0: MIT (notice) module github.com/joho/godotenv@v1.3.0: MIT (notice) module github.com/jonboulle/clockwork@v0.1.0: Apache-2.0 (notice) module github.com/jpillora/backoff@v1.0.0: MIT (notice) module github.com/json-iterator/go@v1.1.10: MIT (notice) module github.com/jstemmer/go-junit-report@v0.9.1: MIT (notice) module github.com/jtolds/gls@v4.20.0+incompatible: MIT (notice) module github.com/juju/errors@v0.0.0-20190930114154-d42613fe1ab9: LGPL-3.0 (restricted) module github.com/juju/loggo@v0.0.0-20190526231331-6e530bcce5d8: LGPL-3.0 (restricted) module github.com/juju/testing@v0.0.0-20191001232224-ce9dec17d28b: LGPL-3.0 (restricted) module github.com/julienschmidt/httprouter@v1.3.0: BSD-3-Clause (notice) module github.com/kisielk/errcheck@v1.2.0: MIT (notice) module github.com/kisielk/gotool@v1.0.0: MIT (notice) module github.com/klauspost/compress@v1.10.10: BSD-3-Clause (notice) module github.com/klauspost/cpuid@v1.2.0: MIT (notice) module github.com/klauspost/pgzip@v1.2.4: MIT (notice) module github.com/konsorten/go-windows-terminal-sequences@v1.0.3: MIT (notice) module github.com/kr/logfmt@v0.0.0-20140226030751-b84e30acd515: Unlicense (unencumbered) module github.com/kr/pretty@v0.2.1: MIT (notice) module github.com/kr/pty@v1.1.5: MIT (notice) module github.com/kr/text@v0.2.0: MIT (notice) module github.com/kylelemons/godebug@v1.1.0: Apache-2.0 (notice) module github.com/lann/builder@v0.0.0-20180802200727-47ae307949d0: MIT (notice) module github.com/lann/ps@v0.0.0-20150810152359-62de8c46ede0: MIT (notice) module github.com/leodido/go-urn@v1.2.0: MIT (notice) module github.com/leonelquinteros/gotext@v1.4.0: MIT (notice) module github.com/lestrrat-go/iter@v0.0.0-20200422075355-fc1769541911: MIT (notice) module github.com/lestrrat-go/jwx@v1.0.6: MIT (notice) module github.com/lestrrat-go/pdebug@v0.0.0-20200204225717-4d6bd78da58d: MIT (notice) module github.com/lib/pq@v1.8.0: MIT (notice) module github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de: BSD-3-Clause (notice) 2021-04-22T18:30:56.138+0200 INFO checker/license.go:39 FYI: github.com/lightstep/lightstep-tracer-common/golang/gogo: no license file was found module github.com/lightstep/lightstep-tracer-common/golang/gogo@v0.0.0-20190605223551-bc2310a04743: no license detected, check + add manually module github.com/lightstep/lightstep-tracer-go@v0.18.1: MIT (notice) module github.com/lithammer/dedent@v1.1.0: MIT (notice) module github.com/lyft/protoc-gen-validate@v0.0.13: Apache-2.0 (notice) module github.com/magiconair/properties@v1.8.1: BSD-2-Clause (notice) module github.com/mailru/easyjson@v0.7.0: MIT (notice) module github.com/marstr/guid@v1.1.0: MIT (notice) module github.com/mattn/go-colorable@v0.1.8: MIT (notice) module github.com/mattn/go-isatty@v0.0.12: MIT (notice) module github.com/mattn/go-oci8@v0.0.7: MIT (notice) module github.com/mattn/go-runewidth@v0.0.7: MIT (notice) module github.com/mattn/go-shellwords@v1.0.10: MIT (notice) module github.com/mattn/go-sqlite3@v1.12.0: MIT (notice) module github.com/matttproud/golang_protobuf_extensions@v1.0.2-0.20181231171920-c182affec369: Apache-2.0 (notice) module github.com/mgutz/ansi@v0.0.0-20170206155736-9520e82c474b: MIT (notice) module github.com/mholt/archiver/v3@v3.5.0: MIT (notice) module github.com/miekg/dns@v1.1.35: BSD-3-Clause (notice) module github.com/mitchellh/cli@v1.0.0: MPL-2.0 (reciprocal) module github.com/mitchellh/copystructure@v1.0.0: MIT (notice) module github.com/mitchellh/go-homedir@v1.1.0: MIT (notice) module github.com/mitchellh/go-testing-interface@v1.0.0: MIT (notice) module github.com/mitchellh/go-wordwrap@v1.0.0: MIT (notice) module github.com/mitchellh/gox@v0.4.0: MPL-2.0 (reciprocal) module github.com/mitchellh/iochan@v1.0.0: MIT (notice) module github.com/mitchellh/mapstructure@v1.1.2: MIT (notice) module github.com/mitchellh/osext@v0.0.0-20151018003038-5e2d6d41470f: Zlib (notice) module github.com/mitchellh/reflectwalk@v1.0.0: MIT (notice) module github.com/moby/term@v0.0.0-20200312100748-672ec06f55cd: Apache-2.0 (notice) module github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd: Apache-2.0 (notice) module github.com/modern-go/reflect2@v1.0.1: Apache-2.0 (notice) module github.com/morikuni/aec@v1.0.0: MIT (notice) module github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822: BSD-3-Clause (notice) module github.com/mwitkow/go-conntrack@v0.0.0-20190716064945-2f068394615f: Apache-2.0 (notice) module github.com/mxk/go-flowrate@v0.0.0-20140419014527-cca7078d478f: BSD-3-Clause (notice) module github.com/natefinch/lumberjack@v2.0.0+incompatible: MIT (notice) module github.com/nats-io/jwt@v0.3.2: Apache-2.0 (notice) module github.com/nats-io/nats-server/v2@v2.1.2: Apache-2.0 (notice) module github.com/nats-io/nats.go@v1.9.1: Apache-2.0 (notice) module github.com/nats-io/nkeys@v0.1.3: Apache-2.0 (notice) module github.com/nats-io/nuid@v1.0.1: Apache-2.0 (notice) module github.com/ncw/swift@v1.0.47: MIT (notice) module github.com/niemeyer/pretty@v0.0.0-20200227124842-a10e7caefd8e: MIT (notice) module github.com/nwaples/rardecode@v1.1.0: BSD-2-Clause (notice) module github.com/nxadm/tail@v1.4.4: MIT (notice) module github.com/oklog/oklog@v0.3.2: Apache-2.0 (notice) module github.com/oklog/run@v1.0.0: Apache-2.0 (notice) module github.com/oklog/ulid@v1.3.1: Apache-2.0 (notice) module github.com/olekukonko/tablewriter@v0.0.2: MIT (notice) module github.com/onsi/ginkgo@v1.14.1: MIT (notice) module github.com/onsi/gomega@v1.10.4: MIT (notice) module github.com/op/go-logging@v0.0.0-20160315200505-970db520ece7: BSD-3-Clause (notice) module github.com/opencontainers/go-digest@v1.0.0: Apache-2.0 (notice) module github.com/opencontainers/image-spec@v1.0.1: Apache-2.0 (notice) module github.com/opencontainers/runc@v0.1.1: Apache-2.0 (notice) module github.com/opencontainers/runtime-spec@v0.1.2-0.20190507144316-5b71a03e2700: Apache-2.0 (notice) module github.com/opencontainers/runtime-tools@v0.0.0-20181011054405-1d69bd0f9c39: Apache-2.0 (notice) module github.com/openshift/api@v0.0.0-20200713203337-b2494ecb17dd: Apache-2.0 (notice) module github.com/openshift/build-machinery-go@v0.0.0-20200713135615-1f43d26dccc7: Apache-2.0 (notice) module github.com/opentracing-contrib/go-observer@v0.0.0-20170622124052-a52f23424492: Apache-2.0 (notice) module github.com/opentracing/basictracer-go@v1.0.0: MIT (notice) module github.com/opentracing/opentracing-go@v1.1.0: Apache-2.0 (notice) module github.com/openzipkin-contrib/zipkin-go-opentracing@v0.4.5: Apache-2.0 (notice) module github.com/openzipkin/zipkin-go@v0.2.2: Apache-2.0 (notice) module github.com/pact-foundation/pact-go@v1.0.4: MIT (notice) module github.com/pascaldekloe/goe@v0.0.0-20180627143212-57f6aae5913c: CC0-1.0 (unencumbered) module github.com/pborman/uuid@v1.2.0: BSD-3-Clause (notice) module github.com/pelletier/go-toml@v1.2.0: MIT (notice) module github.com/performancecopilot/speed@v3.0.0+incompatible: MIT (notice) module github.com/peterbourgon/diskv@v2.0.1+incompatible: MIT (notice) module github.com/phayes/freeport@v0.0.0-20180830031419-95f893ade6f2: BSD-3-Clause (notice) module github.com/pierrec/lz4@v2.0.5+incompatible: BSD-3-Clause (notice) module github.com/pierrec/lz4/v4@v4.0.3: BSD-3-Clause (notice) module github.com/pkg/errors@v0.9.1: BSD-2-Clause (notice) module github.com/pkg/profile@v1.2.1: BSD-2-Clause (notice) module github.com/pmezard/go-difflib@v1.0.0: BSD-3-Clause (notice) module github.com/pmylund/go-cache@v2.1.0+incompatible: MIT (notice) module github.com/posener/complete@v1.1.1: MIT (notice) module github.com/pquerna/cachecontrol@v0.0.0-20171018203845-0dec1b30a021: Apache-2.0 (notice) module github.com/prometheus/client_golang@v1.9.0: Apache-2.0 (notice) module github.com/prometheus/client_model@v0.2.0: Apache-2.0 (notice) module github.com/prometheus/common@v0.15.0: Apache-2.0 (notice) module github.com/prometheus/procfs@v0.2.0: Apache-2.0 (notice) module github.com/prometheus/prom2json@v1.1.0: Apache-2.0 (notice) module github.com/prometheus/statsd_exporter@v0.15.0: Apache-2.0 (notice) module github.com/prometheus/tsdb@v0.7.1: Apache-2.0 (notice) 2021-04-22T18:30:57.596+0200 INFO checker/license.go:39 FYI: github.com/rcrowley/go-metrics: no license file was found module github.com/rcrowley/go-metrics@v0.0.0-20181016184325-3113b8401b8a: no license detected, check + add manually module github.com/rogpeppe/fastuuid@v0.0.0-20150106093220-6724a57986af: BSD-3-Clause (notice) module github.com/rogpeppe/go-internal@v1.4.0: BSD-3-Clause (notice) module github.com/rubenv/sql-migrate@v0.0.0-20200616145509-8d140a17f351: MIT (notice) module github.com/russross/blackfriday@v1.5.2: BSD-2-Clause (notice) module github.com/russross/blackfriday/v2@v2.0.1: BSD-2-Clause (notice) module github.com/ryanuber/columnize@v0.0.0-20160712163229-9b3edd62028f: MIT (notice) module github.com/ryanuber/go-glob@v1.0.0: MIT (notice) module github.com/samuel/go-zookeeper@v0.0.0-20190923202752-2cc03de413da: BSD-3-Clause (notice) module github.com/satori/go.uuid@v1.2.0: MIT (notice) module github.com/sclevine/agouti@v3.0.0+incompatible: MIT (notice) module github.com/sean-/seed@v0.0.0-20170313163322-e2103e2c3529: MIT (notice) module github.com/sergi/go-diff@v1.0.0: MIT (notice) module github.com/shopspring/decimal@v1.2.0: MIT (notice) module github.com/shurcooL/sanitized_anchor_name@v1.0.0: MIT (notice) module github.com/sirupsen/logrus@v1.7.0: MIT (notice) 2021-04-22T18:30:57.878+0200 INFO checker/license.go:39 FYI: github.com/smartystreets/assertions: no license file was found module github.com/smartystreets/assertions@v0.0.0-20180927180507-b2de0cb4f26d: no license detected, check + add manually 2021-04-22T18:30:57.890+0200 INFO checker/license.go:39 FYI: github.com/smartystreets/goconvey: no license file was found module github.com/smartystreets/goconvey@v1.6.4: no license detected, check + add manually module github.com/soheilhy/cmux@v0.1.4: Apache-2.0 (notice) module github.com/sony/gobreaker@v0.4.1: MIT (notice) module github.com/spaolacci/murmur3@v0.0.0-20180118202830-f09979ecbc72: BSD-3-Clause (notice) module github.com/spf13/afero@v1.2.2: Apache-2.0 (notice) module github.com/spf13/cast@v1.3.1: MIT (notice) module github.com/spf13/cobra@v1.1.1: Apache-2.0 (notice) module github.com/spf13/jwalterweatherman@v1.0.0: MIT (notice) module github.com/spf13/pflag@v1.0.5: BSD-3-Clause (notice) module github.com/spf13/viper@v1.7.1: MIT (notice) module github.com/stoewer/go-strcase@v1.2.0: MIT (notice) module github.com/streadway/amqp@v0.0.0-20190827072141-edfb9018d271: BSD-2-Clause (notice) module github.com/streadway/handy@v0.0.0-20190108123426-d5acb3125c2a: Unlicense (unencumbered) module github.com/stretchr/objx@v0.2.0: MIT (notice) module github.com/stretchr/testify@v1.6.1: MIT (notice) module github.com/subosito/gotenv@v1.2.0: MIT (notice) module github.com/syndtr/gocapability@v0.0.0-20170704070218-db04d3cc01c8: BSD-2-Clause (notice) module github.com/tidwall/pretty@v1.0.0: MIT (notice) module github.com/tmc/grpc-websocket-proxy@v0.0.0-20190109142713-0ad062ec5ee5: MIT (notice) module github.com/ugorji/go@v1.1.4: MIT (notice) module github.com/ugorji/go/codec@v0.0.0-20181204163529-d75b2dcb6bc8: MIT (notice) module github.com/ulikunitz/xz@v0.5.7: BSD-3-Clause (notice) module github.com/urfave/cli@v1.22.1: MIT (notice) module github.com/vektah/gqlparser@v1.1.2: MIT (notice) module github.com/x-cray/logrus-prefixed-formatter@v0.5.2: MIT (notice) module github.com/xeipuuv/gojsonpointer@v0.0.0-20190905194746-02993c407bfb: Apache-2.0 (notice) module github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415: Apache-2.0 (notice) module github.com/xeipuuv/gojsonschema@v1.2.0: Apache-2.0 (notice) 2021-04-22T18:30:58.217+0200 INFO checker/license.go:39 FYI: github.com/xi2/xz: no license file was found module github.com/xi2/xz@v0.0.0-20171230120015-48954b6210f8: no license detected, check + add manually module github.com/xiang90/probing@v0.0.0-20190116061207-43a291ad63a2: MIT (notice) module github.com/xlab/handysort@v0.0.0-20150421192137-fb3537ed64a1: MIT (notice) module github.com/xordataexchange/crypt@v0.0.3-0.20170626215501-b2862e3d0a77: MIT (notice) module github.com/yl2chen/cidranger@v1.0.2: MIT (notice) module github.com/yuin/goldmark@v1.2.1: MIT (notice) 2021-04-22T18:30:58.254+0200 INFO checker/license.go:39 FYI: github.com/yvasiyarov/go-metrics: no license file was found module github.com/yvasiyarov/go-metrics@v0.0.0-20140926110328-57bccd1ccd43: no license detected, check + add manually module github.com/yvasiyarov/gorelic@v0.0.0-20141212073537-a9bba5b9ab50: BSD-2-Clause (notice) module github.com/yvasiyarov/newrelic_platform_go@v0.0.0-20140908184405-b21fdbd4370f: BSD-2-Clause (notice) module github.com/ziutek/mymysql@v1.5.4: BSD-3-Clause (notice) module go.etcd.io/bbolt@v1.3.5: MIT (notice) module go.etcd.io/etcd@v0.5.0-alpha.5.0.20200910180754-dd1b699fc489: Apache-2.0 (notice) module go.mongodb.org/mongo-driver@v1.1.2: Apache-2.0 (notice) module go.opencensus.io@v0.22.5: Apache-2.0 (notice) module go.uber.org/atomic@v1.7.0: MIT (notice) module go.uber.org/goleak@v1.1.10: MIT (notice) module go.uber.org/multierr@v1.6.0: MIT (notice) module go.uber.org/tools@v0.0.0-20190618225709-2cfd321de3ee: MIT (notice) module go.uber.org/zap@v1.16.0: MIT (notice) module golang.org/x/crypto@v0.0.0-20201221181555-eec23a3978ad: BSD-3-Clause (notice) module golang.org/x/exp@v0.0.0-20200331195152-e8c3332aa8e5: BSD-3-Clause (notice) module golang.org/x/image@v0.0.0-20190802002840-cff245a6509b: BSD-3-Clause (notice) module golang.org/x/lint@v0.0.0-20200302205851-738671d3881b: BSD-3-Clause (notice) module golang.org/x/mobile@v0.0.0-20190719004257-d2bd2a29d028: BSD-3-Clause (notice) module golang.org/x/mod@v0.4.0: BSD-3-Clause (notice) module golang.org/x/net@v0.0.0-20201224014010-6772e930b67b: BSD-3-Clause (notice) module golang.org/x/oauth2@v0.0.0-20201208152858-08078c50e5b5: BSD-3-Clause (notice) module golang.org/x/sync@v0.0.0-20201207232520-09787c993a3a: BSD-3-Clause (notice) module golang.org/x/sys@v0.0.0-20201214210602-f9fddec55a1e: BSD-3-Clause (notice) module golang.org/x/term@v0.0.0-20201126162022-7de9c90e9dd1: BSD-3-Clause (notice) module golang.org/x/text@v0.3.4: BSD-3-Clause (notice) module golang.org/x/time@v0.0.0-20201208040808-7e3f01d25324: BSD-3-Clause (notice) module golang.org/x/tools@v0.0.0-20201202200335-bef1c476418a: BSD-3-Clause (notice) module golang.org/x/xerrors@v0.0.0-20200804184101-5ec99f83aff1: BSD-3-Clause (notice) module gomodules.xyz/jsonpatch/v2@v2.1.0: Apache-2.0 (notice) module gomodules.xyz/jsonpatch/v3@v3.0.1: Apache-2.0 (notice) module gomodules.xyz/orderedmap@v0.1.0: MIT (notice) module google.golang.org/api@v0.36.0: BSD-3-Clause (notice) module google.golang.org/appengine@v1.6.7: Apache-2.0 (notice) module google.golang.org/cloud@v0.0.0-20151119220103-975617b05ea8: Apache-2.0 (notice) module google.golang.org/genproto@v0.0.0-20201203001206-6486ece9c497: Apache-2.0 (notice) module google.golang.org/grpc@v1.33.2: Apache-2.0 (notice) module google.golang.org/grpc/examples@v0.0.0-20200825162801-44d73dff99bf: Apache-2.0 (notice) module google.golang.org/protobuf@v1.25.0: BSD-3-Clause (notice) module gopkg.in/airbrake/gobrake.v2@v2.0.9: BSD-3-Clause (notice) module gopkg.in/alecthomas/kingpin.v2@v2.2.6: MIT (notice) 2021-04-22T18:30:58.740+0200 INFO checker/license.go:39 FYI: gopkg.in/check.v1: no license file was found module gopkg.in/check.v1@v1.0.0-20200227125254-8fa46927fb4f: no license detected, check + add manually module gopkg.in/cheggaaa/pb.v1@v1.0.25: BSD-3-Clause (notice) module gopkg.in/d4l3k/messagediff.v1@v1.2.1: MIT (notice) module gopkg.in/errgo.v2@v2.1.0: BSD-3-Clause (notice) module gopkg.in/fsnotify.v1@v1.4.7: BSD-3-Clause (notice) module gopkg.in/gcfg.v1@v1.2.3: BSD-3-Clause (notice) module gopkg.in/gemnasium/logrus-airbrake-hook.v2@v2.1.2: MIT (notice) module gopkg.in/go-playground/assert.v1@v1.2.1: MIT (notice) module gopkg.in/go-playground/validator.v9@v9.31.0: MIT (notice) module gopkg.in/gorp.v1@v1.7.2: MIT (notice) module gopkg.in/inf.v0@v0.9.1: BSD-3-Clause (notice) module gopkg.in/ini.v1@v1.51.0: Apache-2.0 (notice) 2021-04-22T18:30:58.813+0200 INFO checker/license.go:39 FYI: gopkg.in/mgo.v2: no license file was found module gopkg.in/mgo.v2@v2.0.0-20180705113604-9856a29383ce: no license detected, check + add manually module gopkg.in/natefinch/lumberjack.v2@v2.0.0: MIT (notice) module gopkg.in/resty.v1@v1.12.0: MIT (notice) module gopkg.in/square/go-jose.v2@v2.5.1: Apache-2.0 (notice) module gopkg.in/tomb.v1@v1.0.0-20141024135613-dd632973f1e7: BSD-3-Clause (notice) module gopkg.in/warnings.v0@v0.1.2: BSD-2-Clause (notice) module gopkg.in/yaml.v2@v2.3.0: Apache-2.0 (notice) module gopkg.in/yaml.v3@v3.0.0-20200615113413-eeeca48fe776: Apache-2.0 (notice) module gotest.tools@v2.2.0+incompatible: Apache-2.0 (notice) module gotest.tools/v3@v3.0.2: Apache-2.0 (notice) module helm.sh/helm/v3@v3.4.2: Apache-2.0 (notice) module honnef.co/go/tools@v0.0.1-2020.1.5: Apache-2.0 (notice) module istio.io/api@v0.0.0-20210107192247-a205c627e4b9: Apache-2.0 (notice) module istio.io/client-go@v0.0.0-20200908160912-f99162621a1a: Apache-2.0 (notice) module istio.io/gogo-genproto@v0.0.0-20201015184601-1e80d26d6249: Apache-2.0 (notice) module istio.io/istio@v0.0.0-20210108091755-3c1dea2cb2bb: Apache-2.0 (notice) module istio.io/pkg@v0.0.0-20201106170352-6775f12cf100: Apache-2.0 (notice) module k8s.io/api@v0.20.1: Apache-2.0 (notice) module k8s.io/apiextensions-apiserver@v0.20.1: Apache-2.0 (notice) module k8s.io/apimachinery@v0.20.1: Apache-2.0 (notice) module k8s.io/apiserver@v0.20.1: Apache-2.0 (notice) module k8s.io/cli-runtime@v0.20.1: Apache-2.0 (notice) module k8s.io/client-go@v0.20.1: Apache-2.0 (notice) module k8s.io/code-generator@v0.20.1: Apache-2.0 (notice) module k8s.io/component-base@v0.20.1: Apache-2.0 (notice) module k8s.io/component-helpers@v0.20.1: Apache-2.0 (notice) module k8s.io/gengo@v0.0.0-20201113003025-83324d819ded: Apache-2.0 (notice) module k8s.io/klog@v1.0.0: Apache-2.0 (notice) module k8s.io/klog/v2@v2.4.0: Apache-2.0 (notice) module k8s.io/kube-openapi@v0.0.0-20201113171705-d219536bb9fd: Apache-2.0 (notice) module k8s.io/kubectl@v0.20.1: Apache-2.0 (notice) module k8s.io/kubernetes@v1.13.0: Apache-2.0 (notice) module k8s.io/metrics@v0.20.1: Apache-2.0 (notice) module k8s.io/utils@v0.0.0-20201110183641-67b214c5f920: Apache-2.0 (notice) module rsc.io/binaryregexp@v0.2.0: BSD-3-Clause (notice) module rsc.io/quote/v3@v3.1.0: BSD-3-Clause (notice) module rsc.io/sampler@v1.3.0: BSD-3-Clause (notice) module sigs.k8s.io/apiserver-network-proxy/konnectivity-client@v0.0.14: Apache-2.0 (notice) module sigs.k8s.io/controller-runtime@v0.7.0: Apache-2.0 (notice) module sigs.k8s.io/controller-tools@v0.4.0: Apache-2.0 (notice) module sigs.k8s.io/kustomize@v2.0.3+incompatible: Apache-2.0 (notice) module sigs.k8s.io/service-apis@v0.1.0: Apache-2.0 (notice) module sigs.k8s.io/structured-merge-diff/v3@v3.0.0: Apache-2.0 (notice) module sigs.k8s.io/structured-merge-diff/v4@v4.0.2: Apache-2.0 (notice) 2021-04-22T18:30:59.833+0200 INFO checker/license.go:39 FYI: sigs.k8s.io/yaml: no license file was found module sigs.k8s.io/yaml@v1.2.0: no license detected, check + add manually module sourcegraph.com/sourcegraph/appdash@v0.0.0-20190731080439-ebfcffb1b5c0: MIT (notice) module vbom.ml/util@v0.0.0-20160121211510-db5cfe13f5cc: MIT (notice) ```

Here are the ones failing:

Module Message
bazil.org/fuse@371fbbdaa898 no license detected, check + add manually
github.com/BurntSushi/xgb@27f122750802 WTFPL (FORBIDDEN)
github.com/chzyer/logex@v1.1.10 no license detected, check + add manually
github.com/garyburd/redigo@535138d7bcd7 no license detected, check + add manually
github.com/ghodss/yaml@v1.0.0 no license detected, check + add manually
github.com/globalsign/mgo@eeefdecb41b8 no license detected, check + add manually
github.com/juju/errors@d42613fe1ab9 LGPL-3.0 (restricted)
github.com/juju/loggo@6e530bcce5d8 LGPL-3.0 (restricted)
github.com/juju/testing@ce9dec17d28b LGPL-3.0 (restricted)
github.com/kr/logfmt@b84e30acd515 Unlicense (unencumbered)
github.com/pascaldekloe/goe@57f6aae5913c CC0-1.0 (unencumbered)
github.com/rcrowley/go-metrics@3113b8401b8a no license detected, check + add manually
github.com/smartystreets/assertions@b2de0cb4f26d no license detected, check + add manually
github.com/smartystreets/goconvey@v1.6.4 no license detected, check + add manually
github.com/streadway/handy@d5acb3125c2a Unlicense (unencumbered)
github.com/xi2/xz@48954b6210f8 no license detected, check + add manually
github.com/yvasiyarov/go-metrics@57bccd1ccd43 no license detected, check + add manually
gopkg.in/check.v1@8fa46927fb4f no license detected, check + add manually
gopkg.in/mgo.v2@9856a29383ce no license detected, check + add manually
sigs.k8s.io/yaml@v1.2.0 no license detected, check + add manually

and github.com/lightstep/lightstep-tracer-common/golang/gogo@bc2310a04743 → no license detected, check + add manually

maelvls commented 3 years ago

The first error

go: downloading k8s.io/api v0.21.0
github.com/jetstack/preflight imports
    github.com/jetstack/preflight/cmd imports
    github.com/jetstack/preflight/pkg/agent imports
    github.com/jetstack/preflight/pkg/datagatherer/k8s imports
    k8s.io/client-go/kubernetes/scheme imports
    k8s.io/api/auditregistration/v1alpha1: cannot find module providing package k8s.io/api/auditregistration/v1alpha1

is now fixed thanks to #4.

The second error:

Error: github.com/DATA-DOG/go-sqlmock@v1.5.0 is under a restricted license BSD-1-Clause

can be worked around with --force or -f.