@@ -15,12 +15,12 @@ replace (
1515replace github.com/kcp-dev/kcp/sdk => github.com/kcp-dev/kcp/sdk v0.28.1-0.20251003164010-742ce0ea6b8c
1616
1717require (
18- github.com/headzoo/surf v1.0.1
1918 github.com/kcp-dev/client-go v0.0.0-20250728134101-0355faa9361b
2019 github.com/kcp-dev/kcp v0.28.3
2120 github.com/kcp-dev/kcp/sdk v0.28.1
2221 github.com/kcp-dev/logicalcluster/v3 v3.0.5
2322 github.com/kube-bind/kube-bind v0.0.0-00010101000000-000000000000
23+ github.com/kube-bind/kube-bind/cli v0.0.0-20250515145715-d9f20e7c840d
2424 github.com/kube-bind/kube-bind/sdk v0.4.1
2525 github.com/spf13/pflag v1.0.7
2626 github.com/stretchr/testify v1.10.0
@@ -31,7 +31,6 @@ require (
3131 k8s.io/client-go v0.33.3
3232 k8s.io/component-base v0.33.3
3333 k8s.io/klog/v2 v2.130.1
34- sigs.k8s.io/yaml v1.4.0
3534)
3635
3736require (
@@ -50,7 +49,6 @@ require (
5049 github.com/coreos/go-systemd/v22 v22.5.0 // indirect
5150 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5251 github.com/dexidp/dex/api/v2 v2.3.0 // indirect
53- github.com/egymgmbh/go-prefix-writer v0.0.0-20180609083313-7326ea162eca // indirect
5452 github.com/emicklei/go-restful/v3 v3.12.1 // indirect
5553 github.com/evanphx/json-patch/v5 v5.9.11 // indirect
5654 github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -78,13 +76,13 @@ require (
7876 github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
7977 github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
8078 github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1 // indirect
79+ github.com/headzoo/surf v1.0.1 // indirect
8180 github.com/inconshreveable/mousetrap v1.1.0 // indirect
8281 github.com/josharian/intern v1.0.0 // indirect
8382 github.com/json-iterator/go v1.1.12 // indirect
8483 github.com/kcp-dev/apimachinery/v2 v2.0.1-0.20250728122101-adbf20db3e51 // indirect
8584 github.com/kcp-dev/kcp/pkg/apis v0.11.0 // indirect
8685 github.com/kcp-dev/multicluster-provider v0.2.1-0.20251002133408-9a8d21dc2872 // indirect
87- github.com/kube-bind/kube-bind/cli v0.0.0-20250515145715-d9f20e7c840d // indirect
8886 github.com/kube-bind/kube-bind/web v0.0.0-00010101000000-000000000000 // indirect
8987 github.com/kylelemons/godebug v1.1.0 // indirect
9088 github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
@@ -153,6 +151,7 @@ require (
153151 sigs.k8s.io/multicluster-runtime v0.21.0-alpha.9.0.20251002124257-36facc7fbe82 // indirect
154152 sigs.k8s.io/randfill v1.0.0 // indirect
155153 sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
154+ sigs.k8s.io/yaml v1.4.0 // indirect
156155)
157156
158157replace (
0 commit comments