hack/unwanted-dependencies.json: drop k8s.io/kube-openapi from mailru/easyjson references

The new kube-openapi revision (v0.0.0-20260502001324-b7f5293f4787) no
longer pulls in github.com/mailru/easyjson, so remove it from the
status.unwantedReferences list to keep verify-vendor.sh green.
This commit is contained in:
Davanum Srinivas 2026-05-01 20:56:42 -04:00
parent eaf347cecb
commit 36d8dd58bf
No known key found for this signature in database
GPG key ID: 80D83A796103BF59

View file

@ -183,7 +183,6 @@
"go.etcd.io/etcd/server/v3"
],
"github.com/mailru/easyjson": [
"k8s.io/kube-openapi",
"sigs.k8s.io/kustomize/api",
"sigs.k8s.io/kustomize/kustomize/v5",
"sigs.k8s.io/kustomize/kyaml"