From a0916996df7bbd99441b026bedb09b4ff63936c6 Mon Sep 17 00:00:00 2001 From: David Porter Date: Wed, 11 Jan 2023 16:06:18 -0800 Subject: [PATCH] Update hack/unwanted-dependencies.json * Drop nvml since it is no longer used Signed-off-by: David Porter --- hack/unwanted-dependencies.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hack/unwanted-dependencies.json b/hack/unwanted-dependencies.json index e56de0754f5..552aabb9fd5 100644 --- a/hack/unwanted-dependencies.json +++ b/hack/unwanted-dependencies.json @@ -87,9 +87,6 @@ "k8s.io/kube-openapi", "sigs.k8s.io/structured-merge-diff/v4" ], - "github.com/mindprince/gonvml": [ - "github.com/google/cadvisor" - ], "github.com/pkg/errors": [ "github.com/Microsoft/go-winio", "github.com/Microsoft/hcsshim", @@ -104,7 +101,6 @@ "github.com/google/cadvisor", "github.com/grpc-ecosystem/go-grpc-middleware", "github.com/moby/ipvs", - "github.com/moby/term", "go.etcd.io/etcd/raft/v3", "go.uber.org/zap", "gotest.tools/v3",