diff --git a/hack/unwanted-dependencies.json b/hack/unwanted-dependencies.json index c9610a3f8a1..0c1bea038c3 100644 --- a/hack/unwanted-dependencies.json +++ b/hack/unwanted-dependencies.json @@ -1,4 +1,4 @@ -{ +{ "spec": { "unwantedModules": { "cloud.google.com/go/firestore": "db/datastore clients should not be required", @@ -9,6 +9,8 @@ "github.com/go-openapi/strfmt": "use k8s.io/kube-openapi/pkg/validation/strfmt instead", "github.com/go-openapi/validate": "use k8s.io/kube-openapi/pkg/validation/validate instead", "github.com/hashicorp/consul": "MPL license not in CNCF allowlist", + "github.com/hashicorp/errwrap": "MPL license not in CNCF allowlist", + "github.com/hashicorp/go-multierror": "MPL license not in CNCF allowlist", "github.com/hashicorp/golang-lru": "MPL license not in CNCF allowlist", "github.com/hashicorp/hcl": "MPL license not in CNCF allowlist", "github.com/influxdata/influxdb1-client": "", @@ -17,7 +19,10 @@ "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": "", + "gopkg.in/fsnotify.v1": "obsolete, use github.com/fsnotify/fsnotify", "k8s.io/klog": "we have switched to klog v2, so avoid klog v1", + "github.com/mndrix/tap-go": "unmaintained", + "github.com/xeipuuv/gojsonschema": "unmaintained", "rsc.io/quote": "refer to #102833", "rsc.io/sampler": "refer to #102833" } @@ -36,4 +41,4 @@ ] } } -} +} \ No newline at end of file