From d0e965dc0da4f73f92194b7d924cb9b1ec2e5d75 Mon Sep 17 00:00:00 2001 From: Jordan Liggitt Date: Fri, 11 Nov 2022 09:33:13 -0500 Subject: [PATCH] Add gogo libraries to unwanted dependencies --- hack/unwanted-dependencies.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/hack/unwanted-dependencies.json b/hack/unwanted-dependencies.json index 0c1bea038c3..35c06427938 100644 --- a/hack/unwanted-dependencies.json +++ b/hack/unwanted-dependencies.json @@ -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",