Skip to content

Commit

Permalink
update unwanted dependencies
Browse files Browse the repository at this point in the history
This update dropped the otelgrpc → cloud.google.com/go/compute dependency,
among others. This dropped out because genproto cleaned up it's dependencies
on google cloud libraries, and otel updated - details in kubernetes#113366.

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
  • Loading branch information
dashpole authored and dims committed Jul 5, 2024
1 parent e50f38a commit 0a7af0b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions hack/unwanted-dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,10 @@
],
"golang.org/x/exp": [
"github.com/antlr4-go/antlr/v4",
"github.com/google/cel-go"
"github.com/google/cel-go",
"k8s.io/mount-utils"
],
"google.golang.org/appengine": [
"github.com/grpc-ecosystem/grpc-gateway/v2",
"github.com/prometheus/client_golang",
"go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc",
"google.golang.org/grpc"
Expand All @@ -196,13 +196,9 @@
"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",
"google.golang.org/genproto/googleapis/api",
"google.golang.org/genproto/googleapis/rpc",
"google.golang.org/grpc"
"go.etcd.io/etcd/server/v3"
]
},
"unwantedVendored": [
Expand Down

0 comments on commit 0a7af0b

Please sign in to comment.