mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-13 13:55:41 +00:00
Mark grpc-gateway v1 as an unwanted dependency
This commit is contained in:
parent
8d491e676a
commit
aa11cc6969
@ -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