Merge pull request #136419 from pacoxu/add-google-btree-unwanted

Add github.com/google/btree to unwanted dependencies
This commit is contained in:
Kubernetes Prow Robot 2026-01-22 19:17:28 +05:30 committed by GitHub
commit b3f3cb88e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,6 +38,7 @@
"github.com/golang/mock": "unmaintained, archive mode",
"github.com/golang/protobuf": "replace with google.golang.org/protobuf",
"github.com/golang/groupcache": "unmaintained",
"github.com/google/btree": "unmaintained, archive mode",
"github.com/google/gofuzz": "unmaintained, use sigs.k8s.io/randfill",
"github.com/google/s2a-go": "cloud dependency, unstable",
"github.com/google/shlex": "unmaintained, archive mode",
@ -168,6 +169,10 @@
"google.golang.org/protobuf",
"sigs.k8s.io/apiserver-network-proxy/konnectivity-client"
],
"github.com/google/btree": [
"go.etcd.io/etcd/server/v3",
"k8s.io/apiserver"
],
"github.com/google/gofuzz": [
"github.com/json-iterator/go"
],
@ -259,6 +264,7 @@
"github.com/davecgh/go-spew",
"github.com/gogo/protobuf",
"github.com/golang/protobuf",
"github.com/google/btree",
"github.com/json-iterator/go",
"github.com/mailru/easyjson",
"github.com/modern-go/concurrent",