Fix unwanted dependencies scanner

This commit is contained in:
Jordan Liggitt
2022-10-28 01:07:55 -04:00
parent 0737e92da6
commit f488c67eb5
2 changed files with 200 additions and 61 deletions

View File

@@ -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"
]
}
}
}