mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 02:11:09 +00:00
Merge pull request #113871 from liggitt/deps
Add gogo libraries to unwanted dependencies
This commit is contained in:
commit
8e48df1353
@ -8,6 +8,8 @@
|
||||
"github.com/go-openapi/spec": "use k8s.io/kube-openapi/pkg/validation/spec instead",
|
||||
"github.com/go-openapi/strfmt": "use k8s.io/kube-openapi/pkg/validation/strfmt instead",
|
||||
"github.com/go-openapi/validate": "use k8s.io/kube-openapi/pkg/validation/validate instead",
|
||||
"github.com/gogo/protobuf": "unmaintained",
|
||||
"github.com/gogo/googleapis": "depends on unmaintained github.com/gogo/protobuf",
|
||||
"github.com/hashicorp/consul": "MPL license not in CNCF allowlist",
|
||||
"github.com/hashicorp/errwrap": "MPL license not in CNCF allowlist",
|
||||
"github.com/hashicorp/go-multierror": "MPL license not in CNCF allowlist",
|
||||
@ -32,6 +34,22 @@
|
||||
"github.com/go-kit/kit": [
|
||||
"github.com/grpc-ecosystem/go-grpc-middleware"
|
||||
],
|
||||
"github.com/gogo/googleapis": [
|
||||
"github.com/google/cadvisor"
|
||||
],
|
||||
"github.com/gogo/protobuf": [
|
||||
"github.com/Microsoft/hcsshim",
|
||||
"github.com/cockroachdb/datadriven",
|
||||
"github.com/containerd/cgroups",
|
||||
"github.com/containerd/ttrpc",
|
||||
"github.com/containerd/typeurl",
|
||||
"github.com/gogo/googleapis",
|
||||
"github.com/google/cadvisor",
|
||||
"github.com/grpc-ecosystem/go-grpc-middleware",
|
||||
"go.etcd.io/etcd/api/v3",
|
||||
"go.etcd.io/etcd/raft/v3",
|
||||
"go.etcd.io/etcd/server/v3"
|
||||
],
|
||||
"github.com/json-iterator/go": [
|
||||
"github.com/prometheus/client_golang",
|
||||
"go.etcd.io/etcd/client/v2",
|
||||
|
Loading…
Reference in New Issue
Block a user