Merge pull request #118119 from liggitt/grpc-gateway-v1

Mark grpc-gateway v1 as an unwanted dependency
This commit is contained in:
Kubernetes Prow Robot
2023-05-18 16:16:33 -07:00
committed by GitHub

View File

@@ -20,6 +20,7 @@
"github.com/gorilla/rpc": "unmaintained, archive mode",
"github.com/gorilla/schema": "unmaintained, archive mode",
"github.com/gorilla/websocket": "unmaintained, archive mode",
"github.com/grpc-ecosystem/grpc-gateway": "use github.com/grpc-ecosystem/grpc-gateway/v2",
"github.com/hashicorp/consul": "MPL license not in CNCF allowlist",
"github.com/hashicorp/errwrap": "MPL license not in CNCF allowlist",
"github.com/hashicorp/go-immutable-radix": "MPL license not in CNCF allowlist",
@@ -84,6 +85,10 @@
"github.com/tmc/grpc-websocket-proxy",
"go.etcd.io/etcd/server/v3"
],
"github.com/grpc-ecosystem/grpc-gateway": [
"go.etcd.io/etcd/api/v3",
"go.etcd.io/etcd/server/v3"
],
"github.com/json-iterator/go": [
"github.com/prometheus/client_golang",
"go.etcd.io/etcd/client/v2",