Skip to content

Commit

Permalink
Revert "update unwanted dependencies"
Browse files Browse the repository at this point in the history
This reverts commit d65029f.
  • Loading branch information
dashpole committed Jun 26, 2024
1 parent e94047c commit 56fdcf0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion hack/unwanted-dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
],
"cloud.google.com/go/compute": [
"github.com/google/cadvisor",
"go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc",
"google.golang.org/genproto",
"google.golang.org/grpc"
],
Expand Down Expand Up @@ -152,6 +153,7 @@
"github.com/prometheus/client_golang",
"go.etcd.io/etcd/client/v2",
"go.etcd.io/etcd/server/v3",
"go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful",
"k8s.io/kube-openapi",
"sigs.k8s.io/structured-merge-diff/v4"
],
Expand Down Expand Up @@ -185,17 +187,23 @@
"github.com/google/cel-go"
],
"google.golang.org/appengine": [
"github.com/grpc-ecosystem/grpc-gateway/v2",
"github.com/prometheus/client_golang",
"github.com/prometheus/common",
"go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc",
"google.golang.org/grpc"
],
"google.golang.org/genproto": [
"github.com/containerd/ttrpc",
"github.com/grpc-ecosystem/go-grpc-middleware",
"github.com/grpc-ecosystem/grpc-gateway",
"github.com/grpc-ecosystem/grpc-gateway/v2",
"go.etcd.io/etcd/api/v3",
"go.etcd.io/etcd/client/v3",
"go.etcd.io/etcd/server/v3"
"go.etcd.io/etcd/server/v3",
"google.golang.org/genproto/googleapis/api",
"google.golang.org/genproto/googleapis/rpc",
"google.golang.org/grpc"
]
},
"unwantedVendored": [
Expand Down

0 comments on commit 56fdcf0

Please sign in to comment.