mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 14:11:14 +00:00
Fix unwanted dependencies scanner
This commit is contained in:
@@ -23,9 +23,17 @@
|
||||
}
|
||||
},
|
||||
"status": {
|
||||
"references": [
|
||||
"github.com/go-kit/kit",
|
||||
"github.com/json-iterator/go"
|
||||
]
|
||||
"unwantedReferences": {
|
||||
"github.com/go-kit/kit": [
|
||||
"github.com/grpc-ecosystem/go-grpc-middleware"
|
||||
],
|
||||
"github.com/json-iterator/go": [
|
||||
"github.com/prometheus/client_golang",
|
||||
"go.etcd.io/etcd/client/v2",
|
||||
"go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful",
|
||||
"k8s.io/kube-openapi",
|
||||
"sigs.k8s.io/structured-merge-diff/v4"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user