Skip to content

Commit

Permalink
Seldon Core V2 Go 3rd party licenses (#4520)
Browse files Browse the repository at this point in the history
  • Loading branch information
ukclivecox committed Dec 21, 2022
1 parent c0da364 commit 706ea11
Show file tree
Hide file tree
Showing 25 changed files with 127,754 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,15 @@ prep-artifacts:

update-copyright:
./hack/boilerplate.sh


install-go-license-tools:
pip install \
'git+https://github.com/kubeflow/testing#egg=go-license-tools&subdirectory=py/kubeflow/testing/go-license-tools'

.PHONY: update-3rd-party-licenses
update-3rd-party-licenses:
make -C scheduler licenses
make -C operator licenses
make -C hodometer licenses
make -C components/tls licenses
17 changes: 17 additions & 0 deletions components/tls/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,20 @@ lint: .install-golangci-lint
.PHONY: build
build: test
go build ./pkg/...

.PHONY: licenses/dep.txt
licenses/dep.txt:
go list -m all | cut -d ' ' -f 1 > licenses/dep.txt

.PHONY: licenses
licenses: licenses/dep.txt
# NOTE: You need to create a file in ~/.github_api_token with a GitHub token.
get-github-repo \
-o licenses/repo.txt \
--manual-dep-repo-mapping ../licenses/dep_repo.manual.csv \
licenses/dep.txt
get-github-license-info -o licenses/license_info.csv licenses/repo.txt
python -m 'patch_additional_license_info' \
licenses/license_info.csv \
../licenses/additional_license_info.csv
concatenate-license -o licenses/license.txt licenses/license_info.csv
302 changes: 302 additions & 0 deletions components/tls/licenses/dep.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,302 @@
github.com/seldonio/seldon-core/components/tls/v2
cloud.google.com/go
cloud.google.com/go/bigquery
cloud.google.com/go/compute
cloud.google.com/go/datastore
cloud.google.com/go/firestore
cloud.google.com/go/logging
cloud.google.com/go/pubsub
cloud.google.com/go/storage
dmitri.shuralyov.com/gpu/mtl
github.com/Azure/go-ansiterm
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/BurntSushi/toml
github.com/BurntSushi/xgb
github.com/NYTimes/gziphandler
github.com/OneOfOne/xxhash
github.com/PuerkitoBio/purell
github.com/PuerkitoBio/urlesc
github.com/alecthomas/template
github.com/alecthomas/units
github.com/antihax/optional
github.com/antlr/antlr4/runtime/Go/antlr
github.com/armon/circbuf
github.com/armon/go-metrics
github.com/armon/go-radix
github.com/asaskevich/govalidator
github.com/benbjohnson/clock
github.com/beorn7/perks
github.com/bgentry/speakeasy
github.com/bketelsen/crypt
github.com/blang/semver
github.com/census-instrumentation/opencensus-proto
github.com/certifi/gocertifi
github.com/cespare/xxhash
github.com/cespare/xxhash/v2
github.com/chzyer/logex
github.com/chzyer/readline
github.com/chzyer/test
github.com/client9/misspell
github.com/cncf/udpa/go
github.com/cncf/xds/go
github.com/cockroachdb/datadriven
github.com/cockroachdb/errors
github.com/cockroachdb/logtags
github.com/coreos/bbolt
github.com/coreos/etcd
github.com/coreos/go-oidc
github.com/coreos/go-semver
github.com/coreos/go-systemd
github.com/coreos/go-systemd/v22
github.com/coreos/pkg
github.com/cpuguy83/go-md2man/v2
github.com/creack/pty
github.com/davecgh/go-spew
github.com/dgrijalva/jwt-go
github.com/dgryski/go-sip13
github.com/docopt/docopt-go
github.com/dustin/go-humanize
github.com/elazarl/goproxy
github.com/emicklei/go-restful
github.com/envoyproxy/go-control-plane
github.com/envoyproxy/protoc-gen-validate
github.com/evanphx/json-patch
github.com/fatih/color
github.com/felixge/httpsnoop
github.com/form3tech-oss/jwt-go
github.com/fsnotify/fsnotify
github.com/getkin/kin-openapi
github.com/getsentry/raven-go
github.com/ghodss/yaml
github.com/go-gl/glfw
github.com/go-gl/glfw/v3.3/glfw
github.com/go-kit/kit
github.com/go-kit/log
github.com/go-logfmt/logfmt
github.com/go-logr/logr
github.com/go-logr/zapr
github.com/go-openapi/jsonpointer
github.com/go-openapi/jsonreference
github.com/go-openapi/swag
github.com/go-stack/stack
github.com/go-task/slim-sprig
github.com/godbus/dbus/v5
github.com/gogo/protobuf
github.com/golang/glog
github.com/golang/groupcache
github.com/golang/mock
github.com/golang/protobuf
github.com/golang/snappy
github.com/google/btree
github.com/google/cel-go
github.com/google/cel-spec
github.com/google/go-cmp
github.com/google/gofuzz
github.com/google/martian
github.com/google/martian/v3
github.com/google/pprof
github.com/google/renameio
github.com/google/uuid
github.com/googleapis/gax-go/v2
github.com/googleapis/gnostic
github.com/gopherjs/gopherjs
github.com/gorilla/mux
github.com/gorilla/websocket
github.com/gregjones/httpcache
github.com/grpc-ecosystem/go-grpc-middleware
github.com/grpc-ecosystem/go-grpc-prometheus
github.com/grpc-ecosystem/grpc-gateway
github.com/hashicorp/consul/api
github.com/hashicorp/consul/sdk
github.com/hashicorp/errwrap
github.com/hashicorp/go-cleanhttp
github.com/hashicorp/go-immutable-radix
github.com/hashicorp/go-msgpack
github.com/hashicorp/go-multierror
github.com/hashicorp/go-rootcerts
github.com/hashicorp/go-sockaddr
github.com/hashicorp/go-syslog
github.com/hashicorp/go-uuid
github.com/hashicorp/go.net
github.com/hashicorp/golang-lru
github.com/hashicorp/hcl
github.com/hashicorp/logutils
github.com/hashicorp/mdns
github.com/hashicorp/memberlist
github.com/hashicorp/serf
github.com/hpcloud/tail
github.com/ianlancetaylor/demangle
github.com/imdario/mergo
github.com/inconshreveable/mousetrap
github.com/jessevdk/go-flags
github.com/jonboulle/clockwork
github.com/josharian/intern
github.com/jpillora/backoff
github.com/json-iterator/go
github.com/jstemmer/go-junit-report
github.com/jtolds/gls
github.com/julienschmidt/httprouter
github.com/kisielk/errcheck
github.com/kisielk/gotool
github.com/konsorten/go-windows-terminal-sequences
github.com/kr/fs
github.com/kr/logfmt
github.com/kr/pretty
github.com/kr/pty
github.com/kr/text
github.com/magiconair/properties
github.com/mailru/easyjson
github.com/mattn/go-colorable
github.com/mattn/go-isatty
github.com/matttproud/golang_protobuf_extensions
github.com/miekg/dns
github.com/mitchellh/cli
github.com/mitchellh/go-homedir
github.com/mitchellh/go-testing-interface
github.com/mitchellh/gox
github.com/mitchellh/iochan
github.com/mitchellh/mapstructure
github.com/moby/spdystream
github.com/moby/term
github.com/modern-go/concurrent
github.com/modern-go/reflect2
github.com/munnerz/goautoneg
github.com/mwitkow/go-conntrack
github.com/mxk/go-flowrate
github.com/natefinch/lumberjack
github.com/niemeyer/pretty
github.com/nxadm/tail
github.com/oklog/ulid
github.com/onsi/ginkgo
github.com/onsi/ginkgo/v2
github.com/onsi/gomega
github.com/opentracing/opentracing-go
github.com/otiai10/copy
github.com/otiai10/curr
github.com/otiai10/mint
github.com/pascaldekloe/goe
github.com/pelletier/go-toml
github.com/peterbourgon/diskv
github.com/pkg/errors
github.com/pkg/sftp
github.com/pmezard/go-difflib
github.com/posener/complete
github.com/pquerna/cachecontrol
github.com/prometheus/client_golang
github.com/prometheus/client_model
github.com/prometheus/common
github.com/prometheus/procfs
github.com/prometheus/prom2json
github.com/prometheus/tsdb
github.com/rogpeppe/fastuuid
github.com/rogpeppe/go-internal
github.com/russross/blackfriday/v2
github.com/ryanuber/columnize
github.com/sean-/seed
github.com/shurcooL/sanitized_anchor_name
github.com/sirupsen/logrus
github.com/smartystreets/assertions
github.com/smartystreets/goconvey
github.com/soheilhy/cmux
github.com/spaolacci/murmur3
github.com/spf13/afero
github.com/spf13/cast
github.com/spf13/cobra
github.com/spf13/jwalterweatherman
github.com/spf13/pflag
github.com/spf13/viper
github.com/stoewer/go-strcase
github.com/stretchr/objx
github.com/stretchr/testify
github.com/subosito/gotenv
github.com/tmc/grpc-websocket-proxy
github.com/xiang90/probing
github.com/yuin/goldmark
go.etcd.io/bbolt
go.etcd.io/etcd/api/v3
go.etcd.io/etcd/client/pkg/v3
go.etcd.io/etcd/client/v2
go.etcd.io/etcd/client/v3
go.etcd.io/etcd/pkg/v3
go.etcd.io/etcd/raft/v3
go.etcd.io/etcd/server/v3
go.opencensus.io
go.opentelemetry.io/contrib
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
go.opentelemetry.io/otel
go.opentelemetry.io/otel/exporters/otlp
go.opentelemetry.io/otel/metric
go.opentelemetry.io/otel/oteltest
go.opentelemetry.io/otel/sdk
go.opentelemetry.io/otel/sdk/export/metric
go.opentelemetry.io/otel/sdk/metric
go.opentelemetry.io/otel/trace
go.opentelemetry.io/proto/otlp
go.uber.org/atomic
go.uber.org/goleak
go.uber.org/multierr
go.uber.org/zap
golang.org/x/crypto
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
gomodules.xyz/jsonpatch/v2
google.golang.org/api
google.golang.org/appengine
google.golang.org/genproto
google.golang.org/grpc
google.golang.org/grpc/cmd/protoc-gen-go-grpc
google.golang.org/protobuf
gopkg.in/alecthomas/kingpin.v2
gopkg.in/check.v1
gopkg.in/errgo.v2
gopkg.in/fsnotify.v1
gopkg.in/inf.v0
gopkg.in/ini.v1
gopkg.in/natefinch/lumberjack.v2
gopkg.in/resty.v1
gopkg.in/square/go-jose.v2
gopkg.in/tomb.v1
gopkg.in/yaml.v2
gopkg.in/yaml.v3
gotest.tools
gotest.tools/v3
honnef.co/go/tools
istio.io/pkg
k8s.io/api
k8s.io/apiextensions-apiserver
k8s.io/apimachinery
k8s.io/apiserver
k8s.io/client-go
k8s.io/code-generator
k8s.io/component-base
k8s.io/gengo
k8s.io/klog/v2
k8s.io/kube-openapi
k8s.io/utils
rsc.io/binaryregexp
rsc.io/quote/v3
rsc.io/sampler
sigs.k8s.io/apiserver-network-proxy/konnectivity-client
sigs.k8s.io/controller-runtime
sigs.k8s.io/json
sigs.k8s.io/structured-merge-diff/v4
sigs.k8s.io/yaml

0 comments on commit 706ea11

Please sign in to comment.