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 <dave.chen@arm.com>
This commit is contained in:
Dave Chen 2022-07-04 09:45:42 +08:00
parent f7427d07e0
commit 50d1b6c8ba

View File

@ -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",