Merge pull request #115488 from liggitt/lint

Add golang.org/x/lint to unwanted dependencies
This commit is contained in:
Kubernetes Prow Robot 2023-02-02 15:18:42 -08:00 committed by GitHub
commit 49ddc510bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@
"github.com/spf13/viper": "refer to #102598",
"github.com/xeipuuv/gojsonschema": "unmaintained",
"go.mongodb.org/mongo-driver": "",
"golang.org/x/lint": "unmaintained, archive mode",
"gopkg.in/fsnotify.v1": "obsolete, use github.com/fsnotify/fsnotify",
"k8s.io/klog": "we have switched to klog v2, so avoid klog v1",
"rsc.io/quote": "refer to #102833",