mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 03:57:41 +00:00
Merge pull request #118119 from liggitt/grpc-gateway-v1
Mark grpc-gateway v1 as an unwanted dependency
This commit is contained in:
commit
6aa4261405
@ -20,6 +20,7 @@
|
|||||||
"github.com/gorilla/rpc": "unmaintained, archive mode",
|
"github.com/gorilla/rpc": "unmaintained, archive mode",
|
||||||
"github.com/gorilla/schema": "unmaintained, archive mode",
|
"github.com/gorilla/schema": "unmaintained, archive mode",
|
||||||
"github.com/gorilla/websocket": "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/consul": "MPL license not in CNCF allowlist",
|
||||||
"github.com/hashicorp/errwrap": "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",
|
"github.com/hashicorp/go-immutable-radix": "MPL license not in CNCF allowlist",
|
||||||
@ -84,6 +85,10 @@
|
|||||||
"github.com/tmc/grpc-websocket-proxy",
|
"github.com/tmc/grpc-websocket-proxy",
|
||||||
"go.etcd.io/etcd/server/v3"
|
"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/json-iterator/go": [
|
||||||
"github.com/prometheus/client_golang",
|
"github.com/prometheus/client_golang",
|
||||||
"go.etcd.io/etcd/client/v2",
|
"go.etcd.io/etcd/client/v2",
|
||||||
|
Loading…
Reference in New Issue
Block a user