Update unwanted dependencies list

This commit is contained in:
Jordan Liggitt
2022-11-10 08:22:54 -05:00
parent b2c72feca8
commit 3678584c02

View File

@@ -1,4 +1,4 @@
{ {
"spec": { "spec": {
"unwantedModules": { "unwantedModules": {
"cloud.google.com/go/firestore": "db/datastore clients should not be required", "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/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/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/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/golang-lru": "MPL license not in CNCF allowlist",
"github.com/hashicorp/hcl": "MPL license not in CNCF allowlist", "github.com/hashicorp/hcl": "MPL license not in CNCF allowlist",
"github.com/influxdata/influxdb1-client": "", "github.com/influxdata/influxdb1-client": "",
@@ -17,7 +19,10 @@
"github.com/onsi/ginkgo": "Ginkgo has been migrated to V2, refer to #109111", "github.com/onsi/ginkgo": "Ginkgo has been migrated to V2, refer to #109111",
"github.com/spf13/viper": "refer to #102598", "github.com/spf13/viper": "refer to #102598",
"go.mongodb.org/mongo-driver": "", "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", "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/quote": "refer to #102833",
"rsc.io/sampler": "refer to #102833" "rsc.io/sampler": "refer to #102833"
} }
@@ -36,4 +41,4 @@
] ]
} }
} }
} }