From 50d1b6c8ba7b11da34f817eab468b93afeddec93 Mon Sep 17 00:00:00 2001 From: Dave Chen Date: Mon, 4 Jul 2022 09:45:42 +0800 Subject: [PATCH] Add Ginkgo v1 to the list of unwanted dependencies Ginkgo has been migrated to V2, add this to unwanted dependencies so that it won't be shown up as a dep again in the future. Signed-off-by: Dave Chen --- hack/unwanted-dependencies.json | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/unwanted-dependencies.json b/hack/unwanted-dependencies.json index 9fba7501bf1..e57c591b0a4 100644 --- a/hack/unwanted-dependencies.json +++ b/hack/unwanted-dependencies.json @@ -14,6 +14,7 @@ "github.com/influxdata/influxdb1-client": "", "github.com/json-iterator/go": "refer to #105030", "github.com/miekg/dns": "no dns client/server should be required", + "github.com/onsi/ginkgo": "Ginkgo has been migrated to V2, refer to #109111", "github.com/spf13/viper": "refer to #102598", "go.mongodb.org/mongo-driver": "", "k8s.io/klog": "we have switched to klog v2, so avoid klog v1",