Skip to content

Commit

Permalink
Merge pull request kubernetes#113871 from liggitt/deps
Browse files Browse the repository at this point in the history
Add gogo libraries to unwanted dependencies
  • Loading branch information
k8s-ci-robot committed Nov 13, 2022
2 parents 29ddeda + d0e965d commit 8e48df1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions hack/unwanted-dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 8e48df1

Please sign in to comment.